Skip to content

Releases: sun-data/named-arrays

v0.3.0

15 Jan 05:16
30c4761
Compare
Choose a tag to compare

What's Changed

  • Added named_arrays.plt.scatter() function. by @byrdie in #22

Full Changelog: v0.2.9...v0.3.0

v0.2.9

19 Dec 05:52
Compare
Choose a tag to compare
  • Added equivalencies and copy keyword arguments to the named_arrays.AbstractArray.to() method.
  • Added support for numpy.where().

Full Changelog: v0.2.8...v0.2.9

v0.2.8

17 Dec 06:06
Compare
Choose a tag to compare

Added support for numpy.real() and numpy.imag().

Full Changelog: v0.2.7...v0.2.8

v0.2.7

31 Oct 03:31
Compare
Choose a tag to compare
  • Added named_arrays.interp() function, a thin wrapper around numpy.interp()

Full Changelog: v0.2.6...v0.2.7

v0.2.6

23 Oct 22:35
Compare
Choose a tag to compare
  • 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

18 Oct 19:27
Compare
Choose a tag to compare
  • Added named_arrays.transformations.IdentityTransformation
  • Bugfixes in named_arrays.transformations

Full Changelog: v0.2.4...v0.2.5

Bugfixes for 0.2.3

11 Oct 13:47
Compare
Choose a tag to compare
v0.2.4

Fixed minor bug in `named_arrays.optimize.root_newton` where the `nam…

Added implementation of Newton's method

27 Sep 20:55
Compare
Choose a tag to compare
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)

14 Sep 07:28
ec254f4
Compare
Choose a tag to compare
Added a `components` argument to `named_arrays.plt.plot()` and `named_arrays.plt.fill()`.

v0.2.1

12 Sep 20:02
Compare
Choose a tag to compare
Added `transformation` argument to `named_arrays.plt.plot()` and `nam…