Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@deepanshs deepanshs released this 27 Oct 13:00
· 4 commits to master since this release
1b57d6d

What's new

  • cp.join function to join multiple CSDM objects with same dimensions into
    one CSDM object with multiple dependent variables.
  • Ability to update dimension attribute units using the .to(unit, update_attrs=True)
    function. The default is the current behavior with update_attrs=False
  • np.tile can tile csdm objects.
  • Replace np.fft function calls with faster sp.fft calls.

Bugfix

  • Check dimension equality within tolerance to avoid failure from machine precision error.

Others

  • Remove support for python 3.7 and 3.8, and added support for python 3.12 and 3.13

What's Changed

Full Changelog: v0.6.0...v0.7.0