File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,11 @@ before_install:
11
11
- wget http://bit.ly/miniconda -O miniconda.sh
12
12
- bash miniconda.sh -b -p $HOME/miniconda
13
13
- export PATH="$HOME/miniconda/bin:$PATH"
14
- - hash -r
15
- - conda config --set always_yes yes
16
14
- conda update --yes conda
17
- - conda info -a
18
- - travis_retry conda create -n test $CONDA pip jinja2 pandas mock six nose
15
+ - travis_retry conda create --yes -n test $CONDA pip jinja2 pandas mock six nose
19
16
- source activate test
20
17
- travis_retry pip install vincent
18
+
21
19
install :
22
20
- python setup.py install
23
21
Original file line number Diff line number Diff line change 1
- 0.1.5
1
+ 0.2.0
2
2
~~~~~
3
- - Popups on lines. (themiurgo)
4
- - `fit_bounds` method. (themiurgo)
3
+ - Popups on lines. (themiurgo 97c0a02 )
4
+ - `fit_bounds` method. (themiurgo 713c292 )
5
5
- GeoJSON popup. (ocefpaf 7aad5e0)
6
6
- Added cartodb positron and dark_matter tiles (ocefpaf d4daee7)
7
7
- Forcing HTTPS when available. (ocefpaf c69ac89)
8
8
- Added Stamen Watercolor tiles. (ocefpaf 8c1f837)
9
- - Added Image Overlay. (andrewgiessel ---)
9
+ - Added Image Overlay. (andrewgiessel b625613)
10
+
11
+ Bug Fixes
12
+ - popup width keyword is now consistent in all pop objects (ocefpaf e2c0310)
10
13
11
14
Bug Fixes
12
15
You can’t perform that action at this time.
0 commit comments