Skip to content

Commit

Permalink
prepared files for version 1.0.9 of phcpy
Browse files Browse the repository at this point in the history
  • Loading branch information
janverschelde committed Dec 1, 2020
1 parent d89af1b commit 425de84
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 9 deletions.
4 changes: 2 additions & 2 deletions src/Python/PHCpy2/doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
# built documents.
#
# The short X.Y version.
version = '1.0.8'
version = '1.0.9'
# The full version, including alpha/beta/rc tags.
release = '1.0.8'
release = '1.0.9'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion src/Python/PHCpy2/phcpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,4 @@ def cite():
print 'Is the phcpy2c2.so not suited for this platform?'

# The version number is defined as a data attribute.
__version__ = '1.0.8'
__version__ = '1.0.9'
2 changes: 1 addition & 1 deletion src/Python/PHCpy2/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
author_email = '[email protected]' ,
description = 'a package for Polynomial Homotopy Continuation' ,
url = 'https://github.com/janverschelde/PHCpack' ,
version = '1.0.8' ,
version = '1.0.9' ,
packages = ['phcpy'] ,
py_modules = ['phcpy/interface', 'phcpy/solver', \
'phcpy/solutions', 'phcpy/polynomials', \
Expand Down
4 changes: 2 additions & 2 deletions src/Python/PHCpy3/doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
# built documents.
#
# The short X.Y version.
version = '1.0.8'
version = '1.0.9'
# The full version, including alpha/beta/rc tags.
release = '1.0.8'
release = '1.0.9'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion src/Python/PHCpy3/phcpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,4 @@ def cite():
print('Is the phcpy2c3.so not suited for this platform?')

# The version number is defined as a data attribute.
__version__ = '1.0.8'
__version__ = '1.0.9'
2 changes: 1 addition & 1 deletion src/Python/PHCpy3/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
author_email = '[email protected]' ,
description = 'a package for Polynomial Homotopy Continuation' ,
url = 'https://github.com/janverschelde/PHCpack' ,
version = '1.0.8' ,
version = '1.0.9' ,
packages = ['phcpy'] ,
py_modules = ['phcpy/interface', 'phcpy/solver', \
'phcpy/solutions', 'phcpy/polynomials', \
Expand Down
3 changes: 2 additions & 1 deletion src/Python/READ_ME
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
phcpy 1.0.8 offers a simple Python interface to PHCv2.4.81
phcpy 1.0.9 offers a simple Python interface to PHCv2.4.82

This directory was added since release 2.3.41 of PHCpack,
in collaboration with Kathy Piret.
Expand Down Expand Up @@ -79,6 +79,7 @@ by "python examples.py" (regression test), "python solver.py" (tests solver),
and "python solutions.py" (test on checking the solutions dictionaries).

Release history:
1.0.9 : 2020-11-30 : support_sets() function, extended the Polynomials class
1.0.8 : 2020-10-31 : improved function support() checks on number of symbols
1.0.7 : 2020-09-30 : option to focus on polyhedral homotopies in solver
1.0.6 : 2020-07-30 : added verbose level parameter in the solver module
Expand Down
1 change: 1 addition & 0 deletions src/Python/UPDATES
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Mon 30 Nov 2020 : to polynomials.py for python2 and python3, added the
retrieval of the start system and start solutions.
In the solve method of the Polynomials class in polynomials, stored
the start solutions as Solution objects.
Updates setup.py, __init__.py, and conf.py files for 1.0.9.

Thu 19 Nov 2020 : added a function support_sets to the polytopes module for
python2 and python3.
Expand Down

0 comments on commit 425de84

Please sign in to comment.