Skip to content

Commit

Permalink
Set version 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atztogo committed Mar 20, 2024
1 parent f988154 commit f18f952
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions doc/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
# 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.
Expand Down
2 changes: 1 addition & 1 deletion doc/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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__ = "2.9.2"
__version__ = "2.10.0"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f18f952

Please sign in to comment.