Skip to content

Commit

Permalink
Merge pull request #349 from CSSFrancis/make_release07
Browse files Browse the repository at this point in the history
Release 0.7
  • Loading branch information
ericpre authored Dec 20, 2024
2 parents c7de7d0 + cd3ba78 commit f4933ca
Show file tree
Hide file tree
Showing 11 changed files with 36 additions and 16 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,10 @@ jobs:
CIBW_ENVIRONMENT: POOCH_BASE_URL=https://github.com/${{ github.repository }}/raw/${{ github.ref_name }}/rsciio/tests/data/
CIBW_TEST_COMMAND: "pytest --pyargs rsciio"
CIBW_TEST_EXTRAS: "tests"
# Skip testing arm64 builds with python 3.8
CIBW_TEST_SKIP: "cp38-macosx_arm64"
# No need to build wheels for pypy because the pure python wheels can be used
# PyPy documentation recommends no to build the C extension
# CPython 3.13 not supported yet because of pint
CIBW_SKIP: "{pp*,cp313*,*-musllinux*,*win32,*-manylinux_i686}"
CIBW_SKIP: "{pp*,*-musllinux*,*win32,*-manylinux_i686}"
strategy:
fail-fast: false
matrix:
Expand Down
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 f4933ca

Please sign in to comment.