mirror of https://github.com/phonopy/phono3py.git
Set version 3.17.0
This commit is contained in:
parent
a001c65e6c
commit
dff1e08232
|
@ -2,6 +2,15 @@
|
|||
|
||||
# Change Log
|
||||
|
||||
## Jun-26-2025: Version 3.17.0
|
||||
|
||||
- Major refactoring of command-user interface. Most of routines behind the
|
||||
`phono3py` and `phono3py-load` commands were unified.
|
||||
- For `phono3py-load`, symfc-projector is used to symmetrize force constants
|
||||
calculated by finite difference approach as the default behavior. The previous
|
||||
behavior of the symmetrization can be recovered by `--fc-calculator
|
||||
traditional` option.
|
||||
|
||||
## Jun-12-2025: Version 3.16.0
|
||||
|
||||
- Release to follow the change of phonopy
|
||||
|
|
|
@ -58,9 +58,9 @@ copyright = "2015, Atsushi Togo"
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = "3.15"
|
||||
version = "3.17"
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = "3.15.1"
|
||||
release = "3.17.0"
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
|
@ -34,4 +34,4 @@
|
|||
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
# POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
__version__ = "3.16.0"
|
||||
__version__ = "3.17.0"
|
||||
|
|
Loading…
Reference in New Issue