Skip to content

Commit

Permalink
version 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
PerretB committed Dec 2, 2021
1 parent d11755e commit 1b2b3f7
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pip install higra

Supported systems:

- Python 3.6, 3.7, 3.8, 3.9
- Python 3.7, 3.8, 3.9, 3.10
- 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))


Expand Down
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.4
higra==0.6.5
10 changes: 9 additions & 1 deletion doc/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

0.6.5
-----

- Add support for Python 3.10, remove support of Python 3.6 `#243 <https://github.com/higra/Higra/pull/243>`_
- Add an optional condition to the tree propagate and accumulate function see documentation
:ref:`tree conditional propagate and accumulate` :func:`~higra.propagate_sequential_and_accumulate`
`#241 <https://github.com/higra/Higra/pull/241>`_

0.6.4
-----

Expand All @@ -18,7 +26,7 @@ Changelog
0.6.2
-----

- Add support for Python 3.9, remove support of Python 3.5` `#233 <https://github.com/higra/Higra/pull/233>`_
- Add support for Python 3.9, remove support of Python 3.5 `#233 <https://github.com/higra/Higra/pull/233>`_

0.6.1
-----
Expand Down
2 changes: 2 additions & 0 deletions doc/source/tree.rst
Original file line number Diff line number Diff line change
Expand Up @@ -817,6 +817,8 @@ The following example demonstrates the application of a propagate and accumulate
// result = {15, 16, 18, 19, 20, 14, 15, 8};
.. _tree conditional propagate and accumulate:

Conditional sequential propagate and accumulate
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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 4
#define HIGRA_VERSION_PATCH 5

0 comments on commit 1b2b3f7

Please sign in to comment.