Skip to content

Releases: faucetsdn/NetworkML

v0.4.8

20 Feb 16:14
0b0b1f0
Compare
Choose a tag to compare
  • Fixed local dev python version to be 3.7 - thanks @jseparovic !
  • Fixed missing threshold_time configuration option - thanks @jseparovic !
  • Fixed filename checks for client/server
  • Warn instead of debug log when files are ignored
  • Fixed running concurrent.futures when on python3.6

release v0.4.7

12 Feb 21:56
4237012
Compare
Choose a tag to compare
  • Added caching for parsed sessions
  • Added IPv6 capability to networkML
  • Updated pytest to v5.3.4
  • Updated models for scikit v0.22.1
  • Updated redis to v3.4.1

v0.4.6

15 Jan 19:15
1736684
Compare
Choose a tag to compare
  • Updated tensorflow
  • Updated pyshark
  • Made sessionizer parallel
  • Added 120 minute timeout for a pcap
  • Added sessionizer test
  • Updated license

v0.4.5

02 Jan 15:49
39446de
Compare
Choose a tag to compare
  • Updated numpy to 1.18.0
  • Updated pytest-xdist to 1.31.0
  • Updated test_extract_macs() test
  • Removed vent template
  • Added check for empty F1 score list

v0.4.4

18 Dec 23:01
e6a2c86
Compare
Choose a tag to compare
  • Add pyshark wiring to get highest-level protocol
  • Make tests run in parallel
  • Update models for scikit-learn v0.22
  • Improve parsing speed
  • Add tests for pcap reader

v0.4.3

04 Dec 22:35
fff5907
Compare
Choose a tag to compare
  • update pytest to 5.3.1
  • update scikit-learn to 0.22

v0.4.2

22 Nov 15:04
10fe368
Compare
Choose a tag to compare
  • Updated numpy to 1.17.4
  • Updated pytest to 5.3
  • Edited .gitignore
  • Added tests for label extraction
  • Added test for avx check
  • Added pcap labels to decision

v0.4.1

07 Nov 20:18
0ad007f
Compare
Choose a tag to compare
  • updated numpy to 1.17.3
  • updated pytest to 5.2.2
  • Added documentation
  • Added support for additional labels and filenames

v0.4.0

24 Oct 21:40
b862d40
Compare
Choose a tag to compare
  • Updated pytest-cov
  • Updated pytest
  • Updated redis
  • Added more documentation and tests
  • Updated the python image for the Dockerfile

v0.3.9

02 Oct 18:38
a7baf75
Compare
Choose a tag to compare
  • Updated pytest to 5.2.0
  • Updated tensorflow to 2.0.0
  • Fixed up old code using tensorflow1 to work with tensorflow2