Skip to content

Releases: kstruempf/MCTS

Release v2.0.5

29 Feb 08:22
20f0568
Compare
Choose a tag to compare

2.0.5 (2024-02-29)

Documentation

Release v2.0.4

23 Feb 08:30
e368eec
Compare
Choose a tag to compare

2.0.4 (2023-02-23)

Documentation

  • extend example for easy copy/paste (e368eec)

Release v2.0.3

29 Jun 17:33
d9a100a
Compare
Choose a tag to compare

2.0.3 (2022-06-29)

Code Refactoring

  • update examples to use parameters following python naming convention (d4cecf4)
  • use parameters following python naming convention (backwards compatible) (d6d7513)

Documentation

  • use absolute URLs to reference examples (b306af8), closes #8

Release v2.0.2

16 May 09:26
8b316be
Compare
Choose a tag to compare

2.0.2 (2022-05-16)

Continuous Integration

  • add CodeQL vulnerability scanning (8d3992f)

Documentation

  • link pip page (737410a)
  • mention authors of examples in README.md (2169809)

Release v2.0.1

13 May 15:28
126a784
Compare
Choose a tag to compare

2.0.1 (2022-05-13)

Documentation

  • add docs to BaseState (10bb7ff)
  • minor extension to README.md (2106247)

Release v2.0.0

12 May 12:48
5c851ac
Compare
Choose a tag to compare

2.0.0 (2022-05-12)

⚠ BREAKING CHANGES

  • API change

Bug Fixes

  • run release job on main (3848fd6)

Continuous Integration

  • add ci pipeline (15fe45a)
  • add package signing to build pipeline (0de98e8)

Documentation

  • change pypi package name (06d74d0)
  • fix typo and link in docs (72428b3)
  • update README.md to show new API (650e904)

Code Refactoring

  • auto format code according to code style inf .editorconfig (e3fe6a8)
  • move existing code to packages (f56160f)
  • rename base class methods to follow python naming conventions (8ef8f8b)
  • rename MCTS methods to follow python naming conventions (b8ff044)