From c237012d5647e5534b4e10fb10537a78c113d720 Mon Sep 17 00:00:00 2001 From: Chris Byrohl <9221545+cbyrohl@users.noreply.github.com> Date: Thu, 23 May 2024 13:13:56 +0200 Subject: [PATCH] v0.3.2 --- CHANGELOG.md | 22 ++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c973d3..4b32bf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.2] - 2024-05-23 + +### Added + +- for arepo snapshots, add local subhalo id selector (PR #163) +- JOSS publication reference in readme (PR #159) +- add new question to FAQ docs +- move docs to scida.io + +### Fixed + +- bugfix for potentially wrong snapshot order for gadgetsyle series +- gh pipeline fix required due to new abs path requirement in some pip calls (PR #161) +- update outdated config path in config (PR #162) +- fix wget command in docs (#156) +- some fixes to unit discovery +- fix on parallel cache file access + +## [0.3.1] - 2024-02-19 + +- Cut a new release for zenodo record as required for JOSS publication + ## [0.3.0] - 2024-02-16 ### Added diff --git a/pyproject.toml b/pyproject.toml index fe1249f..2ab4e74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "scida" -version = "0.3.1" +version = "0.3.2" description = "Convenience wrapper around large scientific datasets to process with dask." authors = ["Chris Byrohl"] readme = "README.md"