Skip to content

Commit

Permalink
Release 0.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Dec 28, 2020
1 parent 0547d41 commit 6637471
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 5 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
## v0.13.4

Improvements:

* Improve GeoJSON data update #668
* Add support for WKT layer #679
* Add Gaode basemap #681
* Change SearchControl zoom trait to None #688
* Add example notebooks for KML and GPX file formats #691
* Update GeoData API documentation to add point_stype attribute #695
* Add a callback on found event for searching in GeoJSON layer #707
* Add custom tile server GIF to example notebook #724
* Add support for DivIcon #727
* Support for transparent WidgetControl #732
* Update LeafletJS from 1.3.0 to 1.7.1 #734
* Add Map.fit_bounds(bounds) #737
* Add MagnifyingGlass layer #733

Fixes:

* Add Shapely as a dependency #683
* Add nodejs dependency to Binder environment #700
* Set --minimize=False on Binder #704
* Remove class_name #729
* Change license to MIT #736
* Fix WMS layer options #755

## v0.13.3

Fixes:

* Fix recursion error on GeoJSON #661

## v0.13.2

Improvements:
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
dependencies:
- nodejs=14.11
- ipyleaflet=0.13.3
- ipyleaflet=0.13.4
- scipy
- bqplot
- rasterio
Expand Down
4 changes: 2 additions & 2 deletions ipyleaflet/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Distributed under the terms of the Modified BSD License.
#

version_info = (0, 13, 3)
version_info = (0, 13, 4)

__version__ = '%s.%s.%s' % (version_info[0], version_info[1], version_info[2])

EXTENSION_VERSION = '^0.13.2'
EXTENSION_VERSION = '^0.13.3'
2 changes: 1 addition & 1 deletion js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyter-leaflet",
"version": "0.13.2",
"version": "0.13.3",
"description": "jupyter - leaflet bridge",
"keywords": [
"jupyter",
Expand Down

0 comments on commit 6637471

Please sign in to comment.