1.14.5: Convenience, appearance improvements; bugfixes
OverLordGoldDragon
released this
06 Jul 04:24
·
14 commits
to master
since this release
FEATURES:
- Added
bordercolor
kwarg tofeatures_2D
which allows setting color of border lines, useful when images are majority-dark - Improved xaxis annotation handling for
pad_xticks
kwarg infeatures_hist
andfeatures_hist_v2
; behavior configurable viaconfigs['pad_xticks']
show_xy_ticks
can now be anint
orbool
, which will automatically set to tuple(int, int)
.- Changed default kwarg
timesteps_xaxis
toFalse
infeatures_2D
which would rotate image data
BREAKING:
pad_xticks
is now bool instead of int
BUGFIXES:
features_2D
: movedndim != 3
check outside oftimesteps_xaxis
, which would fail toexpand_dims(0, ...)
for=False
w/ 2D inputweights_norm
: the case of oneweights
per layer would process incorrectly due to iterating over an expected list, whereget_weights
returns the array itself in case of a single weight
MISC:
- Added test cases to account for fixed bugs