Skip to content

Commit

Permalink
updated files for version 1.1.1 of phcpy
Browse files Browse the repository at this point in the history
  • Loading branch information
janverschelde committed Feb 27, 2021
1 parent 0b8caf1 commit 41d4c95
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 11 deletions.
6 changes: 3 additions & 3 deletions src/Python/PHCpy2/doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,17 @@

# General information about the project.
project = 'phcpy'
copyright = u'2016-2020, Jan Verschelde'
copyright = u'2016-2021, Jan Verschelde'
author = 'Jan Verschelde'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '1.1.0'
version = '1.1.1'
# The full version, including alpha/beta/rc tags.
release = '1.1.0'
release = '1.1.1'

# 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.1.0'
__version__ = '1.1.1'
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.1.0' ,
version = '1.1.1' ,
packages = ['phcpy'] ,
py_modules = ['phcpy/interface', 'phcpy/solver', \
'phcpy/solutions', 'phcpy/polynomials', \
Expand Down
6 changes: 3 additions & 3 deletions src/Python/PHCpy3/doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,17 @@

# General information about the project.
project = 'phcpy'
copyright = u'2016-2020, Jan Verschelde'
copyright = u'2016-2021, Jan Verschelde'
author = 'Jan Verschelde'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '1.1.0'
version = '1.1.1'
# The full version, including alpha/beta/rc tags.
release = '1.1.0'
release = '1.1.1'

# 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.1.0'
__version__ = '1.1.1'
2 changes: 1 addition & 1 deletion src/Python/PHCpy3/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
author_email = '[email protected]' ,
description = 'a package for Polynomial Homotopy Continuation' ,
url = 'https://github.com/janverschelde/PHCpack' ,
version = '1.1.0' ,
version = '1.1.1' ,
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.1.0 offers a simple Python interface to PHCv2.4.83
phcpy 1.1.1 offers a simple Python interface to PHCv2.4.84

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.1.1 : 2020-02-26 : fixed type error in factor module
1.1.0 : 2020-12-15 : solve method of Polynomials retrieves gamma constant
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
Expand Down
2 changes: 2 additions & 0 deletions src/Python/UPDATES
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Fri 26 Feb 2021 : prepared files for version 1.1.1 of phcpy.

Thu 14 Jan 2021 : fixed type error in factor.py of the python2 and python3
versions of phcpy.

Expand Down

0 comments on commit 41d4c95

Please sign in to comment.