Skip to content

Releases: UMDBPP/PacketRaven

1.7.8

05 Jun 21:56
663d299
Compare
Choose a tag to compare

features:

  • added auto-formatting to github workflows using isort and oitnb
  • switched from tk to ttk with teek wrapper

1.7.7

06 May 00:02
Compare
Choose a tag to compare

fixes:

  • fixed KeyError crashing program when running GUI (#53)

1.7.6

17 Apr 12:14
Compare
Choose a tag to compare

fixes:

  • install GDAL from pipwin on Windows for Shapely
  • use absolute imports

1.7.5

17 Apr 11:30
Compare
Choose a tag to compare

fixes:

  • moved client into __main__.py

1.7.4

17 Apr 10:41
Compare
Choose a tag to compare

fixes:

  • setup changes for building on Windows

1.7.3

10 Apr 03:01
669e47b
Compare
Choose a tag to compare

fixes:

  • fixed bug where CLI would crash if tkinter was not installed

1.7.2

09 Apr 22:43
Compare
Choose a tag to compare

fixes:

  • minor bugfixes

1.7.1

22 Mar 23:45
033fdbe
Compare
Choose a tag to compare

features:

  • change --prediction-float-end-time to --prediction-float-duration

fixes:

  • fix case where float prediction fails after stop time by running a descent-only prediction when payload string is falling

1.7.0

21 Mar 04:12
Compare
Choose a tag to compare

features:

  • add float profile to prediction capability

1.6.6

21 Mar 01:02
b943213
Compare
Choose a tag to compare

fixes:

  • minor fixes