Skip to content

v0.1.0b7

Compare
Choose a tag to compare
@matosys matosys released this 16 May 05:48
· 156 commits to main since this release

What's Changed

  • variation_executor.can_be_applied() now uses exception instead of return value by @matosys in #70
  • refactor properties *_executors to methods get_*_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 to RuntimeError 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