Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@deepanshs deepanshs released this 11 Jan 08:46
· 63 commits to master since this release
159ece0

What’s new

Feature highlights

  • Convert negative increment CSDM object to positive increment CSDM object.
  • Accepts both C and F contiguous numpy array to convert to CSDM object. #57
  • Add csdm.reshape(dim1, dim2) to CSDM object to reshape a CSDM object to the
    given list dimension object---dim1, dim2.
  • Numpy broadcasing mulipllication can now be applied to csdm objects.
  • Support for additional numpy methods np.pad and np.flip.

Bugfix

  • fft and ifft scale the first point by 2 when the dimension is non-periodic.
  • Bugfix in serializing csdm #54
  • You can multiply CSDM objects by a scalar to the right (csdm * scalar). The fix
    now allows the multiplication of CSDM objects by a scalar to the left (scalar * csdm). #62
  • Bugfix where csdm objects .csdfe files were immutable.

What's Changed

Full Changelog: v0.5.0...v0.6.0