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

Update CHANGELOG #317

Merged
merged 1 commit into from
Sep 26, 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
16 changes: 14 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@

- importlib_resources backport is no longer required

- `toolz <https://toolz.readthedocs.io/en/latest/index.html>`_ is
a new requirement

- Some other dependency requirements have been increased in order
to simplify maintenance and testing:

Expand All @@ -24,8 +27,6 @@

- Minimum version of threadpoolctl increased from 1.0 to 3.0.

- `toolz <https://toolz.readthedocs.io/en/latest/index.html>`_ is
added to the testing (tox) requirements

- Improvements

Expand All @@ -39,6 +40,13 @@
This can also help to avoid divide-by-zero issues when performing
energy <-> wavenumber conversions.

- A Spectrum2DCollection class has been added to euphonic.spectra,
which shares many features with Spectrum1DCollection

- In particular, the ``iter_metadata`` method is recommended when
one needs to iterate over the collection metadata without
copying the spectral data to new objects.

- Bug fixes

- Metadata strings from Castep-imported PDOS data are now converted
Expand All @@ -52,6 +60,10 @@
- Cleared up unit-conversion-related warnings, de-cluttering the
expected test suite output.

- The Spectrum1DCollection class was significantly refactored to
support addition of Spectrum2DCollection and improve
maintainability.


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