This repository was archived by the owner on Aug 25, 2024. It is now read-only.
0.3.6 Alpha Release
Pre-release
Pre-release
[0.3.6] - 2020-04-04
Added
- Operations for taking input from the user
AcceptUserInputand for printing the outputprint_output - Hugging Face Transformers tensorflow based NER models.
- PNG ConfigLoader for reading images as arrays to predict using MNIST trained models
- Docstrings and doctestable examples to
record.py. - Inputs can be validated using operations
validateparameter inInputtakesOperation.instance_name
- New db source can utilize any database that inherits from
BaseDatabase - Logistic Regression with SAG optimizer
- shouldi got an operation to run cargo-audit on rust code.
- Moved all the downloads to tests/downloads to speed the CI test.
- Test tensorflow DNNEstimator documentation exaples in CI
- Add python code for tensorflow DNNEstimator
- Ability to run a subflow as if it were an operation using the
dffml.dataflow.runoperation. - Support for operations without inputs.
- Partial doctestable examples to
features.py - Doctestable examples for
BaseSource - Instructions for setting up debugging environment in VSCode
Fixed
- New model tutorial mentions file paths that should be edited.
- DataFlow is no longer a dataclass to prevent it from being exported
incorrectly. operations_parameter_set_pairsmoved toMemoryOrchestratorContext- Ignore generated files in
docs/plugins/ - Treat
"~"as the the home directory rather than a literal - Windows support by selecting
asyncio.ProactorEventLoopand not using
asyncio.FastChildWatcher. - Moved SLR into the main dffml package and removed
scratch:slr.
Changed
- Refactor
model/tensroflow