Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
2,908 contributions in the last year
Contribution activity
December 2020
Created 80 commits in 5 repositories
Created a pull request in mathics/Mathics that received 1 comment
Symbol("True') and Symbol("False')
There were numerous complicated ways we were tesing for Symbol("True") and Symbol("False"). This simplfies the code. Some more files are blackened …
Opened 10 other pull requests in 2 repositories
mathics/Mathics
2
closed
2
open
5
merged
- Try building doc with github actions
- WIP Add PythonForm and use sympy numeric constants
- Add SymbolNull and try speeding up Workflows testing
- Try PyPy 7.3.3
- Had broken <-> for UndirectedEdge
- Tuples[expr_, n_] -> Tuples[expr_, n_Integer]...
- Add Combinatorica V 0.9ish
- Two bugs noticed...
- Add DirectedEdge
Mathics3/pymathics-graph
1
merged
Reviewed 1 pull request in 1 repository
rocky/emacs-load-relative 1 pull request
Created an issue in mathics/Mathics that received 1 comment
Add constants for Symbol`True and Symbol`False
We use this a bit in the code and all over the place is Symbol("SystemTrue"). These constants should be defined in expression.py`