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 Apr 29, 2024
1 parent 33469b7 commit 2ccf544
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 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.2.5
- [BUG] fix the calculation of the SHAP feature importance for multi-class
- [ENHANCEMENT] return the feature for the importance

# 2.2.4
- [BUG] add axis=1 to compute the max on the right dimension in _reduce_vars_sklearn
- [BUG] remove merge causing duplication of the feature importance in _reduce_vars_sklearn
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ keywords:
- "Machine Learning"
license: MIT License
url: 'https://github.com/ThomasBury/arfs'
version: 2.2.4
version: 2.2.5
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.2.4"
release = "2.2.5"

# 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 docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
lightgbm==3.3.1
lightgbm>=3.3.1
matplotlib>=3.5
numpy>=1.21
pandas>=1.4
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.2.4"
__version__ = "2.2.5"

0 comments on commit 2ccf544

Please sign in to comment.