Metadata-Version: 2.1
Name: nionswift-experimental
Version: 0.7.12
Summary: Experimental tools package for Nion Swift.
Home-page: https://github.com/nion-software/experimental
Author: Nion Software
Author-email: swift@nion.com
License: GPL-3.0-only
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.9
License-File: LICENSE
Requires-Dist: nionswift<17.0,>=16.9
Requires-Dist: nionui<7.1,>=7.0

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.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.
