Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CHANGELOG update #308

Merged
merged 1 commit into from
Jul 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
`Unreleased <https://github.com/pace-neutrons/Euphonic/compare/v1.3.2...HEAD>`_
-------------------------------------------------------------------------------

- Requirements

- Python 3.8, 3.9 is no longer supported

- Python 3.12 is supported

- Python 3.10+ requires numpy >= 1.21.3

- importlib_resources backport is no longer required

- Some other dependency requirements have been increased because
older versions are difficult to test against Python 3.10:

- Minimum version of matplotlib increased from 3.2 to 3.8

- Minimum version of Pint increased from 0.19 to 0.22

- Minimum version of PyYAML increased from 3.13 to 6.0

- Minimum version of h5py increaased form 2.10 to 3.6

- Big fixes

- Metadata strings from Castep-imported PDOS data are now converted
from numpy strings to native Python strings.


`v1.3.2 <https://github.com/pace-neutrons/Euphonic/compare/v1.3.1...v1.3.2>`_
-----------------------------------------------------------------------------

Expand Down
Loading