Skip to content

Commit

Permalink
Release: Make new release for rosettasciio.
Browse files Browse the repository at this point in the history
  • Loading branch information
CSSFrancis authored and ericpre committed Dec 19, 2024
1 parent c7de7d0 commit 7528f3b
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 13 deletions.
34 changes: 34 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,40 @@ https://rosettasciio.readthedocs.io/en/latest/changes.html

.. towncrier release notes start
0.7 (2024-12-20)
================

New features
------------

- Add basic support for the Delmic HDF5 format. (`#139 <https://github.com/hyperspy/rosettasciio/issues/139>`_)


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

- :ref:`Direct Electron MRC <mrc-format>`:

- add support for newer version of DE server,
- add support foe discovering metadata file (``*_info.txt``) based on the naming scheme. (`#311 <https://github.com/hyperspy/rosettasciio/issues/311>`_)
- Add support for tiff file in :func:`~.utils.tools.get_file_handle`. (`#317 <https://github.com/hyperspy/rosettasciio/issues/317>`_)


Bug Fixes
---------

- Set ``signal_type`` to ``LumiTransientSpectrum`` when Hamamatsu ``.img`` files are read and LumiSpy is installed. (`#209 <https://github.com/hyperspy/rosettasciio/issues/209>`_)
- Fix lazy reading of some tiff files - fix for `#316 <https://github.com/hyperspy/rosettasciio/issues/316>`_. (`#317 <https://github.com/hyperspy/rosettasciio/issues/317>`_)
- Fix scale in white field image in ``renishaw`` reader. (`#327 <https://github.com/hyperspy/rosettasciio/issues/327>`_)
- Allow reading of Hamamatsu tiff file with ``ScalingXScalingFile="Other"``. (`#347 <https://github.com/hyperspy/rosettasciio/issues/347>`_)


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

- Add explicit support for python 3.13. (`#339 <https://github.com/hyperspy/rosettasciio/issues/339>`_)


0.6 (2024-07-11)
================

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,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.7.dev0"
fallback_version = "0.8.dev0"

[tool.towncrier]
directory = "upcoming_changes/"
Expand Down
1 change: 0 additions & 1 deletion upcoming_changes/139.new.rst

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions upcoming_changes/311.enhancements.rst

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion upcoming_changes/317.enhancements.rst

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 7528f3b

Please sign in to comment.