Skip to content

Releases: sunpy/ndcube

v2.2.4

23 Oct 19:35
Compare
Choose a tag to compare

v2.2.3

23 Oct 14:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.2...v2.2.3

v2.2.2

18 Jun 18:36
Compare
Choose a tag to compare

Added support for numpy 2.0

v2.2.1post

17 Jun 16:57
46386d5
Compare
Choose a tag to compare

Fix version in the documentation sidebar.

v2.2.1

04 Jun 23:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.2.1

v2.2.0

17 Nov 06:38
Compare
Choose a tag to compare

What's Changed

  • Delete test file + fix CI by @nabobalis in #626
  • Edits to manuscript for JOSS review by @dfm in #628
  • DOC: Remove broken link from old mailing list by @pllim in #632
  • Add a zenodo metadata record by @Cadair in #630
  • [main] Drop Python 3.8, Increase min deps versions, update tox config on CI, update circleci by @nabobalis in #636
  • Add links to ndcube publications to README and docs. by @DanRyanIrish in #642
  • Update NDCollection copy() & pop() to Support None aligned_axes by @Alrobbertz in #646
  • Convert WCS wrappers to FITS WCS. by @DanRyanIrish in #649
  • Update error messages for mpl and mpl_animators by @nabobalis in #651

New Contributors

Full Changelog: v2.1.4...v2.2.0

v2.1.4

17 Nov 06:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.3...v2.1.4

v2.1.3

08 Jul 17:32
Compare
Choose a tag to compare

v2.1.3 (2023-07-08)

Trivial/Internal Changes

  • Remove internal use of numpy.product as its now deprecated and replace with numpy.prod as recommended. (#625)
  • Write paper to Journal of Open Source Software describing ndcube package (#599, #609, #611, #621, #622, #623)

v2.1.2

31 May 18:09
Compare
Choose a tag to compare

2.1.2 (2023-05-31)

Backwards Incompatible Changes

  • ndcube.NDCollection.aligned_axes attribute is now property. (#607 <https://github.com/sunpy/ndcube/pull/607>__)

Bug Fixes

  • Keywords for sequence_axis_coords and sequence_axis_unit were not passed to the SequenceAnimator constructor.
    This is now fixed. (#607 <https://github.com/sunpy/ndcube/pull/607>__)

Improved Documentation

  • Sphinx nitpicky was enabled and lots of references were updated.
  • Overall documentation layout was adjusted to shrink the sidebar.

v2.1.1

14 Mar 04:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.1.1