Metadata-Version: 2.1
Name: nionswift-experimental
Version: 0.7.7
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
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: <3.11,>=3.8
License-File: LICENSE

Nion Swift Experimental
=======================

A Nion Swift package for experimental menu items and scripts.

.. start-badges

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

    * - tests
      - | |linux|
    * - package
      - |version|


.. |linux| image:: https://img.shields.io/travis/nion-software/experimental/master.svg?label=Linux%20build
   :target: https://travis-ci.org/nion-software/experimental
   :alt: Travis CI build status (Linux)

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


