Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down