Skip to content

Commit

Permalink
chore: 🔖 bump version number and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Bury committed Nov 28, 2023
1 parent 9c04236 commit 02616fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Changes
# 2.2.1
- [BUG] add copy() to prevent modifying the input pandas DF in the mrmr when fitting the mrmr selector
# 2.2.0
- [BUG] fix the collinearity feature elimination
- [BUG] fix the feature importance if fasttreeshap not installed
Expand Down
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.0"
release = "2.2.1"

# 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.0"
__version__ = "2.2.1"

0 comments on commit 02616fa

Please sign in to comment.