diff --git a/doc/changelog.md b/doc/changelog.md index fe894aa2..480a9b91 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -2,6 +2,11 @@ # Change Log +## Jul-22-2024: Version 3.3.2 + +- Minor fix of `phono3py.load` function for reading displacements from + `phono3py_disp.yaml` like file that doesn't contain forces. + ## Jul-8-2024: Version 3.3.1 - Major refactoring to isolate reciprocal space grid code. diff --git a/doc/conf.py b/doc/conf.py index b7536d4a..bf1a79a5 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -60,7 +60,7 @@ # The short X.Y version. version = "3.3" # The full version, including alpha/beta/rc tags. -release = "3.3.1" +release = "3.3.2" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/phono3py/version.py b/phono3py/version.py index dcc4a40d..a30ed251 100644 --- a/phono3py/version.py +++ b/phono3py/version.py @@ -34,4 +34,4 @@ # ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. -__version__ = "3.3.1" +__version__ = "3.3.2" diff --git a/test/cui/test_phono3py_load.py b/test/cui/test_phono3py_load.py index 4f7df4aa..5a651bd9 100644 --- a/test/cui/test_phono3py_load.py +++ b/test/cui/test_phono3py_load.py @@ -8,8 +8,8 @@ def test_phono3py_load(si_pbesol_without_forcesets: Phono3py): """Test phono3py.load. - Check phono3py.load can read displacements from phono3py_disp.yaml like file that - doesn't contain forces. + Check phono3py.load can read displacements from phono3py_disp.yaml like file + that doesn't contain forces. """ ph3 = si_pbesol_without_forcesets