Skip to content

Commit

Permalink
[releases] start 0.5.1 (#142)
Browse files Browse the repository at this point in the history
* [releases] start 0.5.1

* fix formatting of release note
  • Loading branch information
martinkim0 authored Feb 23, 2024
1 parent 85d8eae commit d98119f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
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.5.1 (2024-02-DD)

### Changed

- Replace removed {class}`jax.random.KeyArray` with {class}`jax.Array` ([#135][]).

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

## 0.5.0 (2024-01-04)

- Refactor all relevant metrics to use `NeighborsResults` as input instead of sparse distance/connectivity matrices.
Expand Down
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.5.0"
version = "0.5.1"
description = "Accelerated and Python-only scIB metrics"
readme = "README.md"
requires-python = ">=3.9"
Expand Down

0 comments on commit d98119f

Please sign in to comment.