Data Flow Facilitator for Machine Learning (dffml) v0.2.0 Release Notes

Release Date: 2019-05-23 // almost 5 years ago
  • [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