Releases: sun-data/named-arrays
Releases · sun-data/named-arrays
v0.18.2
v0.18.1
v0.18.0
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 ofAbstractArray
. by @byrdie in #102
Full Changelog: v0.17.1...v0.18.0
v0.17.1
v0.17.0
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 theregridding
package. by @byrdie in #96 - Added a
random
argument tonamed_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
v0.15.0
What's Changed
- Modified the behavior of
named_arrays.colorsynth.rgb_and_colorbar()
to allow for thewavelength
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 aroundmatplotlib.pyplot.stairs()
. by @byrdie in #91
Full Changelog: v0.14.2...v0.15.0