Skip to content

Releases: ryancox/motionless

v1.3.3

05 Mar 13:25
f09b799
Compare
Choose a tag to compare

Minor release of the motionless package

PRs since the last release:

  • Add language parameter to all classes: #33
  • Remove unnecessary and invalid checks: #35
  • Fix Google APIs endpoint: #36
  • Fix URL query-string encoding: #37
  • Add support for clientid, channel and digitally signing requests: #38
  • Docs update: #41
  • Remove dependency to six : #43

Thanks to all contributors.

v1.3.2: minor release

23 Jun 16:18
Compare
Choose a tag to compare

This minor releases contains a couple of bugfixes and enhancements:

  • Increased MAX_URL_LEN since google updated their limits (#23)
  • Bug in version number (#25)
  • New simplify_threshold_meters kwarg for gpolyencode (#27)
  • Marker hex codes are now accepted as marker color (#29)

Thanks to all contributors!

v1.3.1: bugfix release

17 Nov 17:27
Compare
Choose a tag to compare

v1.3: python 3 support

27 Oct 17:54
Compare
Choose a tag to compare

Added a new dependency (six) in order to support both py2 and py3 with the same codebase. Updated the examples and added some tests and CI with Travis.