Releases: UMDBPP/PacketRaven
Releases · UMDBPP/PacketRaven
3.0.0
What's Changed
-
packetraven
is now written in Rust; binaries for Linux, MacOS, and Windows are available on the Releases page -
the format of the YAML configuration has been rewritten; please refer to the documentation for the new format
-
refactor CI by @zacharyburnett in #88
-
rewrite entire program in Rust by @zacharyburnett in #89
Full Changelog: v2.1.0...3.0.0
v2.1.0
What's Changed
- move configuration into
pyproject.toml
by @zacharyburnett in #85, #87 - use exponential backoff for APRS.fi API calls by @zacharyburnett in #86
Full Changelog: v2.0.5...v2.0.6
v2.0.5
- hotfix for datetime format options (which are specific per-platform)
- forced
TkAgg
backend formatplotlib
to maybe make better compatibility with plotting on Mac OSX
Full Changelog: v2.0.4...v2.0.5
v2.0.4
- give the plot renderer enough time to render multiple packet tracks and / or predictions (scaling with the number of lines to draw)
https://github.com/UMDBPP/PacketRaven/blob/48f18d10eff3f53d2a1ca736bfee17e0aeed9c93/packetraven/gui/plotting.py#L106-L108
Full Changelog: v2.0.3...v2.0.4
v2.0.3
- fix for datetime conversion bug introduced in the previous fix to
typepigeon
Full Changelog: v2.0.2...v2.0.3
v2.0.2
- hotfix release for
date
anddatetime
object handling
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
- CLI update by @zacharyburnett in #83
- build executable with
pyinstaller
by @zacharyburnett in #84
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
- use YAML configuration instead of command line options by @zacharyburnett in #81
- added ability to plot directly from the command line by specifying
plots
options in the YAML file by @zacharyburnett in #82
NOTE: this is a major change to the user interface (hence the new major version number). The old .sh
and .bat
files will not work starting with version 2.0.0
onwards. You will need to convert these files into the new YAML format (see the examples/
folder for examples).
Full Changelog: v1.7.20...v2.0.0
v1.7.20
1.7.19
What's Changed
- log APRS.fi tracking URL by @zacharyburnett in #76
- build documentation site with Sphinx by @zacharyburnett in #78
Full Changelog: v1.7.18...v1.7.19