Releases: sun-data/named-arrays
Releases · sun-data/named-arrays
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
v0.14.2
v0.14.1
v0.14.0
v0.13.1
v0.13.0
What's Changed
- Added
get_xlabel()
,get_ylabel()
,get_title()
,get_xscale()
,get_yscale()
,get_aspect()
,transAxes()
, andtransData()
functions to thenamed_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