Skip to content

Latest commit

 

History

History
98 lines (70 loc) · 4.24 KB

CHANGELOG.md

File metadata and controls

98 lines (70 loc) · 4.24 KB

Changelog

v1.6.1

  • Minor fix

v1.6.0

  • NameError: free variable from_start_to_end referenced before assignment in enclosing scope #256
  • Ignore points with no elevation when calculatin uphill/downhill
  • Empty body for
  • Use python-build to also make wheels #237
  • timezone lost in fields when cloning/copying parsed GPX file #190
  • Parsing timezone-unaware GPX files #183
  • Use python3 code

v1.5.0

  • Typos #239
  • Number formating bug #230
  • Add python 3.9 in travis #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 #203
  • parse bytes #175 (comment)

v1.4.1

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

v1.4.0

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

v1.3.5

  • Rewrite parse_time so it understands time zones and microseconds #152
  • Package version #157
  • fix debug message #166
  • Avoid the deprecated TestCase.assertEquals() API #161
  • Add brackets for last print statement #151
  • Add Python 3.7 classifier and test on CI #147
  • Fixed problems with single quotes in xmlns

v1.3.4

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

v1.3.3

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

v1.3.2

  • Fix #123 by using Earth semi-major axis with 6378.137 km (WGS84) #123
  • No assert error if can't calculate missing elevations tkrajina/srtm.py#25

v1.3.1

  • Prefix format reserved for internal use #117

v.1.3.0

  • Logging exception fix #112
  • Extension handling #105
  • simplify polyline #100

v1.2.0

  • Remove timezone from timestam string #77
  • gpxinfo: output times in seconds #74
  • gpxinfo: -m for miles/feet #108
  • Minor get_speed fix #97
  • Lat/Lon must not have scientific notation #96
  • Simplify polyline fix #100
  • Fix unicode BOM behavior #90
  • Named logger #106
  • Remove minidom #103

v.1.1.0

...