File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 1- __version__ = "2.0 .0"
1+ __version__ = "2.1 .0"
22
33from grblogtools .api import get_dataframe , parse
44from grblogtools .plotting import plot
You can’t perform that action at this time.
0 commit comments