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

Release Date: 2020-02-29 // about 4 years ago
  • โž• Added

    • Tensorflow hub NLP models.
    • Notes on development dependencies in setup.py files to codebase notes.
    • โœ… Test for cached_download
    • dffml.util.net.cached_download_unpack_archive to run a cached download and unpack the archive, very useful for testing. Documented on the Networking Helpers API docs page.
    • ๐Ÿ‘ท Directions on how to read the CI under the Git and GitHub page of the contributing documentation.
    • HTTP API
      • Static file serving from a directory with -static
      • api.js file serving with the -js flag
      • Docs page for JavaScript example
    • ๐Ÿ‘• shouldi got an operation to run golangci-lint on Golang code
    • Note about using black via VSCode ### ๐Ÿ›  Fixed
    • Port assignment for the HTTP API via the -port flag ### ๐Ÿ”„ Changed
    • repo/Repo to record/Record
    • Definitions with a spec can use the subspec parameter to declare that they are a list or a dict where the values are of the spec type. Rather than the list or dict itself being of the spec type.
    • ๐Ÿ›  Fixed the URL mentioned in example to configure a model.
    • ๐Ÿ‘ท Sphinx doctests are now run in the CI in the DOCS task.
    • ๐Ÿ‘• Lint JavaScript files with js-beautify and enforce with CI ### โœ‚ Removed
    • Unused imports