Skip to content

Latest commit

 

History

History
71 lines (35 loc) · 941 Bytes

Changelog.md

File metadata and controls

71 lines (35 loc) · 941 Bytes

Change log

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

[0.2.2] 2025-28-01

Added

Changed

  • Refactor all code to use the pylint standard
  • Remove the unnecessary code in examples files

Fixed

[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