mirror of https://github.com/phonopy/phono3py.git
Set version 3.5.1
This commit is contained in:
parent
bae5c7a359
commit
7b5a3a400e
|
@ -2,6 +2,10 @@
|
|||
|
||||
# Change Log
|
||||
|
||||
## Sep-19-2024: Version 3.5.1
|
||||
|
||||
- A small fix.
|
||||
|
||||
## Sep-13-2024: Version 3.5
|
||||
|
||||
- Maintenance release.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue