Skip to content

Commit

Permalink
version 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmilten committed Dec 19, 2024
1 parent 3690ae4 commit 161e539
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# CHANGELOG
## Unreleased
### Fixed
### Changed
### Removed

## 3.2.0 - 2024-12-19
### Fixed
- Logs ending with memory or work limit reached, will now return a corresponding status
### Changed
- If logfiles are not found when parsing then a FileNotFoundError is raised
### Removed

## 3.1.0 - 2024-07-25
### Changed
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.1.0"
__version__ = "3.2.0"

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

0 comments on commit 161e539

Please sign in to comment.