File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ requires = [ "hatchling" ]
44
55[project ]
66name = " ehrdata"
7- version = " 0.0.8 "
7+ version = " 0.0.9 "
88description = " A Python package for EHR data"
99readme = " README.md"
1010license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments