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

0.3.2 Alpha Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@johnandersen777 johnandersen777 released this 03 Jan 22:19

[0.3.2] - 2020-01-03

Added

  • scikit models
    • Classifiers
      • LogisticRegression
      • GradientBoostingClassifier
      • BernoulliNB
      • ExtraTreesClassifier
      • BaggingClassifier
      • LinearDiscriminantAnalysis
      • MultinomialNB
    • Regressors
      • ElasticNet
      • BayesianRidge
      • Lasso
      • ARDRegression
      • RANSACRegressor
      • DecisionTreeRegressor
      • GaussianProcessRegressor
      • OrthogonalMatchingPursuit
      • Lars
      • Ridge
  • AsyncExitStackTestCase which instantiates and enters async and non-async
    contextlib exit stacks. Provides temporary file creation.
  • Automatic releases to PyPi via GitHub Actions
  • Automatic documentation deployment to GitHub Pages
  • Function to create a config class dynamically, analogous to make_dataclass

Changed

  • CLI tests and integration tests derive from AsyncExitStackTestCase
  • SciKit models now use the auto args and config methods.

Fixed

  • Correctly identify when functions decorated with op use self to reference
    the OperationImplementationContext.
  • Negative values are correctly parsed when input via the command line.
  • Do not lowercase development mode install location when reporting version.