This repository was archived by the owner on Aug 25, 2024. It is now read-only.
0.3.4 Alpha Release
Pre-release
Pre-release
[0.3.4] - 2020-02-28
Added
- Tensorflow hub NLP models.
- Notes on development dependencies in
setup.pyfiles to codebase notes. - Test for
cached_download dffml.util.net.cached_download_unpack_archiveto 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 dirctory with
-static api.jsfile serving with the-jsflag- Docs page for JavaScript example
- Static file serving from a dirctory with
- shouldi got an operation to run golangci-lint on Golang code
Fixed
- Port assignment for the HTTP API via the
-portflag
Changed
repo/Repotorecord/Record- Definitions with a
speccan use thesubspecparameter to declare that they
are a list or a dict where the values are of thespectype. Rather than the
list or dict itself being of thespectype. - 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