Releases: mathy/mathy_core
Releases · mathy/mathy_core
v0.9.4
0.9.4 (2024-02-06)
Features
- rules: add MultiplicativeInverse rule (#19) (40a2d88)
v0.9.3
0.9.3 (2024-01-15)
Bug Fixes
- rule: RestateSubtraction failed to produce simple forms (#18) (71467c2)
v0.9.2
0.9.2 (2023-12-15)
Bug Fixes
- typing: proper generic type for BinaryTreeNode (6ec236e)
v0.9.1
0.9.1 (2023-11-29)
Features
v0.9.0
0.9.0 (2023-11-29)
Features
- ci: add cron job for CI build (0a4e833)
- package: remove pydantic dependency (66c983f)
BREAKING CHANGES
- package: MathyTermTemplate is no longer a pydantic model. It's now a dataclass
v0.8.6
0.8.6 (2022-09-24)
Features
- pyright: update lib to be type complete (0df1e22)
v0.8.5
0.8.5 (2022-09-24)
Bug Fixes
- updating typings to satisfy latest mypy/pyright (619ab12)
v0.8.4
0.8.4 (2021-04-06)
Bug Fixes
- pypi: include json expectations in package (2888a84)
v0.8.3
0.8.3 (2021-03-25)
Features
- parser: add support for FactorialExpression nodes (f08d0e1)
- rules: add BalancedMoveRule for moving terms to the other side of equations (c16f98d)
- testing: check equation node transforms during testing (771a40a)
v0.8.2
0.8.2 (2020-11-03)
Features
- rules: add RestateSubtractionRule (#5) (5587d23)