Skip to content

Commit 7940b76

Browse files
authored
Update changelog for upcoming 0.15.0 release
1 parent a838646 commit 7940b76

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

CHANGES.txt

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
0.15.0
2+
~~~~~~
3+
4+
Breaking changes
5+
6+
- Remove deprecated Stamen tiles (@ocefpaf #1811)
7+
- Remove `_env` instance attributes (@Conengmo #1817)
8+
- Use write_png from Branca, remove from Folium (@Conengmo #1708)
9+
- Remove deprecated Map.choropleth method (@Conengmo #1684)
10+
11+
New features
12+
13+
- Draggable layer control option (@Conengmo #1760)
14+
- Add fit enabled overlays feature (@Conengmo #1693)
15+
- Add type hints (@Conengmo #1677)
16+
17+
Improvements
18+
19+
- Update leaflet.fullscreen plugin to 3.0.0 (@afontenot #1818)
20+
- Allow Choropleth key_on to traverse through array (@amrutharajashekar #1772)
21+
- Support TagFilterButton in PolyLine, AntPath and GeoJson (@jamiechoi1995 #1756)
22+
- Multiple instances of TimeSliderChoropleth on a single map (@Conengmo #1749)
23+
- Make VectorGridProtobuf an overlay by default (@iwpnd #1723)
24+
- Change internally where layers are added to the map (@Conengmo #1690)
25+
- TimestampedWmsTileLayers inherit from MacroElement, not Layer (@Conengmo #1696)
26+
- SideBySideLayers inherit from MacroElement, not Layer (@Conengmo #1695)
27+
- Consolidate duplicate utility functions with Branca (@Conengmo #1676)
28+
29+
Bug fixes
30+
31+
- Fix interaction between DualMap and Draw (@Qweaper #1776)
32+
- Fix MeasureControl plugin for Leaflet>=1.8.0 (@Conengmo #1748)
33+
- Pin older version of leaflet side by side to fix SideBySideLayers plugin (@jtmiclat #1732)
34+
- Fix Map.show_in_browser() by adding local file prefix to url (@RileyLeff #1704)
35+
36+
Documentation
37+
38+
- Deprecate example notebooks (@Conengmo #1798)
39+
- Documentation overhaul (@Conengmo #1700)
40+
- Update example notebooks after new Pandas version (@Conengmo #1761)
41+
42+
143
0.14.0
244
~~~~~~
345

0 commit comments

Comments
 (0)