From edd4ec03efc633c7d4e9a9b5166aa51d08ace709 Mon Sep 17 00:00:00 2001 From: Bjorn Madsen Date: Mon, 3 Jul 2023 19:03:20 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3d4281d..7d6b345 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Latest features: | date | description | |---|---| +| 2023/07/03 | Maintenance relealse (2023.7.1): Code has been reorganised so it is easier to navigate. No API changes. | | 2023/05/20 | Maintenance release (2022.4.3) [graph.phaseline](https://github.com/root-11/graph-theory/blob/da8b60137a73d7b7c23a960cb544181ca1bc122a/graph/__init__.py#L1291) has a new simpler and faster algorithm ( O(N*E) --> O(N+E) ). | | 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) |