Files
python-gpxpy/python-gpxpy.changes
Markéta Machová 4576d8c5c4 Accepting request 888981 from home:mcalabkova:branches:devel:languages:python
- update to 1.4.2
  * Consider microseconds when total_seconds o timedelta is requested
  * Use list instead of getchildren for Python 3.9 compatibility
  * 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

OBS-URL: https://build.opensuse.org/request/show/888981
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gpxpy?expand=0&rev=7
2021-04-28 09:20:38 +00:00

29 lines
1.1 KiB
Plaintext

-------------------------------------------------------------------
Wed Apr 28 09:01:30 UTC 2021 - Markéta Machová <mmachova@suse.com>
- update to 1.4.2
* Consider microseconds when total_seconds o timedelta is requested
* Use list instead of getchildren for Python 3.9 compatibility
* 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
-------------------------------------------------------------------
Tue May 26 06:34:30 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
- %python3_only -> %python_alternative
-------------------------------------------------------------------
Wed Apr 8 06:16:25 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- Update to v1.4.0:
* Removed support for python2.* and python3.5
* Added typehints and with mypy checks
* Course computation
* Refactored haversine_distance for speed and use math.radians
-------------------------------------------------------------------
Tue Oct 15 11:42:50 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
- Initial package (v1.3.5)