Releases: sun-data/named-arrays
Releases · sun-data/named-arrays
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()`.
v0.2.1
v0.2.0: Added `named_arrays.transformation` module. (#18)
Added `named_arrays.transformation` module.
`named_array.unit()` support for all instances of `named_array.AbstractArray`
v0.1.9 Merge branch 'main' of https://github.com/Kankelborg-Group/named_arrays
v0.1.8
Added implementation of `named_arrays.plt.plot()` for instances of `AbstractCartesian2dVectorArray`
v0.1.7 Added tests for instances of `named_arrays.AbstractCartesian3dVectorA…
Bufixes for v0.1.5
v0.1.6 Fixed type annotation for `named_arrays._scalars.tests.test_scalars.A…
Cartesian3d and CartesianNd vector/matrix support
v0.1.5 Fixed bug in `named_arrays._vectors.cartesian.test_vectors_cartesian.…