Skip to content

Releases: sun-data/named-arrays

v0.18.2

14 Jan 16:27
fa8a0f8
Compare
Choose a tag to compare

What's Changed

  • Modified the test for na.histogram() to use even less memory for vectors. by @byrdie in #104

Full Changelog: v0.18.1...v0.18.2

v0.18.1

14 Jan 05:24
d4c8f6b
Compare
Choose a tag to compare

What's Changed

  • Modified the test for na.histogram() to use less memory for vectors. by @byrdie in #103

Full Changelog: v0.18.0...v0.18.1

v0.18.0

14 Jan 00:53
911b3ee
Compare
Choose a tag to compare

What's Changed

  • Modified the behavior of named_arrays.histogram2d to return an unbroadcasted version of the edges. by @byrdie in #99
  • Added named_arrays.histogram() function which can compute the n-dimensional histogram for scalars, vectors, and functions. by @byrdie in #100
  • Added named_arrays.PolynomialFunctionArray by @byrdie in #87
  • Fixed a bug in named_arrays.random.binomial() where the units weren't being handled properly. by @byrdie in #101
  • Improved named_arrays.histogramdd() to automatically cast arguments to instances of AbstractArray. by @byrdie in #102

Full Changelog: v0.17.1...v0.18.0

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