Skip to content

Commit

Permalink
[doc/normaliz] add "normaliz-3.3.0" to the known working versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Jahn committed Aug 31, 2017
1 parent a5bcf97 commit c0a3c1f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 16 deletions.
4 changes: 2 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ you need the `normaliz` executable,
which can be downloaded from https://www.normaliz.uni-osnabrueck.de
[W. Bruns and B. Ichim and T. Römer and R. Sieg and C. Söger].
The geometric decomposition module is
designed for normaliz version 3 - currently versions 3.0.0, 3.1.0, and
3.1.1 are known to work. We recommend to set your $PATH such that the `normaliz`
designed for normaliz version 3 - currently versions 3.0.0, 3.1.0, 3.1.1 and
3.3.0 are known to work. We recommend to set your $PATH such that the `normaliz`
executable is found. Alternatively, you can pass the path to the `normaliz` executable
directly to the functions that need it.

Expand Down
4 changes: 2 additions & 2 deletions doc/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ The Geomethod and Normaliz
If you want to use the :mod:`geometric decomposition <pySecDec.decomposition.geometric>`
module, you need the `normaliz` [BIR]_ command line executable.
The :mod:`geometric decomposition <pySecDec.decomposition.geometric>` module is
designed for `normaliz` version 3 - currently versions ``3.0.0``, ``3.1.0``, and
``3.1.1`` are known to work. We recommend to set your ``$PATH`` such that the `normaliz`
designed for `normaliz` version 3 - currently versions ``3.0.0``, ``3.1.0``, ``3.1.1``,
and ``3.3.0`` are known to work. We recommend to set your ``$PATH`` such that the `normaliz`
executable is found. Alternatively, you can pass the path to the `normaliz` executable
directly to the functions that need it.

Expand Down
21 changes: 9 additions & 12 deletions pySecDec/decomposition/geometric.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,8 @@ def complete_representation(self, normaliz='normaliz', workdir='normaliz_tmp', k
.. note::
This function calls the command line executable of
`normaliz` [BIR]_.
It has been tested with `normaliz` versions 3.0.0,
3.1.0, and 3.1.1.
`normaliz` [BIR]_. See :ref:`installation_normaliz`
for installation and a list of tested versions.
:param normaliz:
string;
Expand Down Expand Up @@ -299,9 +298,9 @@ def triangulate(cone, normaliz='normaliz', workdir='normaliz_tmp', keep_workdir=
.. note::
This function calls the command line executable of
`normaliz` [BIR]_.
It has been tested with `normaliz` versions 3.0.0,
3.1.0, and 3.1.1.
`normaliz` [BIR]_. See :ref:`installation_normaliz`
for installation and a list of tested versions.
:param cone:
two dimensional array;
Expand Down Expand Up @@ -459,9 +458,8 @@ def geometric_decomposition(sector, indices=None, normaliz='normaliz', workdir='
.. note::
This function calls the command line executable of
`normaliz` [BIR]_.
It has been tested with `normaliz` versions 3.0.0,
3.1.0, and 3.1.1.
`normaliz` [BIR]_. See :ref:`installation_normaliz`
for installation and a list of tested versions.
:param sector:
:class:`.Sector`;
Expand Down Expand Up @@ -582,9 +580,8 @@ def geometric_decomposition_ku(sector, indices=None, normaliz='normaliz', workdi
.. note::
This function calls the command line executable of
`normaliz` [BIR]_.
It has been tested with `normaliz` versions 3.0.0,
3.1.0, and 3.1.1.
`normaliz` [BIR]_. See :ref:`installation_normaliz`
for installation and a list of tested versions.
:param sector:
:class:`.Sector`;
Expand Down

0 comments on commit c0a3c1f

Please sign in to comment.