Skip to content

Commit ceb2a2a

Browse files
authored
Actually use gpu index in tutorial (#92)
* fix tutorial * version bump
1 parent e3aba86 commit ceb2a2a

File tree

4 files changed

+33
-25
lines changed

4 files changed

+33
-25
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.2
2+
current_version = 0.3.3
33
tag = True
44
commit = True
55

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ 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.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+
1119
## 0.3.2 (2023-03-13)
1220

1321
### Changed

docs/notebooks/large_scale.ipynb

+23-23
Large diffs are not rendered by default.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requires = ["hatchling"]
55

66
[project]
77
name = "scib-metrics"
8-
version = "0.3.2"
8+
version = "0.3.3"
99
description = "Accelerated and Python-only scIB metrics"
1010
readme = "README.md"
1111
requires-python = ">=3.8"

0 commit comments

Comments
 (0)