Skip to content

Commit ae22e0e

Browse files
committed
Bumped version.
Added release note.
1 parent da8b601 commit ae22e0e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Latest features:
1818

1919
| date | description |
2020
|---|---|
21+
| 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) ). |
2122
| 2022/12/12 | Maintenance release (2022.4.2): To speed up the package import plot3d has been moved to function call. |
2223
| 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) |
2324
| 2022/03/09 | bugfixes to TrafficJamSolver only. |

graph/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
major, minor, patch = 2022, 4, 2
1+
major, minor, patch = 2022, 4, 3
22
__version_info__ = (major, minor, patch)
33
__version__ = ".".join(str(i) for i in __version_info__)

0 commit comments

Comments
 (0)