File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and 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
You can’t perform that action at this time.
0 commit comments