This repository has been archived by the owner on Aug 25, 2024. It is now read-only.
0.2.0 Alpha Release
Pre-release
Pre-release
[0.2.0] - 2019-05-23
Added
- Support for zip file source
- Async helper for running tasks concurrently
- Gitter badge to README
- Documentation on the Data Flow Facilitator subsystem
- codesec plugin containing operations which gather security related metrics on
code and binaries. - auth plugin containing an scrypt operation as an example of thread pool usage.
Changed
- Standardized the API for most classes in DFFML via inheritance from dffml.base
- Configuration of classes is now done via the args() and config() methods
- Documentation is now generated using Sphinx
Fixed
- Corrected maxsplit in util.cli.parser
- Check that dtype is a class in Tensorlfow DNN
- CI script no longer always exits 0 for plugin tests
- Corrected render type in setup.py to markdown