From 6fb71321e2eefd3be73ca6a0e1ea1d47e12603ba Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Wed, 13 Sep 2017 14:54:51 -0300 Subject: [PATCH 1/3] fix new folium syntax --- ioos_tools/ioos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ioos_tools/ioos.py b/ioos_tools/ioos.py index cbc912a..5d464a0 100644 --- a/ioos_tools/ioos.py +++ b/ioos_tools/ioos.py @@ -765,7 +765,7 @@ def make_map(bbox, **kw): url = 'http://hfrnet.ucsd.edu/thredds/wms/HFRNet/USEGC/6km/hourly/RTV' w = folium.WmsTileLayer(url, name='HF Radar', - format='image/png', + fmt='image/png', layers='surface_sea_water_velocity', attr='HFRNet', overlay=True, From 1c373f0c9d52e88e14fcd8300fb2b8996e992b57 Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Wed, 13 Sep 2017 14:55:09 -0300 Subject: [PATCH 2/3] shorter description --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0c5ca40..1f5abff 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ def read(*parts): 'Programming Language :: Python', 'Topic :: Education', 'Topic :: Scientific/Engineering'], - description='Misc ioos_tools functions for IOOS notebooks', + description='Misc functions for IOOS notebooks', author=authors, author_email=email, maintainer='Filipe Fernandes', From 913fef23bf517d446912e8e911ada70584e71a72 Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Wed, 13 Sep 2017 14:56:23 -0300 Subject: [PATCH 3/3] updated changelog --- CHANGES.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 5f196a5..eb17790 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,14 @@ Changelog --------- +Version 1.0.1 + +# Fix folium args syntax + +Version 1.0.0 + +* First oficial release + Version 0.5.0 * Faster `is_model`. (Bypass iris cube creation.)