Skip to content

Commit

Permalink
Merge pull request #2794 from hyperspy/RELEASE_1.6.4
Browse files Browse the repository at this point in the history
Release 1.6.4
  • Loading branch information
ericpre committed Jul 8, 2021
2 parents 2076271 + 3b9e49b commit 2c61da2
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 13 deletions.
30 changes: 30 additions & 0 deletions CHANGES.rst
Expand Up @@ -8,6 +8,36 @@ https://hyperspy.readthedocs.io/en/latest/user_guide/changes.html

.. towncrier release notes start
Hyperspy 1.6.4 (2021-07-08)
===========================

Bug Fixes
---------

- Fix parsing EELS aperture label with unexpected value, for example 'Imaging' instead of '5 mm' (`#2772 <https://github.com/hyperspy/hyperspy/issues/2772>`_)
- Lazy datasets can now be saved out as blockfiles (blo) (`#2774 <https://github.com/hyperspy/hyperspy/issues/2774>`_)
- ComplexSignals can now be rebinned without error (`#2789 <https://github.com/hyperspy/hyperspy/issues/2789>`_)
- Method `estimate_parameters` in `Polynomial` component now supports order
greater than 10 (`#2790 <https://github.com/hyperspy/hyperspy/issues/2790>`_)
- Update minimal requirement of dependency importlib_metadata from
>= 1.6.0 to >= 3.6 (`#2793 <https://github.com/hyperspy/hyperspy/issues/2793>`_)


Enhancements
------------

- When saving a dataset with a dtype other than
`uint8 <https://numpy.org/doc/stable/user/basics.types.html>`_ to a blockfile
(blo) it is now possible to provide the argument ``intensity_scaling`` to map
the intensity values to the reduced range (`#2774 <https://github.com/hyperspy/hyperspy/issues/2774>`_)


Maintenance
-----------

- Fix image comparison failure with numpy 1.21.0 (`#2774 <https://github.com/hyperspy/hyperspy/issues/2774>`_)


Hyperspy 1.6.3 (2021-06-10)
===========================

Expand Down
2 changes: 1 addition & 1 deletion hyperspy/Release.py
Expand Up @@ -25,7 +25,7 @@
# When running setup.py the ".dev" string will be replaced (if possible)
# by the output of "git describe" if git is available or the git
# hash if .git is present.
version = "1.6.4.dev0"
version = "1.6.5.dev0"
description = "Multidimensional data analysis toolbox"
license = 'GPL v3'

Expand Down
1 change: 0 additions & 1 deletion upcoming_changes/2772.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion upcoming_changes/2774.bugfix.rst

This file was deleted.

4 changes: 0 additions & 4 deletions upcoming_changes/2774.enhancements.rst

This file was deleted.

1 change: 0 additions & 1 deletion upcoming_changes/2774.maintenance.rst

This file was deleted.

1 change: 0 additions & 1 deletion upcoming_changes/2789.bugfix.rst

This file was deleted.

2 changes: 0 additions & 2 deletions upcoming_changes/2790.bugfix.rst

This file was deleted.

2 changes: 0 additions & 2 deletions upcoming_changes/2793.bugfix.rst

This file was deleted.

0 comments on commit 2c61da2

Please sign in to comment.