Published October 27, 2024
| Version v0.7.0
Software
Open
csdmpy: v0.7.0
- 1. Hyperfine
- 2. Ohio State University
Description
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 https://github.com/deepanshs/csdmpy/pull/80
- Bump codecov/codecov-action from 3.1.3 to 3.1.4 by @dependabot in https://github.com/deepanshs/csdmpy/pull/68
- Bump actions/setup-python from 4 to 5 by @dependabot in https://github.com/deepanshs/csdmpy/pull/85
- Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/deepanshs/csdmpy/pull/84
- Bump github/codeql-action from 2 to 3 by @dependabot in https://github.com/deepanshs/csdmpy/pull/83
- Bump codecov/codecov-action from 3.1.4 to 3.1.5 by @dependabot in https://github.com/deepanshs/csdmpy/pull/88
- join CSDM objects into one by @deepanshs in https://github.com/deepanshs/csdmpy/pull/93
- Bump codecov/codecov-action from 3.1.5 to 4.0.0 by @dependabot in https://github.com/deepanshs/csdmpy/pull/94
- Bump codecov/codecov-action from 4.0.0 to 4.0.1 by @dependabot in https://github.com/deepanshs/csdmpy/pull/96
- update unit attributes by @deepanshs in https://github.com/deepanshs/csdmpy/pull/95
- Check dimension equality within tolerance by @deepanshs in https://github.com/deepanshs/csdmpy/pull/97
- djs/Add np tile feature by @deepanshs in https://github.com/deepanshs/csdmpy/pull/100
- Bump codecov/codecov-action from 4.0.1 to 4.1.0 by @dependabot in https://github.com/deepanshs/csdmpy/pull/99
- replace np with sp by @deepanshs in https://github.com/deepanshs/csdmpy/pull/101
- Bump codecov/codecov-action from 4.1.0 to 4.1.1 by @dependabot in https://github.com/deepanshs/csdmpy/pull/102
- Bump codecov/codecov-action from 4.1.1 to 4.3.1 by @dependabot in https://github.com/deepanshs/csdmpy/pull/106
- Bump codecov/codecov-action from 4.3.1 to 4.4.0 by @dependabot in https://github.com/deepanshs/csdmpy/pull/107
- drop support for py 3.8 by @deepanshs in https://github.com/deepanshs/csdmpy/pull/108
- update sphinx requirement by @deepanshs in https://github.com/deepanshs/csdmpy/pull/109
- Bump numexpr from 2.8.4 to 2.10.0 by @dependabot in https://github.com/deepanshs/csdmpy/pull/103
- Bump codecov/codecov-action from 4.4.0 to 4.4.1 by @dependabot in https://github.com/deepanshs/csdmpy/pull/111
- Bump codecov/codecov-action from 4.4.1 to 4.5.0 by @dependabot in https://github.com/deepanshs/csdmpy/pull/112
- Support for Numpy 2.0 compatibility by @deepanshs in https://github.com/deepanshs/csdmpy/pull/113
- Bump codecov/codecov-action from 4.5.0 to 4.6.0 by @dependabot in https://github.com/deepanshs/csdmpy/pull/116
- Prep for v0.7.0 release by @deepanshs in https://github.com/deepanshs/csdmpy/pull/115
Full Changelog: https://github.com/deepanshs/csdmpy/compare/v0.6.0...v0.7.0
Files
deepanshs/csdmpy-v0.7.0.zip
Files
(607.2 kB)
Name | Size | Download all |
---|---|---|
md5:6dd8cb94d680ac2372e6a5c572f07661
|
607.2 kB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/deepanshs/csdmpy/tree/v0.7.0 (URL)