Skip to content

0.9.4 (2024-02-06)

Features

  • rules: add MultiplicativeInverse rule (#19) (40a2d88)

0.9.3 (2024-01-15)

Bug Fixes

  • rule: RestateSubtraction failed to produce simple forms (#18) (71467c2)

0.9.2 (2023-12-15)

Bug Fixes

  • typing: proper generic type for BinaryTreeNode (6ec236e)

0.9.1 (2023-11-29)

Features

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

0.8.6 (2022-09-24)

Features

  • pyright: update lib to be type complete (0df1e22)

0.8.5 (2022-09-24)

Bug Fixes

  • updating typings to satisfy latest mypy/pyright (619ab12)

0.8.4 (2021-04-06)

Bug Fixes

  • pypi: include json expectations in package (2888a84)

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)

0.8.2 (2020-11-03)

Features

  • rules: add RestateSubtractionRule (#5) (5587d23)

0.8.1 (2020-09-13)

Bug Fixes

  • layout: assert after setting x (d8741ef)

0.8.0 (2020-09-13)

Code Refactoring

  • datasets: drop datasets submodule from library (dd0c76a)

BREAKING CHANGES

  • datasets: the mathy_core.datasets submodule has been removed

0.7.21 (2020-09-06)

Bug Fixes

  • MathExpression: add optional r_index int (6ded18e)

0.7.20 (2020-08-23)

Bug Fixes

  • requirements: drop unused package dependencies (542515a)

Features

  • problems: generate associative grouping augmentations with probability (da7ddd0)

0.7.19 (2020-07-24)

Bug Fixes

  • testing: move test json files into package dir (fe7c3ca)

0.7.18 (2020-07-20)

Features

  • package: lol, do export everything (9e64199)

0.7.17 (2020-07-20)

Bug Fixes

  • package: don't export names in the package root (f8e02e0)

0.7.16 (2020-07-19)

Bug Fixes

  • ci: run semantic-release before pypi deploy (4919971)

0.7.15 (2020-07-19)

Performance Improvements

  • drop the freed disk space build action (4d939be)