Skip to content

v0.2.1

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Nov 19:14
· 519 commits to master since this release

What's Changed

  • Check minizinc binary version and bump minizinc-python version by @nhuet in #48
  • Fix "Fetch data for tests" workflow step for windows by @nhuet in #50
  • Fix the copy() function of RCPSPModel by @g-poveda in #53
  • Update actions to use node 16 by @nhuet in #52
  • New model for resource usage optimisation in RCPSP problem by @g-poveda in #45
  • Use new way of setting output parameter by @nhuet in #57
  • Use pyproject.toml instead of setup.py by @nhuet in #58
  • Show discrete_optimization path used by pytest by @nhuet in #62
  • Use new feature caching pip cache with setup-python action by @nhuet in #61
  • New knapsack solver based on cpmpy library by @g-poveda in #63
  • Knapsack notebook by @nhuet in #59
  • Use pyproject.toml file for mypy configuration by @nhuet in #66
  • Adding new solver for coloring problem based on cost function network by @g-poveda in #64
  • Build and deploy the documentation by @nhuet in #56
  • Fix a bug when calling get_data_available without data_home existing by @nhuet in #67
  • Fix dependencies of the library and test importing each module correctly by @nhuet in #68
  • Fix utility function creating sampled rcpsp instance by @g-poveda in #71
  • Fix github+binder links for notebooks when tagging a release by @nhuet in #72
  • Update automatically binder environment when pushing on default branch or tagging a release by @nhuet in #73
  • Modify prerequisites text for binder users by @nhuet in #74
  • Simplify readme by pointing to online doc by @nhuet in #75
  • Add tips in doc to install minzinc easily in a terminal (works on cloud) by @nhuet in #78
  • Update minizinc install command line for ubuntu in github actions by @nhuet in #79
  • Correct minizinc install command lines in doc for Linux without FUSE by @nhuet in #82
  • Fix installation instructions in editable mode (need recent version of pip) by @nhuet in #83
  • Skip minizinc version check if DO_SKIP_MZN_CHECK env variable is set by @nhuet in #81

Full Changelog: v0.2.0...v0.2.1