Skip to content

Commit 32b4bc0

Browse files
committed
release 0.0.9
Signed-off-by: Lukas Heumos <lukas.heumos@posteo.net>
1 parent 148b5ab commit 32b4bc0

2 files changed

Lines changed: 12 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,28 @@ 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.9]
12+
### Maintenance
13+
- Use custom logger & remove pydata sparse ([#176](https://github.com/theislab/ehrdata/pull/176)) @Zethson
14+
- Replace figshare with scverse S3 ([#177](https://github.com/theislab/ehrdata/pull/177)) @Zethson
15+
- Update template to v0.6.0 ([#166](https://github.com/theislab/ehrdata/pull/166)) @Zethson
16+
1117
## [0.0.8]
1218

1319
### Fixed
14-
- Update duckdb imports for future (#157) @eroell
20+
- Update duckdb imports for future ([#157](https://github.com/theislab/ehrdata/pull/157)) @eroell
1521

1622
### Maintenance
17-
- Private subset method for `EHRData` (#160) @eroell
18-
- Remove `omop` package dependency (#160) @eroell
23+
- Private subset method for `EHRData` ([#160](https://github.com/theislab/ehrdata/pull/160)) @eroell
24+
- Remove `omop` package dependency ([#160](https://github.com/theislab/ehrdata/pull/160)) @eroell
1925

2026
## [0.0.7]
2127

2228
### Fixed
23-
- Fix tests and Getting Started Notebook (#155) @eroell
29+
- Fix tests and Getting Started Notebook ([#155](https://github.com/theislab/ehrdata/pull/155)) @eroell
2430

2531
### Maintenance
26-
- Update duckdb imports for future (#155) @eroell
32+
- Update duckdb imports for future ([#155](https://github.com/theislab/ehrdata/pull/155)) @eroell
2733

2834
## [0.0.6]
2935

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

0 commit comments

Comments
 (0)