This repository has been archived by the owner on Aug 25, 2024. It is now read-only.
Releases: intel/dffml
Releases · intel/dffml
0.2.0 Alpha 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
0.1.2 Alpha Release
Big updates!
This dot release incorporates the start of one of the major changes
between Alpha and Beta. DFFML now has a Data Flow Facilitator,
which is orchestration to run operations within a data flow architecture.
This is an asynchronous networks of events that keep running until
there's nothing else to do. Then it cleans up, and runs output operations
which query the data in the network to structure results in a meaningful
way.
See the Git Features for example usage.
[0.1.2] - 2019-03-29
Added
- Contribution guidelines
- Logging documentation
- Example usage of Git features
- New Model and Feature creation script
- New Feature skeleton directory
- New Model skeleton directory
- New Feature creation tutorial
- New Model creation tutorial
- Added update functionality to the CSV source
- Added support for Gzip file source
- Added support for bz2 file source
- Travis checks for additions to CHANGELOG.md
- Travis checks for trailing whitespace
- Added support for lzma file source
- Added support for xz file source
- Added Data Flow Facilitator
Changed
- Restructured documentation to docs folder and moved from rST to markdown
- Git feature cloc logs if no binaries are in path
Fixed
- Enable source.file to read from /dev/fd/XX
0.1.1 Alpha Release
[0.1.1] - 2019-03-08
Changed
- Corrected formatting in README for PyPi
0.1.0 Alpha Release
Initial Open Source Release
[0.1.0] - 2019-03-07
Added
- Feature class to collect a feature in a dataset
- Git features to collect feature data from Git repos
- Model class to wrap implementations of machine learning models
- Tensorflow DNN model for generic usage of the DNN estimator
- CLI interface and framework
- Source class to manage dataset storage