diff --git a/.gitignore b/.gitignore index 6c7880a..367e652 100644 --- a/.gitignore +++ b/.gitignore @@ -27,4 +27,7 @@ __pycache__/ /.idea/ /.vscode/ +# node +/node_modules/ + docs/notebooks/data/ diff --git a/CHANGELOG.md b/CHANGELOG.md index a4e503c..ca86b4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.