v0.1.0b7
What's Changed
variation_executor.can_be_applied()
now uses exception instead of return value by @matosys in #70- refactor properties
*_executors
to methodsget_*_executors()
by @matosys in #71 - fix some simple pylint errors by @matosys in #72
- fix wrong assignment of prev_mark in
solver.get_executor_tree()
by @matosys in #73 - add new command line argument
--show-discarded
by @matosys in #74 - update two exception types from
EnvironmentError
toRuntimeError
by @matosys in #75 - docs: rework the most important content of basic docs by @matosys in #77
- build(deps): bump certifi from 2021.10.8 to 2022.12.7 by @dependabot in #76
- add examples to the README.md by @matosys in #78
Full Changelog: 0.1.0-beta.6...0.1.0-beta.7