diff --git a/CHANGES.rst b/CHANGES.rst index a6ab3f01..4b3edeab 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -14,8 +14,8 @@ https://rosettasciio.readthedocs.io/en/latest/changes.html New features ------------ -- Add support for reading the ``.img``-format from Hamamatsu. (`#87 `_) -- Add support for reading the ``.mib``-format from Quantum Detector Merlin camera. (`#174 `_) +- Add support for reading the ``.img``-format from :ref:`Hamamatsu `. (`#87 `_) +- Add support for reading the ``.mib``-format from :ref:`Quantum Detector Merlin ` camera. (`#174 `_) Bug Fixes @@ -30,21 +30,21 @@ Improved Documentation - Improve docstrings, check API links when building documentation and set GitHub CI to fail when link is broken (`#142 `_) - Add zenodo doi to documentation (`#149 `_) -- Update intersphinx_mapping links of matplotlib/numpy. (`#150 `_) +- Update intersphinx mapping links of matplotlib/numpy. (`#150 `_) Enhancements ------------ - Add option to show progress bar when saving lazy signals to :ref:`hspy`/:ref:`zspy` files (`#170 `_) -- Make ``numba`` and ``h5py`` optional dependencies (`#180 `_) +- Make ``numba`` and ``h5py`` optional dependencies to support RosettaSciIO on `pyodide `_ and `PyPy `_ (`#180 `_) Maintenance ----------- - Remove deprecated ``record_by`` attribute in :ref:`hspy `/:ref:`zspy `, (`#143 `_) -- Add ``sidpy`` dependency and pin it to <0.12.1 as a workaround to fix pyusid import (`#155 `_) +- Add ``sidpy`` dependency and pin it to <0.12.1 as a workaround to fix ``pyusid`` import (`#155 `_) - Update :ref:`hspy`/:ref:`zspy` plugins to new markers API introduced in HyperSpy 2.0 (`#164 `_) - Pin pillow<10.1.0 until imageio supports newer pillow version - see https://github.com/imageio/imageio/issues/1044 (`#175 `_) - Update the test suite and the CI workflows to work with and without exspy installed (`#176 `_) @@ -57,9 +57,9 @@ Maintenance New features ------------ -- Add support for reading the ``.xml``-format from Horiba Jobin Yvon's LabSpec software. (`#25 `_) -- Add support for reading the ``.tvf``-format from TriVista. (`#27 `_) -- Add support for reading the ``.wdf``-format from Renishaw's WIRE software. (`#55 `_) +- Add support for reading the ``.xml``-format from Horiba :ref:`Jobin Yvon `'s LabSpec software. (`#25 `_) +- Add support for reading the ``.tvf``-format from :ref:`TriVista `. (`#27 `_) +- Add support for reading the ``.wdf``-format from :ref:`Renishaw's WIRE ` software. (`#55 `_) - Added subclassing of ``.sur`` files in CL signal type and updated metadata parsing (`#98 `_) - Add optional kwarg to tiff reader ``multipage_as_list`` which when set to True uses ``pages`` interface and returns list of signal for every page with full metadata. (`#104 `_) - Add file reader and writer for PRZ files generated by :ref:`CEOS PantaRhei ` (`HyperSpy #2896 `_)