Skip to content

Commit

Permalink
chore: 🔖 bump version number and add to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBury committed Feb 9, 2024
1 parent 8a92f72 commit 7ba9bd8
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,4 +1,8 @@
# Changes

# 2.2.3
- [BUG] change the default of the weighted correlation for consistency with existing doc
- [ENHANCEMENTS] speedup the correlation feature selector
# 2.2.1
- [BUG] add copy() to prevent modifying the input pandas DF in the mrmr when fitting the mrmr selector
# 2.2.0
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.2
version: 2.2.3
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.2"
release = "2.2.3"

# 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.2"
__version__ = "2.2.3"

0 comments on commit 7ba9bd8

Please sign in to comment.