Full Changelog#

Xrayvision 0.2.0 (2024-07-16)#

Backwards Incompatible Changes#

Features#

Bug Fixes#

  • Fix a bug where the x, y dimensions were not being treated consistently in xrayvision.transform. (#58)

  • Change typing of meta input to Visibilities to be a VisMeta. (#63)

  • Fix bug when creating Visibilities with default meta. (#66)

  • Fix bug introduced in recent refactor where images were transposed due to array vs cartesian array indexing. (#73)

  • Fix a bug reintroduced in mem which caused the output to be transposed incorrectly. (#74)

Improved Documentation#

  • Update README fix badges and remove old example. (#53)

  • Add per module reference pages, switch to documenting types using type annotations. (#58)

  • Update RHESSI example to use the same image dimensions and pixel size throughout. (#74)

Trivial/Internal Changes#

  • Fix small bug in isort configuration. (#53)

  • Format code with ruff and turn on ruff format in pre-commit. (#61)

  • Update README with useful links to example and issue tracker. (#70)

Xrayvision 0.1.dev60+g6fe95fa.d20210925 (2021-09-25)#

No significant changes.