mirror of https://github.com/phonopy/phono3py.git
Set version 3.0.2
This commit is contained in:
parent
e6dacb4d18
commit
7ae85c093f
|
@ -2,6 +2,11 @@
|
|||
|
||||
# Change Log
|
||||
|
||||
## Apr-21-2024: Version 3.0.2
|
||||
|
||||
- New way of ph-ph interaction calculation (see {ref}`changelog_v290`) is used as
|
||||
default. In versions 3.0.0 and 3.0.1, it was not the default by mistake.
|
||||
|
||||
## Apr-20-2024: Version 3.0.1
|
||||
|
||||
- Minor fix to build phono3py C-library on conda-forge.
|
||||
|
@ -11,8 +16,8 @@
|
|||
This is a major version release. There are backward-incompatible changes.
|
||||
|
||||
- Calculation method to transform supercell third-order force constants fc3 in
|
||||
real to reciprocal space was changed as described at Version 2.9.0 changelog
|
||||
below. This results in the change of results with respect to those obtained by
|
||||
real to reciprocal space was changed as described at {ref}`changelog_v290`.
|
||||
This results in the change of results with respect to those obtained by
|
||||
phono3py version 2. To emulate v2 behaviour, use `--v2` option in phono3py
|
||||
command line script. For `Phono3py` class , `make_r0_average=True` (default)
|
||||
when instantiating it, and similarly for `phono3py.load` function.
|
||||
|
@ -36,6 +41,8 @@ This is a major version release. There are backward-incompatible changes.
|
|||
|
||||
- Release to build conda-forge package.
|
||||
|
||||
(changelog_v290)=
|
||||
|
||||
## Dec-25-2023: Version 2.9.0
|
||||
|
||||
- Pre-release of version 3.0.
|
||||
|
|
|
@ -60,7 +60,7 @@ copyright = "2015, Atsushi Togo"
|
|||
# The short X.Y version.
|
||||
version = "3.0"
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = "3.0.1"
|
||||
release = "3.0.2"
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
|
@ -34,4 +34,4 @@
|
|||
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
# POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
__version__ = "3.0.1"
|
||||
__version__ = "3.0.2"
|
||||
|
|
Loading…
Reference in New Issue