Skip to content

Commit

Permalink
Merge e5e9081 into e585ca2
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanhemani committed Jul 13, 2019
2 parents e585ca2 + e5e9081 commit c256878
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](http://semver.org/).

### v0.14.0
* Declares all dependencies required for this package in requirements.txt.

### v0.13.5
* Adds support for other built-in tile sets other than `OpenStreetMap` to `Map`.

Expand Down
2 changes: 1 addition & 1 deletion datascience/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.13.5'
__version__ = '0.14.0'
5 changes: 5 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
folium>=0.9.1
sphinx
setuptools
matplotlib>=3.0.0
pandas
scipy
numpy
ipython

0 comments on commit c256878

Please sign in to comment.