Skip to content

v0.5.0

Compare
Choose a tag to compare
@deepanshs deepanshs released this 09 Jul 22:04
· 126 commits to master since this release

What’s new

  • Add support for np.cumsum, np.cumprod, np.argmin, and np.argmax functions to CSDM objects.

Bugfix

  • Bugfix involving plot of CSDM datasets with dependent-variable quantity type of vector_1 or pixel_1.
  • Bugfix when assigning DimensionList/DependentVariableList to the CSDM dimensions and dependent_variables attributes, respectively. #45
  • Bugfix in CSDM object serializing when using Astropy.units v4.0 and higher.
  • Bugfix for incorrect class name. #39

Deprecated

  • add_x, and add_y functions of the CSDM object are removed.