Skip to content

v1.2.0

Compare
Choose a tag to compare
@Cadair Cadair released this 20 Sep 17:16
v1.2.0
f346a9a

Features

  • Changed all instances of "missing_axis" to "missing_axes"
    (#157)
  • Added a feature to get the pixel_edges from ndcube.NDCube.axis_world_coords
    (#174)

Bug Fixes

  • ndcube.NDCube.world_axis_physical_types
    now sets the axis label to the WCS CTYPE if no corresponding IVOA
    name can be found.
    (#164)
  • Fixed the bug of using pixel_edges
    instead of pixel_values in plotting
    (#176)
  • Fix 2D plotting from crashing when both data and WCS are 2D.
    (#182)
  • Fix the ability to pass a custom Axes to ndcube.NDCube.plot for a 2D cube.
    (#204)

Trivial/Internal Changes

  • Include more helpful error when invalid item type is used to slice
    an ~ndcube.NDCube.
    (#158)