Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
version 0.6.7
  • Loading branch information
PerretB committed Jun 19, 2023
1 parent dac9199 commit 180ac0f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sphinx==3.0.3
sphinx-tabs
breathe
higra==0.6.6
higra==0.6.7
11 changes: 11 additions & 0 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changelog
=========

0.6.7
-----

- Add function :func:`~higra.is_bipartite_graph` `#265 <https://github.com/higra/Higra/pull/265>`_
- Add function :func:`~higra.bipartite_graph_matching` for minimum cost matching in bipartite graphs `#265 <https://github.com/higra/Higra/pull/265>`_
- Add function :func:`~higra.match_pixels_image_2d` to compute the optimal matching between the pixels/contours of 2 images `#265 <https://github.com/higra/Higra/pull/265>`_
- Add "similarity" mode in Dasgupta quality measure :func:`~higra.dasgupta_cost` `#264 <https://github.com/higra/Higra/pull/264>`_
- Add :func:`~higra.Tree.to_undirected_graph` to the tree class `#263 <https://github.com/higra/Higra/pull/263>`_
- Add option to use a preexisting graph in :func:`~higra.graph_4_adjacency_2_khalimsky` `#262 <https://github.com/higra/Higra/pull/262>`_


0.6.6
-----

Expand Down
2 changes: 1 addition & 1 deletion include/higra/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@

#define HIGRA_VERSION_MAJOR 0
#define HIGRA_VERSION_MINOR 6
#define HIGRA_VERSION_PATCH 6
#define HIGRA_VERSION_PATCH 7

0 comments on commit 180ac0f

Please sign in to comment.