ETSpy Release 1.1.0
NOTE: This release included commits that were not present in the PyPI build. Version 1.1.1 should be used instead.
This is a minor-level release that adds support for Python 3.13, enables several new functionalities, and updates the pyproject.toml file to enable installation via uv. The new functionalities are:
- Added a foward_project method to the RecStack class
- Added a Fourier shift option for image alignment routines
- Added a VolumeSlicer class to permit interactive slicing of RecStack
- Added an interactive stack rotation option to correct for specimen tilt in RecStack
Further detail is below.
PyPI: https://pypi.org/project/etspy/1.1.0/
Conda-forge: https://anaconda.org/conda-forge/etspy
What's Changed
- Bugfix demo notebook sinogram plot by @AndrewHerzing in #31
- Docfix logger setup by @AndrewHerzing in #32
- Added forward_project method to RecStack by @AndrewHerzing in #34
- Fix remove numba dependency by @AndrewHerzing in #35
- Bump tornado from 6.4.1 to 6.4.2 by @dependabot[bot] in #22
- Bump requests from 2.32.3 to 2.32.4 by @dependabot[bot] in #40
- Bump jinja2 from 3.1.4 to 3.1.6 by @dependabot[bot] in #39
- Bump tornado from 6.4.2 to 6.5.1 by @dependabot[bot] in #38
- Fix remove ffmpeg dependency by @AndrewHerzing in #36
- ENH Add Fourier shift option by @AndrewHerzing in #33
- Fixed dtype error in
base.trans_stackby @AndrewHerzing in #43 - Fixed many ruff formatting errors. by @AndrewHerzing in #42
- Fixed dtype error in
align.tilt_maximageby @AndrewHerzing in #44 - Resolve ci issues by @AndrewHerzing in #49
- Bump urllib3 from 2.2.3 to 2.6.3 by @dependabot[bot] in #47
- Bump fonttools from 4.54.1 to 4.61.0 by @dependabot[bot] in #45
- Add support for python 3.13 by @AndrewHerzing in #50
- ENH RecStack volume rotation by @AndrewHerzing in #51
- Enh add interactive 3 d visualization and transformation by @AndrewHerzing in #52
- Imporove pyproject.toml and enable uv compatibility by @AndrewHerzing in #54
- Bump pillow from 12.1.0 to 12.1.1 by @dependabot[bot] in #53
New Contributors
- @dependabot[bot] made their first contribution in #22
Full Changelog: 1.0.1...v1.1.0