diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a14af7..e4b108c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,15 @@ and this project adheres to [Semantic Versioning][]. [keep a changelog]: https://keepachangelog.com/en/1.0.0/ [semantic versioning]: https://semver.org/spec/v2.0.0.html +## 0.0.3 + +### Bugfixes +- [Explicitly check for forbidden types in obsm and varm](https://github.com/data-intuitive/dummy-anndata/pull/14) + +### Improvements +- [Allow dataframe generation using df prefix](https://github.com/data-intuitive/dummy-anndata/pull/13) +- Allow generation of 3D matrices of [floats](https://github.com/data-intuitive/dummy-anndata/pull/16), [integers and 2D matrices of strings and booleans](https://github.com/data-intuitive/dummy-anndata/pull/17) + ## 0.0.2 ### Bugfixes diff --git a/pyproject.toml b/pyproject.toml index b64c01d..a6d46f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = [ "hatchling" ] [project] name = "dummy-anndata" -version = "0.0.2" +version = "0.0.3" description = "Allows generating dummy anndata objects, useful for testing." readme = "README.md" license = { file = "LICENSE" }