nionswift-experimental


Namenionswift-experimental JSON
Version 0.7.14 PyPI version JSON
download
home_pagehttps://github.com/nion-software/experimental
SummaryExperimental tools package for Nion Swift.
upload_time2024-10-27 23:20:45
maintainerNone
docs_urlNone
authorNion Software
requires_python>=3.11
licenseGPL-3.0-only
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Nion Swift Experimental
=======================

A Nion Swift package for experimental menu items and scripts and other items.

This is a public repository maintained primarily by Nion.

.. start-badges

.. list-table::
    :stub-columns: 1

    * - package
      - |version|

.. |version| image:: https://img.shields.io/pypi/v/nionswift-experimental.svg
   :target: https://pypi.org/project/nionswift-experimental/
   :alt: Latest PyPI version

.. end-badges

More Information
----------------

- `Changelog <https://github.com/nion-software/experimental/blob/master/CHANGES.rst>`_

Changelog (nionswift-experimental)
==================================

0.7.14 (2024-10-27)
-------------------
- Wizard dialog improvements.
- Computation performance improvements.
- Require Numpy 2. Add Python 3.13 support. Drop Python 3.9, 3.10 support.

0.7.13 (2024-06-14)
-------------------
- Directly use selected display item. Fixes #35.
- Make AlignImageSequence copy input metadata dict to result.
- Add flip option to IDPC computation.
- Add new async wizard implementation.

0.7.12 (2023-08-17)
-------------------
- Add typing support.

0.7.10 (2023-08-17)
-------------------
- Add Python 3.11 support. Drop Python 3.8.
- Add crop to valid area functionality.
- Remove measure ZLP; functionality moved to eels-analysis.
- Add find local maxima computation.
- Use multi-d processing base functions from nion.data.

0.7.9 (2022-07-26)
------------------
- Add I vs E square plot computation.
- Fix multi-dimensional crop computation axis choice.

0.7.8 (2022-05-28)
------------------
- Change defaults for SI align.
- Add image sequence align computation.
- Add align SI sequence computation.
- Fix threading problem in measure shifts.

0.7.7 (2022-04-20)
------------------
- Add drift corrector to experimental.
- Use multithreading for measure shifts.
- Minor error improvements during measure shifts.

0.7.6 (2022-02-18)
------------------
- Clean up computations and associated UI.

0.7.5 (2021-12-13)
------------------
- Add option for relative shifts and limited shift range to Multi-D measure shifts.
- Python 3.10 compatibility.

0.7.4 (2021-10-24)
------------------
- Add wizard base classes.
- Add computation for visualizing tableau data.
- Add more fine-grained axis control for multi-dimensional integrate.

0.7.3 (2021-10-20)
------------------
- Release skipped.

0.7.2 (2021-06-16)
------------------
- Fix problem with some axis + shape combinations in MultiDimensionalProcessing.
- Add computations for aligning virtual detector images and combining COM data into a color image.
- Rework DoubleGaussian to use new-style computations and and improved UI.
- Add affine transformation computation.
- Add computation for making an iDPC image out of DPC data.

0.7.1 (2020-11-13)
------------------
- Make join/split preserve display layers.
- Utilize improved tracking of 4D back-graphics.

0.7.0 (2020-08-31)
------------------
- Fix issue with "Select map graphics" buttons in 4D tools.
- Reconnect 4D tools pick graphics after a Swift restart.

0.6.0 (2019-10-24)
------------------
- Add 4D tools (menu items and panel).
- Use eels_analysis library for ZLP amplitude position.

0.5.2 (2019-04-29)
------------------
- Fix issue with mark 0eV being allowed to operate on 2D data.

0.5.1 (2019-01-14)
------------------
- Fix issue with measure ZLP being allowed to operate on 2D data.

0.5.0 (2018-12-12)
------------------
- Nion Swift 0.14 compatibility.
- Align ZLP script.
- Find interface script.

0.4.0 (2018-10-03)
------------------
- Add Multi EELS script.

