Skip to content

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 28 Mar 10:08
· 822 commits to master since this release

What's Changed

  • Fix typos in minizinc tip by @nhuet in #84
  • Make docs/README.md point to contributing page by @nhuet in #86
  • Cleaner integration of model and data MSPSP-Instlib by @g-poveda in #87
  • New attribute in CPSolvers : status_solver by @g-poveda in #89
  • MSLIB (+ polishing MSPSP) integration by @g-poveda in #90
  • [Doc] Fix typo in contributing page by @nhuet in #91
  • [Doc ]Remove newlines at the end of version string coming from git by @nhuet in #92
  • [Gihub actions] Fix pip cache key by @nhuet in #93
  • Robustify create-binder-env job by @nhuet in #94
  • Fix mypy issues in knapsack by @nhuet in #95
  • Put common tools for ghh in a separate file by @nhuet in #101
  • Remove pytest slow marker not relevant anymore by @nhuet in #96
  • Make mypy stricter by @nhuet in #97
  • Update dependencies to ease proper typing by @nhuet in #98
  • Fix generic_tools for stricter mypy by @nhuet in #99
  • Fix issues with stricter mypy in coloring by @nhuet in #100
  • Fix mypy issues in tsp by @nhuet in #102
  • Fix issues with stricter mypy in facility by @nhuet in #104
  • Fix issues with stricter myp for knapsack by @nhuet in #105
  • Fix mypy issues in vrp by @nhuet in #103
  • Create a dataclass to specify objective type and default weights by @nhuet in #106
  • Bump isort pre-commit hook by @nhuet in #107
  • Add RCPSP educational notebooks by @nhuet in #60
  • Update pickup_vrp API to be in par with the rest of the library by @nhuet in #108
  • Replace addConstr() by newer addLConstr() available for gurobi >= 9.0 by @nhuet in #113
  • Set "trigger binder env build" step as optional in github workflow by @nhuet in #114
  • Improve "trigger binder build" step by @nhuet in #115
  • Add new generic CplexMilpSolver for linear programming using docplex library by @g-poveda in #110
  • ASP Solver for coloring problem binded to the library by @g-poveda in #109
  • Improve readibility of notebooks page in documentation by @nhuet in #117
  • Use Agg backend for matplotlib in github actions to avoid random issues in windows tests by @nhuet in #119
  • Adding contributors credits by @g-poveda in #116
  • ASP Based solver for knapsack problem by @g-poveda in #120
  • Knapsack iterative solver by @g-poveda in #121

Full Changelog: v0.2.1...v0.2.2