mirror of https://github.com/phonopy/phono3py.git
Set version 2.10.0
This commit is contained in:
parent
f98815447c
commit
f18f952a48
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue