From 85d8eaeb3b1cc0772793ed18c923e718d6299fa1 Mon Sep 17 00:00:00 2001 From: Martin Kim <46072231+martinkim0@users.noreply.github.com> Date: Fri, 23 Feb 2024 13:09:19 -0800 Subject: [PATCH] add node_modules to ignore, put date on 0.5.0 (#141) --- .gitignore | 3 +++ CHANGELOG.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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.