Skip to content

Commit

Permalink
Update to version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lecrapouille committed Apr 30, 2024
1 parent 2df113a commit 7ac6886
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
20 changes: 12 additions & 8 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
August 2019: version 0.1.0
* First import: basic (max,+) functions
* Registered Julia package
April 2024: version 0.3.1
* Update code because PrettyTables changed of API.

March 2023: version 0.3.0
* It was a huge time to make a new version :)
* Major API change and code refacto
* Add (min,+) algebra
* Translate tutorials

September 2019: version 0.2.0
* French documentation
* Add functions: core, syslin, flowshop (work in progress)
* Add workarounds against Julia issues
* Add unit tests

March 2023: version 0.3.0
* It was a huge time to make a new version :)
* Major API change and code refacto
* Add (min,+) algebra
* Translate tutorials
August 2019: version 0.1.0
* First import: basic (max,+) functions
* Registered Julia package

2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MaxPlus"
uuid = "41177cfe-c387-11e9-2806-edd030e4594e"
authors = ["Quentin Quadrat <lecrapouille@gmail.com>"]
version = "0.3.0"
version = "0.3.1"

[deps]
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
Expand Down

0 comments on commit 7ac6886

Please sign in to comment.