Skip to content

2.0.0a

Compare
Choose a tag to compare
@tpaviot tpaviot released this 30 Jan 07:35
· 63 commits to master since this release

This release introduces major API changes.

Bump z3-solver to release 4.12.5.0

Refactoring:

  • port codebase to pydantic V2

  • export solution to pandas dataframe

  • define LinearFunction, PolynomialFunction etc. for costs

  • JSON importer/exporter improvements thanks to pydantic

  • use pytest for unittest suite

  • poetry support

  • refactor Indicator and Objective

  • documentation use mkdocs material

  • more tests