Releases: Serapieum-of-alex/cleopatra
Releases · Serapieum-of-alex/cleopatra
0.5.1
0.5.0
Array/process rgb array (#74)
ArrayGlyph
- rename the
Array
class toArrayGlyph
. - add
scale_percentile
method to theArray
class to scale the array using the percentile values. - the
statistic.histogram
can plot multiple column array. - change the
color_scale
values to be string (linear
, "power", ...) - the
kwargs
can be provided to the constructor or theplot
method to plot the array.
Colors
- rename the
get_rgb
toto_rgb
- add
get_type
to get the type of the color. - add
to_hex
to convert the color to hex. - add
to_rgb
to convert the color to rgb.
0.4.3
Array/axes issues (#73)
-
add nbval and doctest to hooks
-
add nbval dependencies
-
bump-up version
-
add an extent to the rgb plot
-
remove the doctest
-
rename the
_prepare_rgb
to_prepare_sentinel_rgb
-
add fig and ax as parameters to the
Array
constructor method -
correct typo in precision parameter name
-
correct docstring
-
add plt.show() at the end of the plot method
-
reformat file
-
add examples for the
Array
constructor -
add
__str__
method -
update necessities