Skip to content

Commit bacc2ae

Browse files
Update changelog for 0.3.4
1 parent 4b66602 commit bacc2ae

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [0.3.4] - 2025-06-28
8+
- Add `dijkstraAssocCost` and `dijstraAssocCostM`, which make it easier to
9+
handle path-dependent costs.
10+
- Fix bug in `dijkstraAssocM`, where the prior cost was not propagated to new states.
11+
12+
## [0.3.3] - 2024-11-08
13+
- Add `pruningAssoc` and `pruningAssocM`, which allow for easy pruning of states based on cost.
14+
- Add monadic versions of `dijkstraAssoc` and `astarAssoc`
15+
716
## [0.3.2] - 2021-12-27
817
- Add two new functions, `dijkstraAssoc` and `aStarAssoc`. These allow for the simultaneous
918
computation of neighboring states and their costs. (Thank you to
@@ -29,6 +38,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2938
## 0.1.0 - 2017-03-07
3039
- Initial release
3140

41+
[0.3.4]: https://github.com/devonhollowood/search-algorithms/compare/v0.3.3...v0.3.4
42+
[0.3.3]: https://github.com/devonhollowood/search-algorithms/compare/v0.3.2...v0.3.3
3243
[0.3.2]: https://github.com/devonhollowood/search-algorithms/compare/v0.3.1...v0.3.2
3344
[0.3.1]: https://github.com/devonhollowood/search-algorithms/compare/v0.3.0...v0.3.1
3445
[0.3.0]: https://github.com/devonhollowood/search-algorithms/compare/v0.2.0...v0.3.0

0 commit comments

Comments
 (0)