Skip to content

Releases: Serapieum-of-alex/cleopatra

0.5.1

23 Jul 23:08
469b17b
Compare
Choose a tag to compare

arrayglyph/replace array by masked array (#78)

ArrayGlyph

  • the ArrayGlyph constructor uses a masked array instead of a numpy array.

0.5.0

22 Jul 14:07
7ce9159
Compare
Choose a tag to compare

Array/process rgb array (#74)

ArrayGlyph

  • rename the Array class to ArrayGlyph.
  • add scale_percentile method to the Array 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 the plot method to plot the array.

Colors

  • rename the get_rgb to to_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

13 Jul 19:21
d43fb43
Compare
Choose a tag to compare

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

0.4.2

30 Jun 19:29
1859374
Compare
Choose a tag to compare

dependencies (#70)

  • update dependencies

  • update dependencies

  • remove python from the environment.yml file

  • update hooks

  • remove python 3.11

  • remove python 3.11 from conda workflow

0.4.1

11 Jan 22:42
1c15631
Compare
Choose a tag to compare

Merge pull request #63 from Serapieum-of-alex/array/plot-extent

array/plot-extent to the Array plot

0.4.0

24 Sep 21:18
017ebc1
Compare
Choose a tag to compare

Add a colors module to handle issues related to

  • Converting colors from one format to another
  • Creating colormaps

0.3.5

31 Aug 20:39
Compare
Choose a tag to compare
  • Update dependencies

0.3.4

26 Apr 21:32
8f6fced
Compare
Choose a tag to compare
  • pass the kwargs to init to get the vmin and vmax if passed from pyramids plot method, copy the default dict in order not to update it inplace.
  • pass the plot kwargs to the init of the array to scale the color bar using the vmin and vmax.

0.3.3

25 Apr 20:19
030f29a
Compare
Choose a tag to compare
  • change the default value for the color bar label.

0.3.2

23 Apr 03:11
cc0e4ab
Compare
Choose a tag to compare
  • bump up hpc version