15
0
forked from pool/python-branca

* StepColormap: inclusive lower bound

* Add color schemes: plasma, inferno, magma
  * Allow branca ColorMap in write_png
  * More flexible _parse_size
  * Fix special char encoding in notebooks, store as percent-encoded (@conengmo #76)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-branca?expand=0&rev=19
This commit is contained in:
2023-12-15 12:11:18 +00:00
committed by Git OBS Bridge
parent e45d661a96
commit b5ba4817e5

View File

@@ -2,16 +2,12 @@
Thu Dec 14 09:16:56 UTC 2023 - Petr Gajdos <pgajdos@suse.com>
- update to 0.7.0:
* ~~~~~
* Make all Element with Template pickable natively
(@BastienGauthier #144)
* Make _parse_size robust to already parsed values
(@BastienGauthier #142)
* StepColormap: inclusive lower bound (@MxMartin #141)
* Add color schemes: plasma, inferno, magma (@FlorinAndrei
#131)
* Allow branca ColorMap in write_png (@Conengmo #126)
* More flexible _parse_size (@Conengmo #125)
* StepColormap: inclusive lower bound
* Add color schemes: plasma, inferno, magma
* Allow branca ColorMap in write_png
* More flexible _parse_size
-------------------------------------------------------------------
Wed Dec 21 21:59:34 UTC 2022 - Ben Greiner <code@bnavigator.de>
@@ -46,7 +42,7 @@ Fri Sep 23 02:40:27 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
* Pass caption when converting colormap to steps (@ndswaef #87)
- Update to version 0.4.2
* Fix special char encoding in notebooks, store as percent-encoded (@conengmo #76)
* Fix special char encoding in notebooks, store as percent-encoded (@conengmo #76)
-------------------------------------------------------------------
Tue Jun 28 08:51:59 UTC 2022 - Daniel García Moreno <dani@danigm.net>