Skip to content

Releases: xoolive/traffic

traffic v2.10.0

15 Apr 21:59
Compare
Choose a tag to compare

What's Changed

  • Python 3.8 not supported anymore
  • time_buffer parameter
  • new API for onnxruntime with inference sessions
  • add buffer time for raw table queries
  • base class for filters in 2D
  • feat: projection argument in filters
  • feat: parse flightradar24 data
  • Support for Mendeley and Zenodo datasets
  • synonym for fuel calculation by @junzis in #365
  • fix: flightplan and intervals by @Vibujor in #353
  • Configurable progressbars by @figuetbe in #394
  • replace pyModeS with rs1090, replace impala with trino by @xoolive in #422

Full Changelog: v2.9.0...v2.10.0

traffic v2.9.0

22 Aug 15:55
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.8.1...v2.9.0

traffic v2.8.1

02 Jan 16:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.8.0...v2.8.1

traffic v2.8.0

08 Jul 12:21
Compare
Choose a tag to compare

Python 3.7 is no longer supported.

Major improvements:

  • Leaflet is no longer a plugin
  • trajectory resampling along great circles
  • fuel emissions with @junzis
  • holding pattern and point merge detection with @lbasora
  • DME NSE computation by @figuetbe
  • include grib files in trajectories (with interpolation)

Minor improvements:

  • deprecation of .filter_if()
  • allow caching in parquet files
  • use a specific logger per module @q-wertz
  • bug fix in METAR downloads @figuetbe
  • bug fix in Mode S decoding @MichelKhalaf

traffic v2.7.0

16 Apr 17:54
Compare
Choose a tag to compare

Major refactoring

  • New documentation, logo, incl. tutorial pages
  • Refactoring in ADSB decoding (in progress)
  • Refactoring in parsing AIXM files
  • Airspaces are now consistent with geopandas
  • Refactoring for chaining with methods returning flight iterators
  • Support for Python 3.10, more flexible dependency management

Minor additions

  • Add support for .so6.gz, .pickle extension
  • Update aircraft database capabilities, refine aircraft categories
  • Parse free route information
  • Support for B2B 25.0
  • Rich outputs for most core classes, going to tqdm.rich
  • how argument in resampling
  • Performance issues on import

Bug fixes: #168 #169 #166 #182 #185 #191

Contributors: @espinielli @MichelKhalaf @sfo @m-derra

traffic v2.6.6

03 Nov 16:36
Compare
Choose a tag to compare

Feature improvement:

Bug fix:

  • Link to @junzis aircraft database

Minor changes:

  • Fully typed library (--strict flag for mypy)

New Contributors

Full Changelog: v2.6.5...v2.6.6

traffic v2.6.5

08 Oct 21:43
Compare
Choose a tag to compare

Feature improvements:

  • strict parameter to Flight clipping methods
  • taxiway labelling for ground trajectories
  • improvements on Impala query generation

Bug fixes:

  • Fix for recent versions of pandas
  • Flight are now GeoObjects
  • Correct requests for airports footprints (cartes)
  • Decoding speed and track for ground trajectories

Minor changes:

  • Typing fixes
  • Documentation fixes

Full Changelog: v2.6.4...v2.6.5

traffic v2.6.4

14 Jul 20:40
Compare
Choose a tag to compare
  • New .final() operator, mirror of .next() d96fd9c
  • Dependency issues for conda build deaed25

traffic v2.6.3

14 Jul 09:21
Compare
Choose a tag to compare

Dependency issue fix with pyOpenSSL

traffic v2.6.2

13 Jul 19:26
Compare
Choose a tag to compare

Minor release including: