Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

0.3.5 Alpha Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@johnandersen777 johnandersen777 released this 10 Mar 23:01

[0.3.5] - 2020-03-10

Added

  • Parent flows can now forward inputs to active contexts of subflows.
    • forward parameter in DataFlow
    • subflow in OperationImplementationContext
  • Documentation on writing examples and running doctests
  • Doctestable Examples to high-level API.
  • Shouldi got an operation to run npm-audit on JavaScript code
  • Docstrings and doctestable examples for record.py (features and evaluated)
  • Simplified model API with SimpleModel
  • Documentation on how DataFlows work conceptually.
  • Style guide now contains information on class, variable, and function naming.

Changed

  • Restructured contributing documentation
  • Use randomly generated data for scikit tests
  • Change Core to Official to clarify who maintains each plugin
  • Name of output of unsupervised model from "Prediction" to "cluster"
  • Test scikit LR documentation examples in CI
  • Create a fresh archive of the git repo for release instead of cleaning
    existing repo with git clean for development service release command.
  • Simplified SLR tests for scratch model
  • Test tensorflow DNNClassifier documentation exaples in CI
  • config directories and files associated with ConfigLoaders have been renamed
    to configloader.
  • Model config directory parameters are now pathlib.Path objects
  • New model tutorial and skel/model use simplifeid model API.