v0.2.3
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
- Change ortools version in requirements by @g-poveda in #122
- Fix issue in alternating ga by @nhuet in #123
- Harmonize use of int (32 or 64) and stop using deprecated numpy aliases by @nhuet in #124
- Refactor non preemptive rcpsp models and fix typing issues by @nhuet in #127
- Remove deprecated code by @nhuet in #128
- Fix an issue when evaluating with encoding priority_worker_per_task by @nhuet in #129
- Minor fix for rcpsp and rcpsp_multiskill by @g-poveda in #126
- Pass some relevant logger from debug to info by @g-poveda in #130
- Fix Rcpsp modules by @g-poveda in #131
- Coloring Fix by @g-poveda in #132
- Fix knapsack by @g-poveda in #133
- RCPSP development by @g-poveda in #134
- Coloring problem enrichment by @g-poveda in #135
- Make linter job actually perform a check by @nhuet in #136
- Ponctual fixes by @g-poveda in #137
Full Changelog: v0.2.1...v0.2.3