0.3.1 (2018-05-14)
------------------
- Initial version online.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/nion-software/experimental",
    "name": "nionswift-experimental",
    "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/dd/18/77855ffff1727ea6d51f1d011c6b136683ef0b5919e5035d7f50da702a1e/nionswift_experimental-0.7.14.tar.gz",
    "platform": null,
    "description": "Nion Swift Experimental\n=======================\n\nA Nion Swift package for experimental menu items and scripts and other items.\n\nThis is a public repository maintained primarily by Nion.\n\n.. start-badges\n\n.. list-table::\n    :stub-columns: 1\n\n    * - package\n      - |version|\n\n.. |version| image:: https://img.shields.io/pypi/v/nionswift-experimental.svg\n   :target: https://pypi.org/project/nionswift-experimental/\n   :alt: Latest PyPI version\n\n.. end-badges\n\nMore Information\n----------------\n\n- `Changelog <https://github.com/nion-software/experimental/blob/master/CHANGES.rst>`_\n\nChangelog (nionswift-experimental)\n==================================\n\n0.7.14 (2024-10-27)\n-------------------\n- Wizard dialog improvements.\n- Computation performance improvements.\n- Require Numpy 2. Add Python 3.13 support. Drop Python 3.9, 3.10 support.\n\n0.7.13 (2024-06-14)\n-------------------\n- Directly use selected display item. Fixes #35.\n- Make AlignImageSequence copy input metadata dict to result.\n- Add flip option to IDPC computation.\n- Add new async wizard implementation.\n\n0.7.12 (2023-08-17)\n-------------------\n- Add typing support.\n\n0.7.10 (2023-08-17)\n-------------------\n- Add Python 3.11 support. Drop Python 3.8.\n- Add crop to valid area functionality.\n- Remove measure ZLP; functionality moved to eels-analysis.\n- Add find local maxima computation.\n- Use multi-d processing base functions from nion.data.\n\n0.7.9 (2022-07-26)\n------------------\n- Add I vs E square plot computation.\n- Fix multi-dimensional crop computation axis choice.\n\n0.7.8 (2022-05-28)\n------------------\n- Change defaults for SI align.\n- Add image sequence align computation.\n- Add align SI sequence computation.\n- Fix threading problem in measure shifts.\n\n0.7.7 (2022-04-20)\n------------------\n- Add drift corrector to experimental.\n- Use multithreading for measure shifts.\n- Minor error improvements during measure shifts.\n\n0.7.6 (2022-02-18)\n------------------\n- Clean up computations and associated UI.\n\n0.7.5 (2021-12-13)\n------------------\n- Add option for relative shifts and limited shift range to Multi-D measure shifts.\n- Python 3.10 compatibility.\n\n0.7.4 (2021-10-24)\n------------------\n- Add wizard base classes.\n- Add computation for visualizing tableau data.\n- Add more fine-grained axis control for multi-dimensional integrate.\n\n0.7.3 (2021-10-20)\n------------------\n- Release skipped.\n\n0.7.2 (2021-06-16)\n------------------\n- Fix problem with some axis + shape combinations in MultiDimensionalProcessing.\n- Add computations for aligning virtual detector images and combining COM data into a color image.\n- Rework DoubleGaussian to use new-style computations and and improved UI.\n- Add affine transformation computation.\n- Add computation for making an iDPC image out of DPC data.\n\n0.7.1 (2020-11-13)\n------------------\n- Make join/split preserve display layers.\n- Utilize improved tracking of 4D back-graphics.\n\n0.7.0 (2020-08-31)\n------------------\n- Fix issue with \"Select map graphics\" buttons in 4D tools.\n- Reconnect 4D tools pick graphics after a Swift restart.\n\n0.6.0 (2019-10-24)\n------------------\n- Add 4D tools (menu items and panel).\n- Use eels_analysis library for ZLP amplitude position.\n\n0.5.2 (2019-04-29)\n------------------\n- Fix issue with mark 0eV being allowed to operate on 2D data.\n\n0.5.1 (2019-01-14)\n------------------\n- Fix issue with measure ZLP being allowed to operate on 2D data.\n\n0.5.0 (2018-12-12)\n------------------\n- Nion Swift 0.14 compatibility.\n- Align ZLP script.\n- Find interface script.\n\n0.4.0 (2018-10-03)\n------------------\n- Add Multi EELS script.\n\n0.3.1 (2018-05-14)\n------------------\n- Initial version online.\n",
    "bugtrack_url": null,
    "license": "GPL-3.0-only",
    "summary": "Experimental tools package for Nion Swift.",
    "version": "0.7.14",
    "project_urls": {
        "Homepage": "https://github.com/nion-software/experimental"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a8388b7c88bd0215677836cb6637f70eacd6826212bf1bf32a64cebfb722d7ed",
                "md5": "96a0a5e8797f501c60273ca0c2bcaf01",
                "sha256": "82eccda6b029a57b871adb8d64f4a92af138da460492372ff2ed26cc8ac9993c"
            },
            "downloads": -1,
            "filename": "nionswift_experimental-0.7.14-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "96a0a5e8797f501c60273ca0c2bcaf01",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 307741,
            "upload_time": "2024-10-27T23:20:44",
            "upload_time_iso_8601": "2024-10-27T23:20:44.063810Z",
            "url": "https://files.pythonhosted.org/packages/a8/38/8b7c88bd0215677836cb6637f70eacd6826212bf1bf32a64cebfb722d7ed/nionswift_experimental-0.7.14-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dd1877855ffff1727ea6d51f1d011c6b136683ef0b5919e5035d7f50da702a1e",
                "md5": "293cab76f0e962fe31eab0ebc88f47f5",
                "sha256": "d1bed69b862552b5a64ffd165facd19f15fce3441127f1e6a2cb181d34acb1e2"
            },
            "downloads": -1,
            "filename": "nionswift_experimental-0.7.14.tar.gz",
            "has_sig": false,
            "md5_digest": "293cab76f0e962fe31eab0ebc88f47f5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 276738,
            "upload_time": "2024-10-27T23:20:45",
            "upload_time_iso_8601": "2024-10-27T23:20:45.746595Z",
            "url": "https://files.pythonhosted.org/packages/dd/18/77855ffff1727ea6d51f1d011c6b136683ef0b5919e5035d7f50da702a1e/nionswift_experimental-0.7.14.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-27 23:20:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nion-software",
    "github_project": "experimental",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "nionswift-experimental"
}
        
Elapsed time: 0.48623s