Skip to content

Commit

Permalink
Bumped version.
Browse files Browse the repository at this point in the history
Added release note.
  • Loading branch information
root-11 committed May 20, 2023
1 parent da8b601 commit ae22e0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Latest features:

| date | description |
|---|---|
| 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) |
| 2022/03/09 | bugfixes to TrafficJamSolver only. |
Expand Down
2 changes: 1 addition & 1 deletion graph/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
major, minor, patch = 2022, 4, 2
major, minor, patch = 2022, 4, 3
__version_info__ = (major, minor, patch)
__version__ = ".".join(str(i) for i in __version_info__)

0 comments on commit ae22e0e

Please sign in to comment.