From b5ba4817e5e999e51d2d2be63d122949a34d45c5680ecd879e9b1bee5ddd800a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 15 Dec 2023 12:11:18 +0000 Subject: [PATCH] * 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 --- python-branca.changes | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/python-branca.changes b/python-branca.changes index 0683007..e73f4da 100644 --- a/python-branca.changes +++ b/python-branca.changes @@ -2,16 +2,12 @@ Thu Dec 14 09:16:56 UTC 2023 - Petr Gajdos - 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 @@ -46,7 +42,7 @@ Fri Sep 23 02:40:27 UTC 2022 - Yogalakshmi Arunachalam * 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