Skip to content

Commit

Permalink
bump dependencies for 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kno10 committed Mar 7, 2023
1 parent a2a3a14 commit 669456c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## kmedoids 0.4.2 (2023-03-07)

- no changes in rust, fix predict in Python wrapper
- bumped rayon to 1.7, with no changes
- add CITATION.cff

## kmedoids 0.4.1 (2022-09-24)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ required-features = ["ndarray", "rand", "parallel"]
num-traits = "0.2"
ndarray = {version = "0.15", optional = true}
rand = {version = "0.8", optional = true}
rayon = {version = "1.5", optional = true}
rayon = {version = "1.7", optional = true}

[dev-dependencies]
ndarray = "0.15"
Expand Down

0 comments on commit 669456c

Please sign in to comment.