From 63e4080c4673b60a21b46a8c2f45cd899e5bbd1c Mon Sep 17 00:00:00 2001 From: Bjorn Madsen Date: Mon, 12 Dec 2022 08:49:46 +0000 Subject: [PATCH] Changelog updated. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a25e861..3c25e92 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Latest features: | date | description | |---|---| +| 2022/12/12 | Maintenance release (2022.4.2): To speed up the package import plot3d has been moved to function call. | | 2022/10/04 | New tutorial: [Learn to solve traffic jams and sudoku's](https://github.com/root-11/graph-theory/blob/master/examples/graphs%20as%20finite%20state%20machines.ipynb) | | 2022/03/09 | bugfixes to TrafficJamSolver only. | | 2022/01/04 | new feature: Graph.distance_map, which allows the user to compute
the distance from a number of starts and ends as simulated annealing map. |