Skip to content

Latest commit

 

History

History
59 lines (29 loc) · 786 Bytes

Changelog.md

File metadata and controls

59 lines (29 loc) · 786 Bytes

Change log

All notable changes to this project will be documented in this file.

[0.2.0] 2024-09-04

Added

  • A new form of tracing the search algorithms

Changed

  • Refactor search module interface for cleaner interaction
  • Using sets to lower time complexity on general pruning

Fixed

[0.1.9] 2023-10-02

Added

Changed

Fixed

  • Fixed bug in A* algorithm.

[0.1.7] 2023-09-21

Added

  • CD/CI workflow with GitHub Actions to deploy this package to PyPI. None feature added.

Changed

Fixed

[0.1.6] 2023-09-20

Added

Changed

Fixed

  • Fixed bug in Uniform Cost Search algorithm.

[0.1.5] 2023-09-18

Added

  • Pruning option in search method for all algorithms in SearchAlgorithms.py.

Changed

Fixed