summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMarc Glisse <marc.glisse@inria.fr>2020-11-01 00:13:10 +0100
committerMarc Glisse <marc.glisse@inria.fr>2020-11-01 00:13:10 +0100
commitc1579e92d6cc78958522604769b0bc595c5f0eae (patch)
treecdc3ed89aa5c060431a45956927a3b696c5dd398 /.github
parente3492366b040a0cac046498cdb8c2ecddfd818a9 (diff)
release notes
Diffstat (limited to '.github')
-rw-r--r--.github/next_release.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/next_release.md b/.github/next_release.md
index cd2376eb..54f389d1 100644
--- a/.github/next_release.md
+++ b/.github/next_release.md
@@ -12,6 +12,9 @@ Below is a list of changes made since GUDHI 3.3.0:
- [Module](link)
- ...
+- [Subsampling](https://gudhi.inria.fr/doc/latest/group__subsampling.html)
+ - The C++ function `choose_n_farthest_points()` now takes a distance function instead of a kernel as first argument, users can replace `k` with `k.squared_distance_d_object()` in each call in their code.
+
- Miscellaneous
- The [list of bugs that were solved since GUDHI-3.3.0](https://github.com/GUDHI/gudhi-devel/issues?q=label%3A3.4.0+is%3Aclosed) is available on GitHub.