Set version 2.10.0

This commit is contained in:
Atsushi Togo 2024-03-20 09:41:29 +09:00
parent f98815447c
commit f18f952a48
6 changed files with 10 additions and 6 deletions

View File

@ -2,6 +2,10 @@
# Change Log
## Mar-20-2024: Version 2.10.0
- Maintenance release
## Feb-2-2024: Version 2.9.2
- `boundary_mfp` value is stored in `kappa-*.hdf5` file when it is specified.

View File

@ -58,9 +58,9 @@ copyright = "2015, Atsushi Togo"
# built documents.
#
# The short X.Y version.
version = "2.9"
version = "2.10"
# The full version, including alpha/beta/rc tags.
release = "2.9.2"
release = "2.10.0"
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -161,7 +161,7 @@ wrong python libraries can be imported.
For macOS ARM64 system, currently only openblas can be chosen:
```bash
% conda install numpy scipy h5py pyyaml matplotlib-base c-compiler spglib cmake openblas="0.3.18"
% conda install numpy scipy h5py pyyaml matplotlib-base c-compiler spglib cmake openblas
```
Note that using hdf5 files on NFS mounted file system, you may have to disable

View File

@ -34,4 +34,4 @@
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.
__version__ = "2.9.2"
__version__ = "2.10.0"

View File

@ -2,4 +2,4 @@ numpy >= 1.17.0
PyYAML >= 5.3
matplotlib >= 2.2.2
h5py >= 3.0
phonopy >=2.21,<2.22
phonopy >=2.22,<2.23

View File

@ -320,7 +320,7 @@ def main(build_dir):
"matplotlib>=2.2.2",
"h5py>=3.0",
"spglib>=2.0",
"phonopy>=2.21,<2.22",
"phonopy>=2.22,<2.23",
],
provides=["phono3py"],
scripts=scripts_phono3py,