Skip to content

Releases: sfregosi/agate

Removed global CONFIG variable

15 Aug 05:14
Compare
Choose a tag to compare
Pre-release

This release primarily removed the use of globals for the CONFIG when initializing agate. It has not yet been extensively tested. These changes were made on the dev branch so they aren't well outlined in the summary, but can be found in the Full Changelog.

What's Changed

Full Changelog: v0.1.20240309...v0.9.20240814

Updated PMAR conversion code and documentation

09 Mar 16:30
d136a14
Compare
Choose a tag to compare

Mostly additional code and documentation for converting raw acoustic files to wav files, for PMAR system. Some scripts and functions are in place for the same for WISPR but that is still being developed.

Autogenerated changes highlight lots of learning about working with branches and pull requests :)

What's Changed

Full Changelog: v0.1.20230601...v0.1.20240309

minor improvements

01 Jun 23:09
3f318b5
Compare
Choose a tag to compare
  • documentation updates
  • example workflow updates
  • additional checks for missing CONFIG fields
  • new pmar usage plot

Improved WISPR functionality

26 May 00:55
2e0f7d0
Compare
Choose a tag to compare

New functionality to better read in WISPR reports, parse detection information from these reports, and plot up ERMA detections to better visualize detection encounters and assess species.

Minor improvements

  • compatibility fixes
  • calculate ETA to recovery location
  • more informative error printing
  • improved messaging when downloading
  • info on compatibility in readme and website

bug fixes to first test release

18 May 01:23
Compare
Choose a tag to compare

v0.1.1

  • fixed missing dependencies
  • small bug fixes
  • added names to plot windows

v0.1.0 First release - test release

10 May 22:44
Compare
Choose a tag to compare
Pre-release

After making extensive updates and overhauling much of the configuration work for agate's public release, realized I need to make a stable release for my co-pilots to be able to use mid-mission while I keep working on functionality improvements. This is the first release and so I anticipate bugs that will be dealt with in the next week as co-pilots test it out.

Full Changelog: https://github.com/sfregosi/agate-public/commits/v0.1.0-test-release