We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1f47ff + df3de61 commit 43167c6Copy full SHA for 43167c6
2 files changed
.travis.yml
@@ -42,6 +42,7 @@ before_install:
42
conda config --add channels conda-forge --force
43
conda install pycryptosat
44
conda config --set channel_priority strict
45
+ conda config --set safety_checks disabled
46
conda create --name TEST python=$PY --file requirements.txt --file requirements-dev.txt
47
source activate TEST
48
# Install firefox headless driver.
CHANGES.txt
@@ -1,3 +1,14 @@
1
+0.8.1
2
+~~~~~
3
+
4
+- Relaxing location data type restriction (dskkato #1084)
5
+- Add options to draw control (EtsuNDmA #1035)
6
+- folium 0.8.x will be the last version series to support Python 2 (conengmo #1087)
7
8
+Bug Fixes
9
10
+- Use jquery.com CDN instead of Google (conengmo #1086)
11
12
0.8.0
13
~~~~~
14
0 commit comments