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
[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
- Classifiers
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
useself
to reference
theOperationImplementationContext
. - Negative values are correctly parsed when input via the command line.
- Do not lowercase development mode install location when reporting version.