Skip to content

Commit

Permalink
version 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmilten committed Jul 25, 2024
1 parent 1be6a99 commit 4975f8e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@
## Unreleased
### Fixed
### Changed
- Parsing of heuristic solutions found prior to nodelog (but not found by NoRel) (#51)
### Removed

## 3.1.0 - 2024-07-25
### Changed
- Parsing of heuristic solutions found prior to nodelog (but not found by NoRel) (#51)
- slightly reorganized parsers
- better parsing of early solutions (pre-tree and norel)

## 3.0.0 - 2023-10-11
### Changed
- rename project to gurobi-logtools for consistency with other Gurobi projects
Expand Down
2 changes: 1 addition & 1 deletion src/gurobi_logtools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.0.0"
__version__ = "3.1.0"

from gurobi_logtools.api import get_dataframe, parse
from gurobi_logtools.plotting import plot

0 comments on commit 4975f8e

Please sign in to comment.