Skip to content

Commit

Permalink
Merge pull request #255 from phonopy/release
Browse files Browse the repository at this point in the history
Set version 3.3.2
  • Loading branch information
atztogo authored Jul 22, 2024
2 parents 251d541 + a77b73a commit 1572466
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions doc/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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__ = "3.3.1"
__version__ = "3.3.2"
4 changes: 2 additions & 2 deletions test/cui/test_phono3py_load.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1572466

Please sign in to comment.