Set version 3.5.1

This commit is contained in:
Atsushi Togo 2024-09-19 16:29:22 +09:00
parent bae5c7a359
commit 7b5a3a400e
4 changed files with 8 additions and 2 deletions

View File

@ -2,6 +2,10 @@
# Change Log
## Sep-19-2024: Version 3.5.1
- A small fix.
## Sep-13-2024: Version 3.5
- Maintenance release.

View File

@ -60,7 +60,7 @@ copyright = "2015, Atsushi Togo"
# The short X.Y version.
version = "3.5"
# The full version, including alpha/beta/rc tags.
release = "3.5.0"
release = "3.5.1"
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -2,6 +2,8 @@
# Force constants calculation using pypolymlp (machine learning potential)
**This is an experimental feature.**
With the `--pypolymlp` option, phono3py can interface with the polynomial
machine learning potential (MLP) code,
[pypolymlp](https://github.com/sekocha/pypolymlp), to perform training and

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__ = "3.5.0"
__version__ = "3.5.1"