Metadata-Version: 2.4
Name: nionswift-io
Version: 15.4.2
Summary: NionSwift IO handlers.
Home-page: https://github.com/nion-software/nionswift-io
Author: Nion Software
Author-email: swift@nion.com
License: Apache-2.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.11
License-File: LICENSE
Requires-Dist: niondata<16.0,>=15.8
Requires-Dist: nionutils<5.0,>=4.13
Requires-Dist: numpy<3.0,>=2.0
Requires-Dist: pytz
Requires-Dist: tifffile
Dynamic: license-file

Changelog (nionswift-io)
========================

15.4.2 (2025-05-28)
-------------------
- Build maintenance release. Add source distribution.

15.4.1 (2025-02-13)
-------------------
- Fix regression bug when exporting DigitalMicrograph files.

15.4.0 (2025-01-06)
-------------------
- Maintenance release. Tests. Update TIFF library.

15.3.0 (2024-10-27)
-------------------
- Require Numpy 2. Add Python 3.13 support. Drop Python 3.9, 3.10 support.

15.2.1 (2023-10-23)
-------------------
- Update requirements.

15.2.0 (2023-08-17)
-------------------
- Update requirements, version.
- Add Python 3.11 support; drop Python 3.8 support.

0.15.1 (2022-05-28)
-------------------
- Update dependencies for Swift 0.16.3 compatibility.

0.15.0 (2021-11-12)
-------------------
- Fix handling of spectrum image export in DM format (now recognized in DM).
- Drop support for Python 3.7.
- Compatible with Swift 0.16

0.14.3 (2021-01-16)
-------------------
- Partially fix issue storing tuple-of-tuple as rectangle in dm3 import/export.

0.14.2 (2020-11-04)
-------------------
- Write out high tension tag with no units.
- Improve writing SI data (always mark 1D datum as a spectrum).

0.14.1 (2020-11-04)
-------------------
- Skipped.

0.14.0 (2019-11-12)
-------------------
- Add support for writing DM4 files. Contributed by Marcel Tencé.

0.13.9 (2019-04-17)
-------------------
- Handle large format data items (HDF5 backed) when exporting to TIFF.
- Improve support for multi-dimensional data as available in latest TIFF library.

0.13.8 (2019-01-31)
-------------------
- Improve treatment of 1D collections/sequences of spectra/images when exporting/import to DM file.

0.13.7 (2018-12-11)
-------------------
- Improve treatment of spectrum images when exporting/import to DM file.

0.13.6 (2018-06-18)
-------------------
- Improve support for exporting large format (HDF5) data items to DM file format.

0.13.5 (2018-05-21)
-------------------
- Add support for timestamp/timezone when exporting/importing to DM file.

0.13.4 (2018-05-20)
-------------------
- Fix bug with large integers (showing up in timestamp).

0.13.2 (2018-05-17)
-------------------
- Improve recognition of 1d data (spectrum) during import. Also sequences.

0.13.0 (2018-05-10)
-------------------
- Initial version online.
