Skip to content

Releases: mitre-public/open-aria

0.5.0

09 Jun 18:09

Choose a tag to compare

feat: Now using Commons-59

* Upgrading commons:0.0.56 to commons:0.0.59
* Should result in Version 0.5.0

0.4.1

09 Jun 17:45

Choose a tag to compare

Add release notes & patch release workflow

* .tgz was not made

0.4.0

09 Jun 17:13

Choose a tag to compare

  • Updated dependencies (avro, jackson, snakeyaml)
  • InspectDataset now analyzes altitude data
  • Improved formating of AirborneEvents when they are written as JSON
  • Bug fix: The publishTrackData option now works correctly with both NOP and CSV data
  • Many IDE linting improvements
  • Replaced DownConvertingIteratorOfPoints with Guava call

0.3.0

18 Feb 02:35

Choose a tag to compare

  • Added a dataFormat option to the standard yaml Configuration files
    • Current options are nop and csv
  • Gathered sample datasets & configs in open-aria-airborne/src/main/resources
  • Demos now use config files with the dataFormat field specified
  • Added new Demo that process both CSV and NOP data (in separate runs)
  • Incorporated Formats into InspectDataset
  • Added Formats.nop()
  • Added Formats.csv()
  • Simplified RunAirborneOnFile

0.2.0

11 Feb 11:29

Choose a tag to compare

Removing version, using tags and GH actions

Initial Release

24 May 14:49

Choose a tag to compare

This is the first release of the project.

This version of the project:

  1. Fully Supports processing the FAA's NOP data (File-based processing, or Kafka-based processing)
  2. Has partial support for the OpenARIA data format
  3. Was complied and built by the GitHub Actions CI/CD system
  4. Will help us build additional features (e.g., docker images and demos)