mirror of https://github.com/phonopy/phono3py.git
Update document for the release v1.21.0
This commit is contained in:
parent
ceb4e3b280
commit
a5db044b18
|
@ -3,6 +3,18 @@
|
|||
Change Log
|
||||
==========
|
||||
|
||||
Sep-30-2020: Version 1.21.0
|
||||
---------------------------
|
||||
|
||||
- Maintenance release to follow the change of phonopy at v2.8.1
|
||||
- Improvements of phono3py loader (``phono3py.load``), ``phono3py-load``
|
||||
command, API, and ``phono3py_disp.yaml``.
|
||||
- Harmonic phonon calculation on mesh was multithreaded. This is
|
||||
effective when using very dense mesh with non-analytical term
|
||||
correction (probably rare case).
|
||||
- Real and imaginary parts of self energy and spectral function of
|
||||
bubble diagram at API level
|
||||
|
||||
Mar-3-2020: Version 1.20.0
|
||||
--------------------------
|
||||
|
||||
|
|
|
@ -49,9 +49,9 @@ copyright = u'2015, Atsushi Togo'
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '1.20'
|
||||
version = '1.21'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '1.20.0'
|
||||
release = '1.21.0'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
Loading…
Reference in New Issue