v0.9.6
What's Changed
- Removing need for GH_ACCESS_TOKEN by @galleon in #168
- Fix environment.yml update in release.yml by @dbarbier in #170
- Test python code examples shown in guide during CI by @nhuet in #169
- Fix issue 142 by @fteicht in #173
- Bump ipython from 7.30.1 to 7.31.1 by @dependabot in #179
- Remove windows-2016 images from github workflow by @nhuet in #186
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #184
- Bump url-parse from 1.5.3 to 1.5.10 by @dependabot in #183
- Bump follow-redirects from 1.14.4 to 1.14.8 by @dependabot in #180
- Bump prismjs from 1.25.0 to 1.27.0 by @dependabot in #182
- Optimize scheduling domains code by @nhuet in #185
- Rewrite extender to return a list by @nhuet in #189
- Fix bug in lint-sources job by @nhuet in #194
- Pin protobuf version as it conflicts with ray by @nhuet in #196
- Avoid installing prereleased dependencies in github action by @nhuet in #193
- Fix minizinc configuration by @nhuet in #190
- Bump async from 2.6.3 to 2.6.4 by @dependabot in #191
- Bump eventsource from 1.1.0 to 1.1.1 by @dependabot in #195
- Fix EmptySpace inheritance & docstring by @neo-alex in #202
- Bump terser from 4.8.0 to 4.8.1 by @dependabot in #199
- Update pynng dependency for windows by @nhuet in #203
- Build fails with latest 3.6 Matplotlib version by @galleon in #206
- Replace try..except by an method existence check to ease debugging by @nhuet in #207
- Bump protobuf from 3.19.1 to 3.19.5 by @dependabot in #209
- Use independent discrete-optimization library by @nhuet in #208
- Build macos wheel on macos-latest github runner by @nhuet in #212
- Remove embedded minizinc by @nhuet in #213
- Add a tasks_full_details attribute to State for scheduling notebook by @nhuet in #211
- Remove duplicate step uploading doc to github-pages by @nhuet in #215
- Correct doc by @nhuet in #214
- Refresh workflows by @galleon in #216
- Flight planning notebook by @galleon in #210
- Remove postbuild script and fix doc for contributing by @nhuet in #219
- Add tips in doc to install minzinc easily in a terminal (works on cloud) by @nhuet in #224
- Update minizinc install command line for ubuntu in github actions by @nhuet in #223
- Update last nightly build url for binder environment during github actions by @nhuet in #229
- Fix missing variable python_version for skdecide install in release.yml by @nhuet in #230
- Update dependencies to use last discrete-optimization version by @nhuet in #231
- Test state terminal property when starting MCTS rollout policy by @fteicht in #238
- 236 implement a void rollout policy in mcts by @fteicht in #237
- Update status badge in readme to make it work by @nhuet in #240
- Update isort version to make it work with newer version of pre-commit by @nhuet in #241
- Upper-bound poetry-core version when building the library by @nhuet in #242
- Fix library build with last version of poetry-core by @nhuet in #245
- Bump torch from 1.13.0 to 1.13.1 by @dependabot in #244
- Fix issue when building doc on node 18 by @nhuet in #247
- Robust check state equality in get_next_state by @g-poveda in #248
- Build wheels for python 3.10 by @nhuet in #249
- Fix release workflow by @nhuet in #250
New Contributors
Full Changelog: v0.9.4...v0.9.6