Skip to content

Commit

Permalink
Actually use gpu index in tutorial (#92)
Browse files Browse the repository at this point in the history
* fix tutorial

* version bump
  • Loading branch information
adamgayoso authored Mar 29, 2023
1 parent e3aba86 commit ceb2a2a
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.2
current_version = 0.3.3
tag = True
commit = True

Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ and this project adheres to [Semantic Versioning][].
[keep a changelog]: https://keepachangelog.com/en/1.0.0/
[semantic versioning]: https://semver.org/spec/v2.0.0.html

## 0.3.3 (2023-03-29)

### Fixed

- Large scale tutorial now properly uses gpu index ([#92][])

[#92]: https://github.com/YosefLab/scib-metrics/pull/92

## 0.3.2 (2023-03-13)

### Changed
Expand Down
46 changes: 23 additions & 23 deletions docs/notebooks/large_scale.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ requires = ["hatchling"]

[project]
name = "scib-metrics"
version = "0.3.2"
version = "0.3.3"
description = "Accelerated and Python-only scIB metrics"
readme = "README.md"
requires-python = ">=3.8"
Expand Down

0 comments on commit ceb2a2a

Please sign in to comment.