This repository has been 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.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 dirctory with
-static
api.js
file serving with the-js
flag- 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
-port
flag
Changed
repo
/Repo
torecord
/Record
- Definitions with a
spec
can use thesubspec
parameter to declare that they
are a list or a dict where the values are of thespec
type. Rather than the
list or dict itself being of thespec
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