Pbugnion Gmaps Versions Save

Google maps for Jupyter notebooks

v0.2

8 years ago

This release adds:

  • IPython 4.0 compatibility
  • Python 3 compatibility

Additionally, it drops:

  • IPython 2.x compatibility

v0.1.6

9 years ago

v0.1.5

9 years ago
  • Added possibility of including weights in heatmap data.
  • Added a datasets module to allow new users to play around with data without having to find their own dataset.

v0.1.3

9 years ago
  • Fixed a bug that arose when using the heatmap with IPython2.3 in the previous release. The bug was caused by the slightly different traitlets API between the two IPython versions.

v0.1.2

9 years ago
  • Exposed the 'maxIntensity' and 'radius' options for heatmaps.

v0.1.1

9 years ago

Version 0.1.1

Bugfix release.

  • Ensures the notebook extensions are actually included in the source distribution.

v0.1

9 years ago

Version 0.1

Initial release.

  • Allows plotting heatmaps from a list / array of pairs of longitude, latitude floats on top of a Google Map.