Skip to content

Tags: xoolive/traffic

Tags

v2.12

Toggle v2.12's commit message
examples for kalman filters

v2.11.1

Toggle v2.11.1's commit message
fix tests openap

v2.11

Toggle v2.11's commit message
include py3.13 in tests

v2.10.2

Toggle v2.10.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Flight split based on condition (#457)

v2.10.1

Toggle v2.10.1's commit message
fix ruff

v2.10.0

Toggle v2.10.0's commit message
revert to dynamic versioning

v2.8.1

Toggle v2.8.1's commit message
traffic v2.8.1

v2.8.0

Toggle v2.8.0's commit message
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

v2.7.0

Toggle v2.7.0's commit message
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