mirror of https://github.com/phonopy/phono3py.git
commit
6be93e7953
|
@ -24,7 +24,7 @@ jobs:
|
|||
run: |
|
||||
conda activate test
|
||||
conda install --yes python=${{ matrix.python-version }}
|
||||
conda install --yes matplotlib-base pyyaml "libblas=*=*mkl" mkl-include h5py scipy pytest spglib alm cmake c-compiler cxx-compiler pypolymlp
|
||||
conda install --yes matplotlib-base pyyaml "libblas=*=*mkl" mkl-include h5py scipy pytest spglib alm cmake c-compiler cxx-compiler "pypolymlp<0.9"
|
||||
- name: Install symfc develop branch
|
||||
run: |
|
||||
conda activate test
|
||||
|
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
run: |
|
||||
conda activate test
|
||||
conda install --yes python=${{ matrix.python-version }}
|
||||
conda install --yes matplotlib-base pyyaml "libblas=*=*mkl" mkl-include h5py scipy pytest spglib alm cmake c-compiler cxx-compiler pypolymlp
|
||||
conda install --yes matplotlib-base pyyaml "libblas=*=*mkl" mkl-include h5py scipy pytest spglib alm cmake c-compiler cxx-compiler "pypolymlp<0.9"
|
||||
- name: Install symfc develop branch
|
||||
run: |
|
||||
conda activate test
|
||||
|
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
run: |
|
||||
conda activate test
|
||||
conda install --yes python=${{ matrix.python-version }}
|
||||
conda install --yes matplotlib-base pyyaml "libblas=*=*mkl" mkl-include h5py scipy pytest codecov pytest-cov spglib alm cmake c-compiler cxx-compiler pypolymlp
|
||||
conda install --yes matplotlib-base pyyaml "libblas=*=*mkl" mkl-include h5py scipy pytest codecov pytest-cov spglib alm cmake c-compiler cxx-compiler "pypolymlp<0.9"
|
||||
- name: Install symfc develop branch
|
||||
run: |
|
||||
conda activate test
|
||||
|
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
run: |
|
||||
conda activate test
|
||||
conda install --yes python=${{ matrix.python-version }}
|
||||
conda install --yes matplotlib-base pyyaml "libblas=*=*openblas" openblas h5py scipy pytest spglib alm cmake c-compiler cxx-compiler pypolymlp
|
||||
conda install --yes matplotlib-base pyyaml "libblas=*=*openblas" openblas h5py scipy pytest spglib alm cmake c-compiler cxx-compiler "pypolymlp<0.9"
|
||||
- name: Install symfc develop branch
|
||||
run: |
|
||||
conda activate test
|
||||
|
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
run: |
|
||||
conda activate test
|
||||
conda install --yes python=${{ matrix.python-version }}
|
||||
conda install --yes matplotlib-base pyyaml h5py "numpy>=2.1" scipy pytest spglib alm cmake c-compiler cxx-compiler pypolymlp
|
||||
conda install --yes matplotlib-base pyyaml h5py "numpy>=2.1" scipy pytest spglib alm cmake c-compiler cxx-compiler "pypolymlp<0.9"
|
||||
- name: Install dependent packages for python == 3.9
|
||||
if: ${{ matrix.python-version == 3.9 }}
|
||||
run: |
|
||||
|
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
# Change Log
|
||||
|
||||
## Mar-1-2025: Version 3.14.1
|
||||
|
||||
- Release to follow the change of phonopy
|
||||
|
||||
## Feb-7-2025: Version 3.14.0
|
||||
|
||||
- Release to follow the change of phonopy
|
||||
|
|
|
@ -60,7 +60,7 @@ copyright = "2015, Atsushi Togo"
|
|||
# The short X.Y version.
|
||||
version = "3.14"
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = "3.14.0"
|
||||
release = "3.14.1"
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
|
@ -42,12 +42,15 @@ in the distribution from GitHub or PyPI.
|
|||
|
||||
## Requirements
|
||||
|
||||
- [pypolymlp](https://github.com/sekocha/pypolymlp)
|
||||
- [pypolymlp](https://github.com/sekocha/pypolymlp) < 0.9
|
||||
|
||||
For linux (x86-64), a compiled package of pypolymlp can be installed via
|
||||
conda-forge (recommended). Otherwise, pypolymlp can be installed from
|
||||
source-code.
|
||||
|
||||
From pypolymlp 0.9, its file format was changed. This will be taken care of
|
||||
by the future version of phonopy and phono3py.
|
||||
|
||||
## How to calculate
|
||||
|
||||
### Workflow
|
||||
|
|
|
@ -34,4 +34,4 @@
|
|||
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
# POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
__version__ = "3.14.0"
|
||||
__version__ = "3.14.1"
|
||||
|
|
|
@ -16,7 +16,7 @@ dependencies = [
|
|||
"matplotlib",
|
||||
"h5py",
|
||||
"spglib",
|
||||
"phonopy>=2.37,<2.38",
|
||||
"phonopy>=2.37.1,<2.38",
|
||||
]
|
||||
license = { file = "LICENSE" }
|
||||
|
||||
|
|
Loading…
Reference in New Issue