Skip to content

Commit

Permalink
add node_modules to ignore, put date on 0.5.0 (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkim0 authored Feb 23, 2024
1 parent dc86acb commit 85d8eae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@ __pycache__/
/.idea/
/.vscode/

# node
/node_modules/

docs/notebooks/data/
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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.0 (2024-MM-DD)
## 0.5.0 (2024-01-04)

- Refactor all relevant metrics to use `NeighborsResults` as input instead of sparse distance/connectivity matrices.

Expand Down

0 comments on commit 85d8eae

Please sign in to comment.