Skip to content

Latest commit

 

History

History
84 lines (60 loc) · 3.67 KB

CHANGELOG.md

File metadata and controls

84 lines (60 loc) · 3.67 KB

Changelog

v1.5.0

  • Typos tkrajina#239
  • Number formating bug tkrajina#230
  • Add python 3.9 in travis tkrajina#214
  • Option to get raw speed data
  • missing valid option for type of gpx speed ('3')
  • Added type definitions

v1.4.2

  • get_nearest_location(location) has the property that if 'location' is a point on the track, the point after 'location' on the track is returned tkrajina#203
  • parse bytes tkrajina#175 (comment)

v1.4.1

  • Division by zero fixed tkrajina#197
  • Consider microseconds when total_seconds o timedelta is requested tkrajina#196
  • Use list instead of getchildren for Python 3.9 compatibility tkrajina#192
  • utils.total_seconds() ignores microseconds tkrajina#201

v1.4.0

  • Removed support for python2.* and python3.5
  • Added typehints and with mypy checks
  • Course computation tkrajina#156 tkrajina#155
  • Refactored haversine_distance for speed and use math.radians tkrajina#180

v1.3.5

v1.3.4

  • Added custom schemaLocation support tkrajina#141
  • Division by zero in gpxinfo
  • Missing tag(s) during parsing tkrajina#135
  • to_xml() fails with an empty extension element tkrajina#140
  • Setup.py: update classifiers, add python_requires and long_description tkrajina#142

v1.3.3

  • Added avg time to gpxpnfo
  • gpx.adjust_times for waypoints and routes tkrajina#129
  • added gpx.fill_time_data_with_regular_intervals tkrajina#127

v1.3.2

v1.3.1

v.1.3.0

v1.2.0

v.1.1.0

...