- Update to XCSoar v6.8.14 - Add support for long-form HFDTE records in IGC files
- Add support for Python 3.6
- Drop support for Python 3.4 and 3.5
- Disable binary wheel distribution
- Remove unnecessary freetype and libpng requirements
- Exclude boost docs and tests from source distribution
- Fix wheel compatibility tags
- Update to XCSoar 6.8.11
- Adjusted wheel distribution
- Add Python 3 support
Use XCSoar 6.8.2 codebase.
- Fix installation on Mac OSX
Update xcsoar source to latest 6.8 development version:
- adding RMZ airspaces
- fixing a endless loop bug in the replay code
Add interface to XCSoar's airspace warning code.
- update XCSoar source to the latest 6.8 development version
- add QNH processing
Update XCSoar source to fix some issues:
- fix double free due to incorrect DECREF in Flight.encode()
- fix two other improbable memory leaks
- conversion to RoughAltitude rounds fixed/double numbers before casting to short to prevent wrong rounding
First version with c++ python interface to XCSoar.