nionswift-io


Namenionswift-io JSON
Version 15.3.0 PyPI version JSON
download
home_pagehttps://github.com/nion-software/nionswift-io
SummaryNionSwift IO handlers.
upload_time2024-10-27 15:39:08
maintainerNone
docs_urlNone
authorNion Software
requires_python>=3.11
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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)
========================

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.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/nion-software/nionswift-io",
    "name": "nionswift-io",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": null,
    "author": "Nion Software",
    "author_email": "swift@nion.com",
    "download_url": "https://files.pythonhosted.org/packages/e1/27/2d738a5f362df41ee2589118a8a1a9e92e11c38cde1da7c4288ec301e1d4/nionswift_io-15.3.0.tar.gz",
    "platform": null,
    "description": "Nion Swift I/O\n==============\n\nThe Nion Swift I/O library (used in Nion Swift)\n-----------------------------------------------\nNion Swift I/O is the I/O library for Nion Swift, providing additional commonly used file formats.\n\n.. start-badges\n\n.. list-table::\n    :stub-columns: 1\n\n    * - tests\n      - | |linux|\n    * - package\n      - |version|\n\n\n.. |linux| image:: https://img.shields.io/travis/nion-software/nionswift-io/master.svg?label=Linux%20build\n   :target: https://travis-ci.org/nion-software/nionswift-io\n   :alt: Travis CI build status (Linux)\n\n.. |version| image:: https://img.shields.io/pypi/v/nionswift-io.svg\n   :target: https://pypi.org/project/nionswift-io/\n   :alt: Latest PyPI version\n\n.. end-badges\n\nMore Information\n----------------\n\n- `Changelog <https://github.com/nion-software/nionswift-io/blob/master/CHANGES.rst>`_\n\nChangelog (nionswift-io)\n========================\n\n15.3.0 (2024-10-27)\n-------------------\n- Require Numpy 2. Add Python 3.13 support. Drop Python 3.9, 3.10 support.\n\n15.2.1 (2023-10-23)\n-------------------\n- Update requirements.\n\n15.2.0 (2023-08-17)\n-------------------\n- Update requirements, version.\n- Add Python 3.11 support; drop Python 3.8 support.\n\n0.15.1 (2022-05-28)\n-------------------\n- Update dependencies for Swift 0.16.3 compatibility.\n\n0.15.0 (2021-11-12)\n-------------------\n- Fix handling of spectrum image export in DM format (now recognized in DM).\n- Drop support for Python 3.7.\n- Compatible with Swift 0.16\n\n0.14.3 (2021-01-16)\n-------------------\n- Partially fix issue storing tuple-of-tuple as rectangle in dm3 import/export.\n\n0.14.2 (2020-11-04)\n-------------------\n- Write out high tension tag with no units.\n- Improve writing SI data (always mark 1D datum as a spectrum).\n\n0.14.1 (2020-11-04)\n-------------------\n- Skipped.\n\n0.14.0 (2019-11-12)\n-------------------\n- Add support for writing DM4 files. Contributed by Marcel Tenc\u00e9.\n\n0.13.9 (2019-04-17)\n-------------------\n- Handle large format data items (HDF5 backed) when exporting to TIFF.\n- Improve support for multi-dimensional data as available in latest TIFF library.\n\n0.13.8 (2019-01-31)\n-------------------\n- Improve treatment of 1D collections/sequences of spectra/images when exporting/import to DM file.\n\n0.13.7 (2018-12-11)\n-------------------\n- Improve treatment of spectrum images when exporting/import to DM file.\n\n0.13.6 (2018-06-18)\n-------------------\n- Improve support for exporting large format (HDF5) data items to DM file format.\n\n0.13.5 (2018-05-21)\n-------------------\n- Add support for timestamp/timezone when exporting/importing to DM file.\n\n0.13.4 (2018-05-20)\n-------------------\n- Fix bug with large integers (showing up in timestamp).\n\n0.13.2 (2018-05-17)\n-------------------\n- Improve recognition of 1d data (spectrum) during import. Also sequences.\n\n0.13.0 (2018-05-10)\n-------------------\n- Initial version online.\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "NionSwift IO handlers.",
    "version": "15.3.0",
    "project_urls": {
        "Homepage": "https://github.com/nion-software/nionswift-io"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "23cb6d1f0b20f4898809fe6560c8aef4d30a5e4f8f72a984922c81522ea7eb18",
                "md5": "e5ecad10ff121cd6f3460f9666005589",
                "sha256": "4b5bf16ca194b4e86acf66153cc63c54126bb4de8ff852745c3954366b822ac3"
            },
            "downloads": -1,
            "filename": "nionswift_io-15.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e5ecad10ff121cd6f3460f9666005589",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 144874,
            "upload_time": "2024-10-27T15:39:07",
            "upload_time_iso_8601": "2024-10-27T15:39:07.048280Z",
            "url": "https://files.pythonhosted.org/packages/23/cb/6d1f0b20f4898809fe6560c8aef4d30a5e4f8f72a984922c81522ea7eb18/nionswift_io-15.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e1272d738a5f362df41ee2589118a8a1a9e92e11c38cde1da7c4288ec301e1d4",
                "md5": "17b6e9bf954edb55dbe65ffbdd115edd",
                "sha256": "5a927fd1096a60eee1113c607f7cdab59d364aa4528ea6ab2fb21f17af7f65c4"
            },
            "downloads": -1,
            "filename": "nionswift_io-15.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "17b6e9bf954edb55dbe65ffbdd115edd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 131989,
            "upload_time": "2024-10-27T15:39:08",
            "upload_time_iso_8601": "2024-10-27T15:39:08.595560Z",
            "url": "https://files.pythonhosted.org/packages/e1/27/2d738a5f362df41ee2589118a8a1a9e92e11c38cde1da7c4288ec301e1d4/nionswift_io-15.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-27 15:39:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nion-software",
    "github_project": "nionswift-io",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "nionswift-io"
}
        
Elapsed time: 0.73194s