From d5acb4f11bdc5c8977c77229ed6263ca066ae6e2 Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 3 Nov 2021 10:57:31 -0700 Subject: [PATCH] release v0.6.17 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd6f1fcc..7867dd70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# v0.6.17 (2021-08-19) + +- Update dependency numpy to v1.21.3 +- Update dependency pandas to v1.3.4 +- Update dependency scikit-learn to v1.0.1 +- Update dependency joblib to v1.1.0 +- Update dependency humanize to v3.12.0 +- Update dependency pytest-cov to v3 +- Update dependency pytest-xdist to v2.4.0 +- Update codecov/codecov-action action to v2.1.0 +- Allow pcap to features to read a pcap CSV with pre-cast int types (for future drop in replacement for tshark/pyshark parsers). If hex int fields, are detected as strings, fall back to current behavior (use python conversion) +- Update iqtlabs/rbqwrapper Docker tag to v0.11.29 +- pytype observes that csv.DictWriter fields, should be an indexable Sequence + # v0.6.16 (2021-08-19) - Updated humanize, numpy, pandas, and pygments