-
Notifications
You must be signed in to change notification settings - Fork 66
/
CHANGES.txt
70 lines (59 loc) · 2.16 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
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)
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)
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)
0.4.2
~~~~~
- Fix special char encoding in notebooks, store as percent-encoded (@conengmo #76)
0.4.1
~~~~~
- Prompt Jupyter users to trust notebook (@conengmo #75)
- Removed Python 2 specific code (@ocefpaf #69)
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
0.3.1
~~~~~
- Added viridis scheme #47 (GillesC)
- Fixed testing, auto PyPI upload, and docs
0.3.0
~~~~~
- Add title to Figure (@fitoprincipe #33 and #39)
- Move templates to class attributes (@psarka #34 and #38)
- Explicit color support for range of ``n``
and diverging colormaps (@nanodan #29)
- Added class for hosting step colormap (@matsavage #25)
0.2.0
~~~~~
- Correct rendering utf-8 IFrame (@knil-sama #18)
- Remove embedded IFrame's border (@deelaka #17)
- Let IFrame contents go fullscreen (@sanga #13)
- Add HTML Popup Class to element.py (@samchorlton #6)
0.1.0
~~~~~
- Separate branca from folium (@bibmartin d678357)
- Enable HTML embedding in Html (@samchorlton 90f6b13)