File tree 4 files changed +33
-25
lines changed
4 files changed +33
-25
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.3.2
2
+ current_version = 0.3.3
3
3
tag = True
4
4
commit = True
5
5
Original file line number Diff line number Diff line change @@ -8,6 +8,14 @@ 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.3.3 (2023-03-29)
12
+
13
+ ### Fixed
14
+
15
+ - Large scale tutorial now properly uses gpu index ([ #92 ] [ ] )
16
+
17
+ [ #92 ] : https://github.com/YosefLab/scib-metrics/pull/92
18
+
11
19
## 0.3.2 (2023-03-13)
12
20
13
21
### Changed
Load Diff Large diffs are not rendered by default.
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.3.2 "
8
+ version = " 0.3.3 "
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