Metadata-Version: 1.2
Name: nionswift-io
Version: 0.14.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
Description: Nion Swift I/O
        ==============
        
        The Nion Swift I/O library (used in Nion Swift)
        -----------------------------------------------
        Nion Swift I/O is the I/O library for Nion Swift, providing additional commonly used file formats.
        
        .. start-badges
        
        .. list-table::
            :stub-columns: 1
        
            * - tests
              - | |linux|
            * - package
              - |version|
        
        
        .. |linux| image:: https://img.shields.io/travis/nion-software/nionswift-io/master.svg?label=Linux%20build
           :target: https://travis-ci.org/nion-software/nionswift-io
           :alt: Travis CI build status (Linux)
        
        .. |version| image:: https://img.shields.io/pypi/v/nionswift-io.svg
           :target: https://pypi.org/project/nionswift-io/
           :alt: Latest PyPI version
        
        .. end-badges
        
        More Information
        ----------------
        
        - `Changelog <https://github.com/nion-software/nionswift-io/blob/master/CHANGES.rst>`_
        
        Changelog (nionswift-io)
        ========================
        
        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.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: ~=3.7
