Skip to content

Latest commit

 

History

History
131 lines (83 loc) · 5.23 KB

CHANGES.rst

File metadata and controls

131 lines (83 loc) · 5.23 KB

Changelog

Changelog entries for the development version are available at https://exspy.readthedocs.io/en/latest/changes.html

.. towncrier-draft-entries:: |release| [UNRELEASED]

0.3.1 (2024-10-16)

Bug Fixes

  • Fix preferences import when using Hartree-Slater GOS and re-introduce undocumented import used by atomap. (#90)

0.3 (2024-10-11)

New features

  • Support for Dirac GOS in the gosh format for EELS quantification, which includes the relativistic effects (e.g. spin-orbit coupling) based on Dirac equation. (#72)

Enhancements

Bug Fixes

Improved Documentation

  • Fix examples in user guide, which needed to be updated after the split from hyperspy. (#59)

0.2.1 (2024-07-12)

Bug Fixes

Improved Documentation

0.2 (2024-04-10)

Bug Fixes

  • Fix restoring Gosh and Hartree Slater GOS from stored models. (#32)

Improved Documentation

  • Add eXSpy logo and adapt spelling to capital X (#22)
  • Fix DOI and add more badges to readme file. (#36, #38)

Maintenance

  • Use ruff for linting and formatting the code. Remove redundant GitHub workflow in favour of pre-commit. (#27)
  • Fix deprecation scipy and numpy warnings. (#33)

0.1 (2023-12-03)

New features

Enhancements

Maintenance

  • Use towncrier to manage release notes and improve setting dev version (#14)
  • Use reusable workflow from the hyperspy organisation for the doc workflow (#13)
  • Consolidate packaging metadata in pyproject.toml. (#4, #10)
  • Use setuptools_scm to set holospy version at build time (#10)
  • Add package and test workflow (#10)
  • Add python 3.12 (#10)
  • Add release workflow (#10)

Initiation (2023-10-28)

  • eXSpy was split out of the HyperSpy repository on Oct. 28, 2023. The X-ray energy dispersive spectroscopy (EDS) and energy electron loss spectroscopy (EELS) functionalities so far developed in HyperSpy were moved to the eXSpy repository.