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 30, 2024
1 parent f69899c commit 4bec188
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.2.6
- [BUG] fix the calculation of the SHAP feature importance for multi-class
- [ENHANCEMENT] Update pandas aggregation to get rid of the future deprecation warnings

# 2.2.5
- [BUG] fix the calculation of the SHAP feature importance for multi-class
- [ENHANCEMENT] return the feature for the importance
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.5
version: 2.2.6
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.5"
release = "2.2.6"

# 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.2.5"
__version__ = "2.2.6"

0 comments on commit 4bec188

Please sign in to comment.