Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
LouiseDck committed Nov 13, 2024
1 parent 6187fcc commit 5ee0e1b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,20 @@ 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

## [Unreleased]
## 0.0.2

### Bugfixes
- [Allow generation of empty uns](https://github.com/data-intuitive/dummy-anndata/pull/3)
- [Allow X to be empty](https://github.com/data-intuitive/dummy-anndata/pull/9)

### Improvements
- [Check whether types passed to functions are iterable](https://github.com/data-intuitive/dummy-anndata/pull/4)
- [Remove `generating` prefix](https://github.com/data-intuitive/dummy-anndata/pull/6)
- [Typehint exposed functions](https://github.com/data-intuitive/dummy-anndata/pull/10)


## 0.0.1

### Added

- Basic tool, preprocessing and plotting functions
- Basic generating of datasets possible
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.1"
version = "0.0.2"
description = "Allows generating dummy anndata objects, useful for testing."
readme = "README.md"
license = { file = "LICENSE" }
Expand Down

0 comments on commit 5ee0e1b

Please sign in to comment.