Releases: python-visualization/branca
Releases · python-visualization/branca
v0.8.0
What's Changed
- Add
pre-commit
torequirements-dev.txt
by @achieveordie in #169 - ColorMap text color by @ThomasBur in #160
- Add type hints by @Conengmo in #146
New Contributors
- @achieveordie made their first contribution in #169
- @ThomasBur made their first contribution in #160
Full Changelog: v0.7.2...v0.8.0
v0.7.2
What's Changed
- Remove
split_six
utility function by @Conengmo in #161 - COMPAT: explictly cast numpy floats to native floats by @martinfleis in #163
- Remove empty plugins folder by @Conengmo in #162
- Drop Py3.7, add Py3.12 by @Conengmo in #164
Full Changelog: v0.7.1...v0.7.2
v0.7.1
What's Changed
- Remove _env instance attribute from Element by @Conengmo in #145
- Add jinja2 version constraint by @tomboehling in #156
New Contributors
- @tomboehling made their first contribution in #156
Full Changelog: v0.7.0...v0.7.1
v0.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)
New Contributors
- @FlorinAndrei made their first contribution in #131
- @BastienGauthier made their first contribution in #142
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- 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)
New Contributors
- @kota7 made their first contribution in #113
- @HaudinFlorence made their first contribution in #110
- @desrod made their first contribution in #67
- @ajabep made their first contribution in #115
Full Changelog: v0.5.0...v0.6.0
v0.5.0
v0.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 ofdata-html
(@dstein64 #96) - Add
max_labels
argument to color maps (@martinfleis #90) - Pass caption when converting colormap to steps (@ndswaef #87)