Skip to content

Commit 74a7dd8

Browse files
authored
Bump version and update changelog (#21)
1 parent 76f08d6 commit 74a7dd8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ and this project adheres to [Semantic Versioning][].
88
[keep a changelog]: https://keepachangelog.com/en/1.0.0/
99
[semantic versioning]: https://semver.org/spec/v2.0.0.html
1010

11+
## 0.0.3
12+
13+
### Bugfixes
14+
- [Explicitly check for forbidden types in obsm and varm](https://github.com/data-intuitive/dummy-anndata/pull/14)
15+
16+
### Improvements
17+
- [Allow dataframe generation using df prefix](https://github.com/data-intuitive/dummy-anndata/pull/13)
18+
- 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)
19+
1120
## 0.0.2
1221

1322
### Bugfixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = [ "hatchling" ]
44

55
[project]
66
name = "dummy-anndata"
7-
version = "0.0.2"
7+
version = "0.0.3"
88
description = "Allows generating dummy anndata objects, useful for testing."
99
readme = "README.md"
1010
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)