Skip to content

Commit

Permalink
Prep for release v0.2.0-beta.2 (#167)
Browse files Browse the repository at this point in the history
Prep for release v0.2.0-beta.2 ...

Co-authored-by: Amirhessam Tahmassebi <admin@slickml.com>
  • Loading branch information
amirhessam88 and Amirhessam Tahmassebi authored Nov 14, 2022
1 parent df29d0c commit 0179a33
Show file tree
Hide file tree
Showing 7 changed files with 415 additions and 271 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
os: ["ubuntu-latest"]
python-version: ["3.8"]
steps:
#----------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
strategy:
fail-fast: false
matrix:
# TODO(amir): turn on `macos-latest` and `windows-latest`
os: [ubuntu-latest]
# TODO(amir): enable `windows-latest`, `macos-latest` and fix possible `poetry` issues and glmnet
os: ["ubuntu-latest"]
python-version: ["3.8", "3.9", "3.10"]
steps:
#----------------------------------------------
Expand Down
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,28 @@
- We follow [Semantic Versioning](http://semver.org/) to document any notable changes.
- Please checkout [SlickML Official Releases](https://github.com/slickml/slick-ml/releases) for more details.

---

---
## 📍 Unreleased Version X.X.X - XXXX-XX-XX

### 🛠 Fixed

### 🔥 Added
---

## 📍 Version 0.2.0-beta.1 - 2022-11-13

### 🛠 Fixed
- [#167](https://github.com/slickml/slick-ml/pull/167), [#160](https://github.com/slickml/slick-ml/pull/160) fixed `dependencies`, `tox.ini` and `README.md`.
- [#164](https://github.com/slickml/slick-ml/pull/164) refactored `XGBoostBayesianOptimizer` class.
- [#161](https://github.com/slickml/slick-ml/pull/161) fixed `XGBoostFeatureSelector` `callbacks` to work smoothly.
- [#157](https://github.com/slickml/slick-ml/pull/157) fixed `codecov-action` to use `v3`.
- [#156](https://github.com/slickml/slick-ml/pull/156) refactored `XGBoostFeatureSelector` class.
- [#155](https://github.com/slickml/slick-ml/pull/155) fixed default PR reviewers.
### 🔥 Added
- [#162](https://github.com/slickml/slick-ml/pull/162) added `BaseXGBoostEstimator` class.
- [#158](https://github.com/slickml/slick-ml/pull/158) added `conftest.py` for `pytest` unit-tests.
- [#153](https://github.com/slickml/slick-ml/pull/153), [#159](https://github.com/slickml/slick-ml/pull/159) added ascii banner arts to `poe greet` command.

---

Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
<div align="center">

[![build](https://github.com/slickml/slick-ml/actions/workflows/ci.yml/badge.svg)](https://github.com/slickml/slick-ml/actions/workflows/ci.yml)
[![docs](https://github.com/slickml/slick-ml/actions/workflows/cd.yml/badge.svg)](https://github.com/slickml/slick-ml/actions/workflows/cd.yml)
[![codecov](https://codecov.io/gh/slickml/slick-ml/branch/master/graph/badge.svg?token=Z7XP51MB4K)](https://codecov.io/gh/slickml/slick-ml)
![dependencies](https://img.shields.io/librariesio/github/slickml/slick-ml)
[![license](https://img.shields.io/github/license/slickml/slick-ml)](https://github.com/slickml/slick-ml/blob/master/LICENSE/)
[![downloads](https://pepy.tech/badge/slickml)](https://pepy.tech/project/slickml)
![pypi_version](https://img.shields.io/pypi/v/slickml)
![python_version](https://img.shields.io/pypi/pyversions/slickml)
[![slack_invite](https://badgen.net/badge/Join/SlickML%20Slack/purple?icon=slack)](https://www.slickml.com/slack-invite)
![twitter_url](https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Ftwitter.com%2FSlickML)


</div>

<p align="center">
<a href="https://www.docs.slickml.com/">
Expand Down
Loading

0 comments on commit 0179a33

Please sign in to comment.