Skip to content

Commit

Permalink
v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cbyrohl committed May 23, 2024
1 parent 5102a24 commit c237012
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit c237012

Please sign in to comment.