Skip to content

Commit

Permalink
Update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
ageiss2 committed Jun 18, 2024
1 parent 372a3e4 commit a0c38c0
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,25 @@ Released version 2.0
====================

- Uses NumPy to accelerate parsing and calculation.
- *Breaking change:* returns data as NumPy arrays
- **Breaking change:** returns data as NumPy arrays


- Includes a fix to read CUBE files written by CubeWriter 4.8 that sometimes come with incorrect checksums.
- Includes a bugfix, that switches the paramaters of `convert_to_inclusive` and `convert_to_exclusive` in the `value`
and `mean` function of `MetricValues`, so that the names and the functions match.
The new and also correct signatures are now:
`mean(self, cnode: CNode, convert_to_exclusive: bool = False, convert_to_inclusive: bool = False)`
`value(self, cnode: CNode, convert_to_exclusive: bool = False, convert_to_inclusive: bool = False)`

Released version 1.2.2
======================

Includes a bugfix, that switches the paramaters of `convert_to_inclusive` and `convert_to_exclusive` in the `value`
and `mean` function of `MetricValues`, so that the names and the functions match.

The new and also correct signatures are now:
`mean(self, cnode: CNode, convert_to_exclusive: bool = False, convert_to_inclusive: bool = False)`
`value(self, cnode: CNode, convert_to_exclusive: bool = False, convert_to_inclusive: bool = False)`

Released version 1.2.1
======================
Expand Down

0 comments on commit a0c38c0

Please sign in to comment.