mirror of https://github.com/phonopy/phono3py.git
Set version 3.12.2
This commit is contained in:
parent
acde28c571
commit
aca7e14d4e
|
@ -2,27 +2,31 @@
|
|||
|
||||
# Change Log
|
||||
|
||||
## Jan-28-2024: Version 3.12.1
|
||||
## Feb-1-2025: Version 3.12.2
|
||||
|
||||
- Fix an openmp related bug in computing collision matrix in C
|
||||
|
||||
## Jan-28-2025: Version 3.12.1
|
||||
|
||||
- Update `pyproject.toml`.
|
||||
|
||||
## Jan-28-2024: Version 3.12.0
|
||||
## Jan-28-2025: Version 3.12.0
|
||||
|
||||
- `dtype="long"` was replaced by `dtype="int64"` aiming making Windows build. In
|
||||
C, `long` was replaced by `int64_t`.
|
||||
- Fix `phono3py-kaccum`.
|
||||
|
||||
## Jan-18-2024: Version 3.11.2
|
||||
## Jan-18-2025: Version 3.11.2
|
||||
|
||||
- Maintenance release.
|
||||
|
||||
## Jan-12-2024: Version 3.11.1
|
||||
## Jan-12-2025: Version 3.11.1
|
||||
|
||||
- `-i`, `-o`, `--io` options have been deprecated.
|
||||
- The `--amplitude` option can now be used to specify the displacement distance
|
||||
for `phono3py-load --pypolymlp`.
|
||||
|
||||
## Jan-2-2024: Version 3.11.0
|
||||
## Jan-2-2025: Version 3.11.0
|
||||
|
||||
- Release to follow the change of phonopy
|
||||
- Add `--rd auto` and `--rd-fc2 auto` options
|
||||
|
|
|
@ -60,7 +60,7 @@ copyright = "2015, Atsushi Togo"
|
|||
# The short X.Y version.
|
||||
version = "3.12"
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = "3.12.1"
|
||||
release = "3.12.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.12.1"
|
||||
__version__ = "3.12.2"
|
||||
|
|
Loading…
Reference in New Issue