Releases: sun-data/named-arrays
Releases · sun-data/named-arrays
v0.3.0
v0.2.9
- Added
equivalencies
andcopy
keyword arguments to thenamed_arrays.AbstractArray.to()
method. - Added support for
numpy.where()
.
Full Changelog: v0.2.8...v0.2.9
v0.2.8
Added support for numpy.real()
and numpy.imag()
.
Full Changelog: v0.2.7...v0.2.8
v0.2.7
- Added
named_arrays.interp()
function, a thin wrapper aroundnumpy.interp()
Full Changelog: v0.2.6...v0.2.7
v0.2.6
- Added
named_arrays.AbstractArray.broadcasted
property. - Added
named_arrays.AbstractCartesian3dVectorArray.cross()
method for computing the cross product. - Added
named_arrays.AbstractCartesianVectorArray.normalized
property. - Moved project location to the
sun-data
organization.
Full Changelog: v0.2.5...v0.2.6
v0.2.5
- Added
named_arrays.transformations.IdentityTransformation
- Bugfixes in
named_arrays.transformations
Full Changelog: v0.2.4...v0.2.5
Bugfixes for 0.2.3
v0.2.4 Fixed minor bug in `named_arrays.optimize.root_newton` where the `nam…
Added implementation of Newton's method
v0.2.3 Fixed bug in `np.concatenate()` for instances of `named_arrays.Abstra…
v0.2.2: Added a `components` argument to `named_arrays.plt.plot()` (#19)
Added a `components` argument to `named_arrays.plt.plot()` and `named_arrays.plt.fill()`.