Skip to content

Commit

Permalink
Merge pull request #439 from VincentRouvreau/release_note_gudhi_3_4_0
Browse files Browse the repository at this point in the history
Release note 3.4.0
  • Loading branch information
VincentRouvreau authored Dec 14, 2020
2 parents 1a6f1aa + 34e95e0 commit 9882778
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/next_release.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
We are pleased to announce the release 3.4.0 of the GUDHI library.

As a major new feature, the GUDHI library now offers dD weighted alpha complex, ...
As a major new feature, the GUDHI library now offers dD weighted alpha complex, pip and conda packages for Python 3.9.

We are now using GitHub to develop the GUDHI library, do not hesitate to [fork the GUDHI project on GitHub](https://github.com/GUDHI/gudhi-devel). From a user point of view, we recommend to download GUDHI user version (gudhi.3.4.0.tar.gz).

Expand All @@ -9,8 +9,9 @@ Below is a list of changes made since GUDHI 3.3.0:
- [Alpha complex](https://gudhi.inria.fr/doc/latest/group__alpha__complex.html)
- the C++ weighted version for alpha complex is now available in dimension D.

- [Module](link)
- ...
- Simplex tree [C++](https://gudhi.inria.fr/doc/latest/class_gudhi_1_1_simplex__tree.html) [Python](http://gudhi.gforge.inria.fr/python/latest/simplex_tree_ref.html)
- A new method to reset the filtrations
- A new method to get the boundaries of a simplex

- [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.
Expand Down
2 changes: 2 additions & 0 deletions src/python/doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
'sphinx_paramlinks',
]

bibtex_bibfiles = ['../../biblio/bibliography.bib']

todo_include_todos = True
# plot option : do not show hyperlinks (Source code, png, hires.png, pdf)
plot_html_show_source_link = False
Expand Down
2 changes: 1 addition & 1 deletion src/python/gudhi/simplex_tree.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ cdef class SimplexTree:
:type nb_iterations: int
:note: collapse_edges method requires `Eigen <installation.html#eigen>`_ >= 3.1.0 and an exception is thrown
if this method is not available.
if this method is not available.
"""
# Backup old pointer
cdef Simplex_tree_interface_full_featured* ptr = self.get_ptr()
Expand Down

0 comments on commit 9882778

Please sign in to comment.