Set version v1.22.3 and update document

This commit is contained in:
Atsushi Togo 2021-03-17 12:39:57 +09:00
parent 9032db5caa
commit a495123d50
6 changed files with 10 additions and 6 deletions

View File

@ -33,7 +33,7 @@ requirements:
- matplotlib-base
- pyyaml
- h5py
- phonopy>=2.9,<2.10
- phonopy>=2.9.2,<2.10
- openblas
- libgfortran
- spglib
@ -46,7 +46,7 @@ requirements:
- matplotlib-base
- pyyaml
- h5py
- phonopy>=2.9,<2.10
- phonopy>=2.9.2,<2.10
- openblas
- libgfortran
- spglib

View File

@ -3,6 +3,10 @@
Change Log
==========
Mar-17-2021: Version 1.22.3
---------------------------
- Fix ``--read-gamma`` option to work.
Feb-21-2021: Version 1.22.2
---------------------------
- Fix PyPI source distribution package

View File

@ -51,7 +51,7 @@ copyright = u'2015, Atsushi Togo'
# The short X.Y version.
version = '1.22'
# The full version, including alpha/beta/rc tags.
release = '1.22.2'
release = '1.22.3'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -32,4 +32,4 @@
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.
__version__ = "1.22.2"
__version__ = "1.22.3"

View File

@ -2,4 +2,4 @@ numpy
PyYAML
matplotlib
h5py
phonopy >=2.9,<2.10
phonopy >=2.9.2,<2.10

View File

@ -315,7 +315,7 @@ if __name__ == '__main__':
url='http://phonopy.github.io/phono3py/',
packages=packages_phono3py,
install_requires=['numpy', 'scipy', 'PyYAML', 'matplotlib',
'h5py', 'spglib', 'phonopy>=2.9,<2.10'],
'h5py', 'spglib', 'phonopy>=2.9.2,<2.10'],
provides=['phono3py'],
scripts=scripts_phono3py,
ext_modules=[extension_phono3py,