* Pre-commit: disable autofix PR's, ignore E203, W503 * Make id generation customizable OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-branca?expand=0&rev=31
122 lines
4.4 KiB
Plaintext
122 lines
4.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Nov 14 09:28:02 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
- Update to 0.8.2
|
|
* Pre-commit: disable autofix PR's, ignore E203, W503
|
|
* Make id generation customizable
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 6 18:30:27 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
- Update to 0.8.1
|
|
* Add py.typed file
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 5 06:56:55 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 0.8.0:
|
|
* ColorMap text color
|
|
* Add type hints
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Apr 27 09:01:30 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 0.7.2:
|
|
* Remove `split_six` utility function
|
|
* COMPAT: explictly cast numpy floats to native floats
|
|
* Remove empty plugins folder
|
|
* Drop Py3.7, add Py3.12
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 18 10:49:10 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 0.7.1:
|
|
* Remove _env instance attribute from Element
|
|
* Add jinja2 version constraint
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 13 10:12:54 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- skip build on python 3.9 due to missing ipython
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
* Make _parse_size robust to already parsed values
|
|
* 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>
|
|
|
|
- Fix build requirements and version metadata
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 2 00:53:30 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
- Update to version 0.6.0
|
|
- Properly escape colormap caption (@Conengmo #117)
|
|
- Multiple fixes in color_brewer (@ajabep #115)
|
|
- Expose colorbar size variables (@Conengmo #77)
|
|
- Proper html tags in Figure template (@desrod #67)
|
|
- Make Element class pickleable (@bwest2397 #99)
|
|
- Improve colorbar representation in notebooks (@HaudinFlorence #110)
|
|
- Allow custom ticks on colorbar (@kota7 #113)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 23 09:51:27 UTC 2022 - pgajdos@suse.com
|
|
|
|
- python-six is not required
|
|
|
|
-------------------------------------------------------------------
|
|
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
|