15
0
forked from pool/python-branca

Accepting request 1005513 from home:yarunachalam:branches:devel:languages:python

- Update to version 0.5.0:
  * Support for Pathlib when saving an `Element` (@wd60622 #103)
  * Faster UUID generation for `Element` id (@bwest2397 #101)
  * Store html content in `srcdoc` instead of `data-html` (@dstein64 #96)
  * Add `max_labels` argument to color maps (@martinfleis #90)
  * 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)

OBS-URL: https://build.opensuse.org/request/show/1005513
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-branca?expand=0&rev=11
This commit is contained in:
2022-09-23 07:17:14 +00:00
committed by Git OBS Bridge
parent 2e3cb28e16
commit 5164482d42
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Sep 23 02:40:27 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 0.5.0:
* Support for Pathlib when saving an `Element` (@wd60622 #103)
* Faster UUID generation for `Element` id (@bwest2397 #101)
* Store html content in `srcdoc` instead of `data-html` (@dstein64 #96)
* Add `max_labels` argument to color maps (@martinfleis #90)
* 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)
-------------------------------------------------------------------
Tue Jun 28 08:51:59 UTC 2022 - Daniel García Moreno <dani@danigm.net>