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 withupdate_attrs=False
np.tile
can tile csdm objects.- Replace
np.fft
function calls with fastersp.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
- Djs/remove support for py37 and update astropy dependency by @deepanshs in #80
- Bump codecov/codecov-action from 3.1.3 to 3.1.4 by @dependabot in #68
- Bump actions/setup-python from 4 to 5 by @dependabot in #85
- Bump actions/checkout from 3 to 4 by @dependabot in #84
- Bump github/codeql-action from 2 to 3 by @dependabot in #83
- Bump codecov/codecov-action from 3.1.4 to 3.1.5 by @dependabot in #88
- join CSDM objects into one by @deepanshs in #93
- Bump codecov/codecov-action from 3.1.5 to 4.0.0 by @dependabot in #94
- Bump codecov/codecov-action from 4.0.0 to 4.0.1 by @dependabot in #96
- update unit attributes by @deepanshs in #95
- Check dimension equality within tolerance by @deepanshs in #97
- djs/Add np tile feature by @deepanshs in #100
- Bump codecov/codecov-action from 4.0.1 to 4.1.0 by @dependabot in #99
- replace np with sp by @deepanshs in #101
- Bump codecov/codecov-action from 4.1.0 to 4.1.1 by @dependabot in #102
- Bump codecov/codecov-action from 4.1.1 to 4.3.1 by @dependabot in #106
- Bump codecov/codecov-action from 4.3.1 to 4.4.0 by @dependabot in #107
- drop support for py 3.8 by @deepanshs in #108
- update sphinx requirement by @deepanshs in #109
- Bump numexpr from 2.8.4 to 2.10.0 by @dependabot in #103
- Bump codecov/codecov-action from 4.4.0 to 4.4.1 by @dependabot in #111
- Bump codecov/codecov-action from 4.4.1 to 4.5.0 by @dependabot in #112
- Support for Numpy 2.0 compatibility by @deepanshs in #113
- Bump codecov/codecov-action from 4.5.0 to 4.6.0 by @dependabot in #116
- Prep for v0.7.0 release by @deepanshs in #115
Full Changelog: v0.6.0...v0.7.0