From 0e6e50620f915ae9495f26b5e1cfd50bcb94685a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 14 Aug 2024 19:02:38 +0000 Subject: [PATCH] chore(release): 0.3.0-beta.5 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60aaf705c..e8052c75b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.3.0-beta.5](https://github.com/pinellolab/pyrovelocity/compare/v0.3.0-beta.4...v0.3.0-beta.5) (2024-08-14) + + +### Features + +* **io:** add module to sparsify/densify array dictionaries ([c1f15fc](https://github.com/pinellolab/pyrovelocity/commit/c1f15fc66aa7ef8d2f1f8ea6476293e8f972fdf3)) +* **io:** sparsify array dictionaries by default ([e11412e](https://github.com/pinellolab/pyrovelocity/commit/e11412e764e3ec0b8bbd631012438a890d337e14)) +* **utils:** log array data type with shape ([eb769b5](https://github.com/pinellolab/pyrovelocity/commit/eb769b5110b7cb938e8d02b6348b2cf957255306)) + ## [0.3.0-beta.4](https://github.com/pinellolab/pyrovelocity/compare/v0.3.0-beta.3...v0.3.0-beta.4) (2024-08-13)