File tree Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1
- name-template : " 0.12.0 🌈"
2
- tag-template : 0.12.0
1
+ name-template : " 0.12.1 🌈"
2
+ tag-template : 0.12.1
3
3
exclude-labels :
4
4
- " skip-changelog"
5
5
Original file line number Diff line number Diff line change 2
2
3
3
This project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
4
4
5
+ ## v0.12.1
6
+
7
+ ### 🚀 Features
8
+
9
+ * Make dowhy optional & remove medcat [ #903 ] ( https://github.com/theislab/ehrapy/pull/903 ) @Zethson
10
+ * Add about page & improve citations [ #902 ] ( https://github.com/theislab/ehrapy/pull/902 ) @Zethson
11
+ * Overhaul doc structure [ #895 ] ( https://github.com/theislab/ehrapy/pull/895 ) @Zethson
12
+ * Move to biome & improve CI & reenable CR [ #890 ] ( https://github.com/theislab/ehrapy/pull/890 ) @Zethson
13
+ * Clean up Round - cut down anndata extension functionality [ #880 ] ( https://github.com/theislab/ehrapy/pull/880 ) @eroell
14
+
5
15
## v0.12.0
6
16
7
17
### 🚀 Features
Original file line number Diff line number Diff line change 2
2
3
3
__author__ = "Lukas Heumos"
4
4
__email__ = "lukas.heumos@posteo.net"
5
- __version__ = "0.12.0 "
5
+ __version__ = "0.12.1 "
6
6
7
7
import os
8
8
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ requires = ["hatchling"]
4
4
5
5
[project ]
6
6
name = " ehrapy"
7
- version = " 0.12.0 "
7
+ version = " 0.12.1 "
8
8
description = " Electronic Health Record Analysis with Python."
9
9
readme = " README.md"
10
10
requires-python = " >=3.11,<3.14"
You can’t perform that action at this time.
0 commit comments