Skip to content

Commit

Permalink
chore: 🔖 bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Bury committed Aug 11, 2023
1 parent 0853c3e commit 4ee69b3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes

# 2.0.7
- implement link for the lasso feature selection, e.g. log for ensuring positivity
# 2.0.6
- downgrade the lightgbm version to 3.3.1 for compatibility reasons (with optuna for instance)
## 2.0.5
- Fix: strictly greater than threshold rather than geq in the base threshold transformer
- Update: due to a change in the lightgbm train API (v4), update the code for GBM
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ keywords:
- "Machine Learning"
license: MIT License
url: 'https://github.com/ThomasBury/arfs'
version: 2.0.6
version: 2.0.7
date-released: 2021-12-18
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
author = "Thomas Bury"

# The full version, including alpha/beta/rc tags
release = "2.0.6"
release = "2.0.7"

# If extensions (or modules to document with autodoc) are in another
# directory, add these directories to sys.path here. If the directory is
Expand Down
2 changes: 1 addition & 1 deletion src/arfs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""init module, providing information about the arfs package
"""

__version__ = "2.0.6"
__version__ = "2.0.7"

0 comments on commit 4ee69b3

Please sign in to comment.