Skip to content

Commit 72d9632

Browse files
authored
release 0.2.0 (#234)
1 parent 8e1533b commit 72d9632

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ 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.2.0] Future
11+
## [0.2.0]
1212

1313
### Fixed
1414
- Assigning `.X` to a view of an X-less {class}`~ehrdata.EHRData` (e.g. one created with `layers=` only) no longer raises `TypeError: 'NoneType' object does not support item assignment`. The view is now materialised before the assignment, consistent with how AnnData handles other field modifications on views. ([#233](https://github.com/theislab/ehrdata/pull/233)) @eroell

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 = "ehrdata"
7-
version = "0.1.2"
7+
version = "0.2.0"
88
description = "A Python package for EHR data"
99
readme = "README.md"
1010
license = "Apache-2.0"

0 commit comments

Comments
 (0)