- 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
- 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)
- 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
- 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
- Rewrite parse_time so it understands time zones and microseconds tkrajina#152
- Package version tkrajina#157
- fix debug message tkrajina#166
- Avoid the deprecated TestCase.assertEquals() API tkrajina#161
- Add brackets for last print statement tkrajina#151
- Add Python 3.7 classifier and test on CI tkrajina#147
- Fixed problems with single quotes in xmlns
- 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
- Added avg time to gpxpnfo
- gpx.adjust_times for waypoints and routes tkrajina#129
- added gpx.fill_time_data_with_regular_intervals tkrajina#127
- Fix #123 by using Earth semi-major axis with 6378.137 km (WGS84) tkrajina#123
- No assert error if can't calculate missing elevations tkrajina/srtm.py#25
- Prefix format reserved for internal use tkrajina#117
- Logging exception fix tkrajina#112
- Extension handling tkrajina#105
- simplify polyline tkrajina#100
- Remove timezone from timestam string tkrajina#77
- gpxinfo: output times in seconds tkrajina#74
- gpxinfo:
-m
for miles/feet tkrajina#108 - Minor
get_speed
fix tkrajina#97 - Lat/Lon must not have scientific notation tkrajina#96
- Simplify polyline fix tkrajina#100
- Fix unicode BOM behavior tkrajina#90
- Named logger tkrajina#106
- Remove minidom tkrajina#103
...