Skip to content

Releases: sun-data/named-arrays

v0.17.1

11 Nov 22:20
3d966b3
Compare
Choose a tag to compare

What's Changed

  • Relaxed the type constraints in named_arrays.plt.rgbmesh(). by @byrdie in #98

Full Changelog: v0.17.0...v0.17.1

v0.17.0

11 Nov 19:12
9dc13dd
Compare
Choose a tag to compare

What's Changed

  • Added named_arrays.plt.rgbmesh() function which can plot 3d distributions as an RGB image. by @byrdie in #94
  • Added named_arrays.plt.rgbmovie() function to plot 4D arrays. by @byrdie in #95
  • Added named_arrays.regridding module, a wrapper around the regridding package. by @byrdie in #96
  • Added a random argument to named_arrays.AbstractArray.cell_centers() which selects a random point within each cell. by @byrdie in #97

Full Changelog: v0.16.0...v0.17.0

v0.16.0

06 Nov 01:30
daebd94
Compare
Choose a tag to compare

What's Changed

  • Bump colorsynth to version 0.1.5 by @byrdie in #92
  • Added named_arrays.AbstractArray.cell_centers(), a method to convert from cell vertices to cell centers. by @byrdie in #93

Full Changelog: v0.15.0...v0.16.0

v0.15.0

04 Nov 19:24
8c706e8
Compare
Choose a tag to compare

What's Changed

  • Modified the behavior of named_arrays.colorsynth.rgb_and_colorbar() to allow for the wavelength argument to be defined on cell edges as well as cell centers. by @byrdie in #90
  • Added named_arrays.plt.stairs() function, a thin wrapper around matplotlib.pyplot.stairs(). by @byrdie in #91

Full Changelog: v0.14.2...v0.15.0

v0.14.2

02 Nov 21:41
67a862c
Compare
Choose a tag to compare

What's Changed

  • Changed the behavior of matrix multiplication to ignore zero-valued elements to save memory. by @byrdie in #89

Full Changelog: v0.14.1...v0.14.2

v0.14.1

02 Nov 02:13
09ccd0a
Compare
Choose a tag to compare

What's Changed

  • Fixed a bug in named_arrays.interp() where the resulting axes were not being set correctly. by @byrdie in #88

Full Changelog: v0.14.0...v0.14.1

v0.14.0

01 Nov 21:40
d28eb53
Compare
Choose a tag to compare

What's Changed

  • Added twinx(), twiny(), invert_xaxis(), and invert_yaxis() to the named_arrays.plt module. by @byrdie in #85
  • Added named_arrays.despike() function, a wrapper around astroscrappy.detect_cosmics(). by @byrdie in #86

Full Changelog: v0.13.1...v0.14.0

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