π£ π₯ Changelog & ReleasesΒΆ
We follow Semantic Versioning to document any notable changes.
Please checkout SlickML Official Releases for more details.
π Unreleased Version X.X.X - XXXX-XX-XXΒΆ
π FixedΒΆ
π₯ AddedΒΆ
π Version 0.3.1 - 2024-07-25ΒΆ
π FixedΒΆ
#198 fixed minimum version of
scikit-learn
in dependencies to fixmetrics
bug.
π Version 0.3.0 - 2024-07-19ΒΆ
π FixedΒΆ
#195 fixed
CONTRIBUTING
docs with latest changes including python versions andtox
.
π₯ AddedΒΆ
π Version 0.3.0-beta - 2024-07-17ΒΆ
π FixedΒΆ
#190 re-ran all example notebooks and fixed all warnings.
#189 enabled poetry cache for each python versions in CI/CD.
#188 dropped python
v3.8
, upgraded dependencies, and adapted all unit-tests based on API changes.#186, #187 upgraded
codecov-action
version tov3.1.1
and fixedcodecov
badge in docs.
π₯ AddedΒΆ
π Version 0.2.1 - 2022-12-29ΒΆ
π FixedΒΆ
#174 fixed
badges
in API docs.
π₯ AddedΒΆ
π Version 0.2.0 - 2022-11-27ΒΆ
π FixedΒΆ
π₯ AddedΒΆ
#171 added
type-stubs
and rolled out type checking withmypy
across library.
π Version 0.2.0-beta.2 - 2022-11-13ΒΆ
π FixedΒΆ
π₯ AddedΒΆ
π Version 0.2.0-beta.1 - 2022-10-04ΒΆ
π FixedΒΆ
π₯ AddedΒΆ
π Version 0.2.0-beta - 2022-05-29ΒΆ
π FixedΒΆ
π₯ AddedΒΆ
π Version 0.1.5 - 2021-09-06ΒΆ
π FixedΒΆ
π₯ AddedΒΆ
#71 added
XGBoostRegressorBayesianOpt
andXGBoostRegressorHyperOpt
classes in optimization.
π Version 0.1.4 - 2021-05-31ΒΆ
π FixedΒΆ
π₯ AddedΒΆ
π Version 0.1.3 - 2021-05-15ΒΆ
π FixedΒΆ
π₯ AddedΒΆ
#68 added directories for
JOSS
andNeurIPS
papers.
π Version 0.1.2 - 2021-04-17ΒΆ
π FixedΒΆ
#64 updated
setup.py
with dynamic version and install requirements#63 fixed bugs in RegressionMetrics plotting. Now, the text label positions are dynamic and invariat of the data. Additionally, fixed the bug in coef. shapes in
GLMNet
classes.#63 updated all docstrings based on Scikit-Learn API
#61 updated
metrics.py
attributes API to end with under-score
π₯ AddedΒΆ
π Version 0.1.1 - 2021-03-18ΒΆ
π FixedΒΆ
π₯ AddedΒΆ
π Version 0.0.8 - 2021-02-17ΒΆ
π FixedΒΆ
π₯ AddedΒΆ
π Version 0.0.7 - 2020-09-27ΒΆ
π FixedΒΆ
#41 updated requirements for bayesian optimization, design pattern, classification examples
#38 fixed typos in README and bug in
df_to_csr
function#34 fixed formatting and import bugs in source code
#28 updated feature selection method from run to fit and removed X, y from init and added to fit to be similar to sklearn API.
#17 updated plotting to Matplotlib object oriented API
π₯ AddedΒΆ
#43 added BayesianOpt class
#38 added unit tests for classification
#37 added SHAP summary plots
#24 added XGBoostCVClassifier
#23 added examples for feature selection
#20 added
formatting.py
#15 added
feature_selection.py
andtests/
#12 added PEP8
#9 added plots for metrics and
utilities.py
#6 added logo design
#4 added
metrics.py
π Version 0.0.1 - 2020-08-31ΒΆ
π₯ AddedΒΆ
#2 initial ideas