From 8910f2492aeec34ab53b1493e137f85aed97c58b Mon Sep 17 00:00:00 2001 From: Ken Swanson Date: Mon, 22 Jan 2024 16:46:54 -0600 Subject: [PATCH] Added information to the Python release requested 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 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 926d7bca..020e2b07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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