Skip to content

Commit

Permalink
Prepare 0.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpre committed Jul 10, 2024
1 parent 5eca5bb commit 7c5926c
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 13 deletions.
30 changes: 30 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,36 @@ https://rosettasciio.readthedocs.io/en/latest/changes.html

.. towncrier release notes start
0.6 (2024-07-11)
================

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

- :ref:`DigitalSurf surfaces <digitalsurf-format>`:

- add support for saving file - see :func:`~.digitalsurf.file_writer`
- add the :func:`~.digitalsurf.parse_metadata` function to parse metadata from ``sur`` file
- add series of RGB images / surfaces support. (`#280 <https://github.com/hyperspy/rosettasciio/issues/280>`_)


Bug Fixes
---------

- Fixes axes for JPG with no exif_tags. Return of axes while loading isn't emty anymore. (`#283 <https://github.com/hyperspy/rosettasciio/issues/283>`_)
- :ref:`EMD Velox <emd_fei-format>` fixes for reading files containing multiple EDS streams:

- fix reading multiple EDS streams lazily with ``sum_EDS_detectors=True``,
- fix reading separate EDS stream and individual frames when using ``sum_EDS_detectors=False`` and ``sum_frames=False``. (`#287 <https://github.com/hyperspy/rosettasciio/issues/287>`_)
- :ref:`quantumdetector-format`: Fix signal shape of data acquired in ROI mode. (`#289 <https://github.com/hyperspy/rosettasciio/issues/289>`_)


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

- Add support for numpy 2 in Renishaw, Semper and Dens reader. (`#281 <https://github.com/hyperspy/rosettasciio/issues/281>`_)


0.5 (2024-06-15)
================

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ include = ["rsciio*"]
[tool.setuptools_scm]
# Presence enables setuptools_scm, the version will be determine at build time from git
# The version will be updated by the `prepare_release.py` script
fallback_version = "0.6.dev0"
fallback_version = "0.7.dev0"

[tool.towncrier]
directory = "upcoming_changes/"
Expand Down
5 changes: 0 additions & 5 deletions upcoming_changes/280.enhancements.rst

This file was deleted.

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

This file was deleted.

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

This file was deleted.

4 changes: 0 additions & 4 deletions upcoming_changes/287.bugfix.rst

This file was deleted.

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

This file was deleted.

0 comments on commit 7c5926c

Please sign in to comment.