Skip to content

Commit

Permalink
Set version 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
atztogo committed Apr 21, 2024
1 parent e6dacb4 commit 7ae85c0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions doc/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
# 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.
Expand Down
2 changes: 1 addition & 1 deletion phono3py/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 7ae85c0

Please sign in to comment.