File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.1.0
2
+ current_version = 0.1.1
3
3
tag = True
4
4
commit = True
5
5
Original file line number Diff line number Diff line change @@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning][].
8
8
[ keep a changelog ] : https://keepachangelog.com/en/1.0.0/
9
9
[ semantic versioning ] : https://semver.org/spec/v2.0.0.html
10
10
11
+ ## 0.1.1 (2022-01-04)
12
+
13
+ - Add new tutorial and fix scalability of lisi ([ #71 ] [ ] )
14
+
15
+ [ #71 ] : https://github.com/YosefLab/scib-metrics/pull/71
16
+
11
17
## 0.1.0 (2022-01-03)
12
18
13
19
- Add benchmarking pipeline with plotting ([ #52 ] [ ] and [ #69 ] [ ] )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ requires = ["hatchling"]
5
5
6
6
[project ]
7
7
name = " scib-metrics"
8
- version = " 0.1.0 "
8
+ version = " 0.1.1 "
9
9
description = " Accelerated and Python-only scIB metrics"
10
10
readme = " README.md"
11
11
requires-python = " >=3.8"
You can’t perform that action at this time.
0 commit comments