Skip to content

Commit 2bbfd72

Browse files
committed
Update changelog and bump to 2.1.0
1 parent bf26a3c commit 2bbfd72

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
# CHANGELOG
22
## Unreleased
33
### Added
4-
- Parsing of deterministic work metric in nodelog, barrier, and simplex (#27)
5-
- Add a ChangedParams summary column with parameters as a dictionary (#21)
64
### Fixed
7-
- Handle pandas warning related to groupby()
85
### Changed
96
### Removed
107

8+
## 2.1.0 - 2023-04-27
9+
### Added
10+
- Parsing of deterministic work metric in nodelog, barrier, and simplex (#27)
11+
- Add a ChangedParams summary column with parameters as a dictionary (#21)
12+
### Fixed
13+
- Handle pandas warning related to groupby(); fix join issue in pandas2 (#29,#33)
14+
1115
## 2.0.0 - 2022-04-04
1216
### Changed
1317
- The code went through a refactoring while it remains backward compatible.

src/grblogtools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.0.0"
1+
__version__ = "2.1.0"
22

33
from grblogtools.api import get_dataframe, parse
44
from grblogtools.plotting import plot

0 commit comments

Comments
 (0)