Skip to content

Commit

Permalink
version 0.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
PerretB committed Nov 6, 2023
1 parent 8e57126 commit d271a26
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ pip install higra

Supported systems:

- Python 3.7, 3.8, 3.9, 3.10, 3.11 (amd64)
- Python 3.8, 3.9, 3.10, 3.11, 3.12 (amd64)
- Linux 64 bits, macOS, Windows 64 bits (requires [Visual C++ Redistributable for Visual Studio 2015](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads))

Prebuilt binaries are currently not available for ARM architectures.

## Documentation

Expand Down
3 changes: 2 additions & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
sphinx==3.0.3
sphinx-tabs
breathe
higra==0.6.7
Jinja2<3.1
higra==0.6.8
7 changes: 7 additions & 0 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

0.6.8
-----

- Add support for Python 3.12 and remove Python 3.7 `#272 <https://github.com/higra/Higra/pull/272>`_
- Fix bug with empty graphs in function :func:`~higra.bipartite_graph_matching` for minimum cost matching in bipartite graphs `#270 <https://github.com/higra/Higra/pull/270>`_
- Fix bug in function :func:`~higra.ultrametric_open` `#268 <https://github.com/higra/Higra/pull/268>`_

0.6.7
-----

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 7
#define HIGRA_VERSION_PATCH 8

0 comments on commit d271a26

Please sign in to comment.