This repository was 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
AsyncExitStackTestCasewhich instantiates and enters async and non-async
contextlibexit 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
opuseselfto reference
theOperationImplementationContext. - Negative values are correctly parsed when input via the command line.
- Do not lowercase development mode install location when reporting version.