aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Make state.State a dataclassNao Pross2024-03-021-4/+9
| | | | Also, the members were (incorrectly) not instance variables
* Remove IndexError (already exists in standard library)Nao Pross2024-03-021-6/+0
|
* Fix bug with PolyIndex and Variable.to_reprNao Pross2024-03-022-4/+4
|
* Implement missing abstract method Sparse.set_zeroNao Pross2024-03-021-0/+6
|
* Rename Repr.zero_smaller_than to Repr.zero_out_smallNao Pross2024-03-021-1/+2
|
* Add Expr.node to ease iteration expression tree node childrenNao Pross2024-03-021-0/+3
|
* Rewrite state type annotations to avoid circular importNao Pross2024-03-021-11/+12
|
* Fix bug in SparseRepr.termsNao Pross2024-03-021-2/+2
|
* Export State class to APINao Pross2024-03-021-3/+14
|
* Add constants file and introduce EPS for numerical precisionNao Pross2024-03-022-0/+12
|
* Add shorthands to index classes and make leaves representableNao Pross2024-03-022-9/+72
|
* Add missing dependenciesNao Pross2024-03-022-2/+2135
|
* Improve docstring of index typesNao Pross2024-03-021-4/+22
|
* Import existing code into version controlNao Pross2024-03-028-0/+638
|
* Create empty python projectNao Pross2024-03-024-0/+284