Skip to content

Commit

Permalink
Added information to the Python release requested
Browse files Browse the repository at this point in the history
Added the fixing of the boolean column bug to the Python section
Fleshed out updated dependencies in the Python section. I tried to only list
  the dependencies that would be relevant to a user
  • Loading branch information
Swandog committed Jan 22, 2024
1 parent 25e3e71 commit 8910f24
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Updated all packages to have the correct SPDX for the Business Source License
- Changed to using total variation distance for uncertainty prediction (see docs)
- Updated dependencies:
- `numpy`: 1.21 -> 1.26
- `polars`: 0.16.14 -> 0.20.5
- `scipy`: 1.7 -> 1.11
- `plotly`: 5.14 -> 5.18
- `pyarrow`: 11 -> 14
- Added new dependencies: `seaborn`, `matplotlib`

### Fixed

- Fixed issue that would cause random row order when indexing pylace Engines by a single (column) index, e.g., engine['column'] would return the columns in a different order every time the engine was loaded
- Fixed bug in appending data with a boolean column

## [rust-0.6.0] - 2024-01-23

Expand Down

0 comments on commit 8910f24

Please sign in to comment.