From 7c5926cdb1e080e7cc71e93f513ce5bd3fab3c2b Mon Sep 17 00:00:00 2001 From: Eric Prestat Date: Wed, 10 Jul 2024 15:32:14 +0100 Subject: [PATCH] Prepare 0.6 release --- CHANGES.rst | 30 +++++++++++++++++++++++++++ pyproject.toml | 2 +- upcoming_changes/280.enhancements.rst | 5 ----- upcoming_changes/281.maintenance.rst | 1 - upcoming_changes/283.bugfix.rst | 1 - upcoming_changes/287.bugfix.rst | 4 ---- upcoming_changes/289.bugfix.rst | 1 - 7 files changed, 31 insertions(+), 13 deletions(-) delete mode 100644 upcoming_changes/280.enhancements.rst delete mode 100644 upcoming_changes/281.maintenance.rst delete mode 100644 upcoming_changes/283.bugfix.rst delete mode 100644 upcoming_changes/287.bugfix.rst delete mode 100644 upcoming_changes/289.bugfix.rst diff --git a/CHANGES.rst b/CHANGES.rst index 56e880d86..584e293e3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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 `: + + - 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 `_) + + +Bug Fixes +--------- + +- Fixes axes for JPG with no exif_tags. Return of axes while loading isn't emty anymore. (`#283 `_) +- :ref:`EMD Velox ` 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 `_) +- :ref:`quantumdetector-format`: Fix signal shape of data acquired in ROI mode. (`#289 `_) + + +Maintenance +----------- + +- Add support for numpy 2 in Renishaw, Semper and Dens reader. (`#281 `_) + + 0.5 (2024-06-15) ================ diff --git a/pyproject.toml b/pyproject.toml index aa3f7da43..0ad522893 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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/" diff --git a/upcoming_changes/280.enhancements.rst b/upcoming_changes/280.enhancements.rst deleted file mode 100644 index 1af831919..000000000 --- a/upcoming_changes/280.enhancements.rst +++ /dev/null @@ -1,5 +0,0 @@ -:ref:`DigitalSurf surfaces `: - -- 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. \ No newline at end of file diff --git a/upcoming_changes/281.maintenance.rst b/upcoming_changes/281.maintenance.rst deleted file mode 100644 index 2e0389835..000000000 --- a/upcoming_changes/281.maintenance.rst +++ /dev/null @@ -1 +0,0 @@ -Add support for numpy 2 in Renishaw, Semper and Dens reader. diff --git a/upcoming_changes/283.bugfix.rst b/upcoming_changes/283.bugfix.rst deleted file mode 100644 index b50f0c993..000000000 --- a/upcoming_changes/283.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fixes axes for JPG with no exif_tags. Return of axes while loading isn't emty anymore. \ No newline at end of file diff --git a/upcoming_changes/287.bugfix.rst b/upcoming_changes/287.bugfix.rst deleted file mode 100644 index 3f396ebed..000000000 --- a/upcoming_changes/287.bugfix.rst +++ /dev/null @@ -1,4 +0,0 @@ -:ref:`EMD Velox ` 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``. \ No newline at end of file diff --git a/upcoming_changes/289.bugfix.rst b/upcoming_changes/289.bugfix.rst deleted file mode 100644 index cdf59acf9..000000000 --- a/upcoming_changes/289.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -:ref:`quantumdetector-format`: Fix signal shape of data acquired in ROI mode.