Skip to content

Releases: sun-data/named-arrays

v0.13.1

12 Oct 20:34
b2fe95e
Compare
Choose a tag to compare

What's Changed

  • Modified the behavior of named_arrays.AbstractArray.to_string_array() to accept more general format strings. by @byrdie in #84
  • Changed behavior of named_arrays.plt.plot() to broadcast against the input Axes. by @byrdie in #83

Full Changelog: v0.13.0...v0.13.1

v0.13.0

12 Oct 05:25
6a053a9
Compare
Choose a tag to compare

What's Changed

  • Added get_xlabel(), get_ylabel(), get_title(), get_xscale(), get_yscale(), get_aspect(), transAxes(), and transData() functions to the named_arrays.plt module. by @byrdie in #80
  • Added named_arrays.AbstractArray.to_string_array() method. by @byrdie in #81
  • Changed the behavior of named_arrays.plt.subplots() to put the origin of the subplot grid in the lower-left corner. by @byrdie in #82

Full Changelog: v0.12.0...v0.13.0

v0.12.0

11 Oct 07:01
16284d0
Compare
Choose a tag to compare

What's Changed

  • Added set_xlabel(), set_ylabel(), set_title(), set_xscale(), set_yscale(), and set_aspect() functions to the named_arrays.plt subpackage. by @byrdie in #78
  • Added support for numpy.char.mod() function. by @byrdie in #79

Full Changelog: v0.11.0...v0.12.0

v0.11.0

10 Oct 18:58
2ae5f31
Compare
Choose a tag to compare

What's Changed

  • Added named_arrays.ndfilters.variance_filter() function. by @byrdie in #75
  • Fixed bug where units weren't being checked properly for named_arrays.random functions. by @byrdie in #76
  • Added missing elements to named_arays.transformations.__all__. by @byrdie in #77

Full Changelog: v0.10.0...v0.11.0

v0.10.0

12 Sep 07:29
a49de33
Compare
Choose a tag to compare

What's Changed

  • Bump codecov action to v4 in Github test workflow. by @byrdie in #71
  • Added missing mode and proportion keyword arguments to named_arrays.ndfilters.trimmed_mean_filter(). by @byrdie in #70
  • Fixed bug in named_arrays.random where all vector components were initialized with the same seed. by @byrdie in #72
  • Added momentum to named_arrays.optimize.minimize_gradient_descent() by @byrdie in #73
  • Increased the default max line width when printing. by @byrdie in #74

Full Changelog: v0.9.0...v0.10.0

v0.9.0

10 Aug 21:21
43ad991
Compare
Choose a tag to compare

What's Changed

  • Added named_arrays.ndfilter.trimmed_mean_filter() function. by @byrdie in #68
  • Added ExplictTemporalSpectralWcsPositionalVector class. by @byrdie in #69

Full Changelog: v0.8.1...v0.9.0

v0.8.1

03 Aug 17:32
eee22fe
Compare
Choose a tag to compare

What's Changed

  • Fixed type annotations in named_arrays.ExplicitTemporalWcsSpectralPositionalVectorArray. by @byrdie in #66
  • Restore Python 3.10 support by @byrdie in #67

Full Changelog: v0.8.0...v0.8.1

v0.8.0

02 Aug 02:11
e687a83
Compare
Choose a tag to compare

What's Changed

  • Added named_arrays.plt.pcolormovie() function. by @byrdie in #65

Full Changelog: v0.7.1...v0.8.0

v0.7.1

31 Jul 01:35
c765b60
Compare
Choose a tag to compare

What's Changed

  • Updated to use colorsynth 0.1.3 by @byrdie in #64

Full Changelog: v0.7.0...v0.7.1

v0.7.0

21 Jul 22:08
5c6e4bf
Compare
Choose a tag to compare

What's Changed

  • Added named_arrays.colorsynth module. by @byrdie in #62

Full Changelog: v0.6.0...v0.7.0