Releases: sun-data/named-arrays
Releases · sun-data/named-arrays
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
v0.12.0
v0.11.0
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
What's Changed
- Bump codecov action to v4 in Github test workflow. by @byrdie in #71
- Added missing
mode
andproportion
keyword arguments tonamed_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