Skip to content

Commit

Permalink
MNT bump to version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhiningLiu1998 committed Jul 22, 2023
1 parent 5fb2685 commit 9892cdb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions docs/source/release_history.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Release History
***************

Version 0.2.1 (2023.07)
=========================

Maintenance:

- Bump supported scikit-learn version to ``1.3.0``.
- Update requirements for building documentation with ``sphinx``.
- Remove redundant doc (``auto_examples`` and ``back_references``) files in the source distribution.

Bug Fixes:

- Fix ``AttributeError`` in :class:`imbens.ensemble.BalancedRandomForestClassifier`.
- Fix several bugs encountered in CI.

Version 0.2.0 (2023.02)
=========================

Expand Down
2 changes: 1 addition & 1 deletion imbens/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
#

__version__ = "0.2.0"
__version__ = "0.2.1"

0 comments on commit 9892cdb

Please sign in to comment.