forked from pool/python-branca
- 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
48 lines
1.8 KiB
Plaintext
48 lines
1.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- New BuildRequires for tests: ipykernel
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 10 17:31:08 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
- Update to version 0.4.2:
|
|
* Fix special char encoding in notebooks, store as
|
|
percent-encoded (gh#python-visualization/branca#76).
|
|
- New BuildRequires for tests: python-nbconvert.
|
|
- Disable an additional test that also requires 'geckodriver'.
|
|
- Use source name in the format branca-%{version}.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 5 09:12:06 UTC 2020 - pgajdos@suse.com
|
|
|
|
- version update to 0.4.0
|
|
- Dropped Python 2 support
|
|
- Store html content in a data-html attribute (#66)
|
|
- Colormap alpha #64
|
|
- Fix caption being propagated in scale functions #62
|
|
- Assert color type in color_brewer #52
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 6 08:25:54 UTC 2019 - pgajdos@suse.com
|
|
|
|
- run the testsuite
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 21 03:42:16 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
|
|
|
- Initial version
|