Skip to content

Commit

Permalink
sklearn_evaluation release 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
edublancas committed Feb 8, 2024
1 parent 397f7ee commit 7bf0658
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# CHANGELOG

## 0.12.1dev
## 0.12.1 (2024-02-07)

- [Feature] Adds `ploomber-extension` as dependency
- [Doc] Added example for `.upsert_append()`
- [Feature] Support for mistune v3, altair v5
- [Doc] Added example for `.upsert_append()`

## 0.12.0 (2023-03-23)

Expand Down
2 changes: 1 addition & 1 deletion src/sklearn_evaluation/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.12.1dev"
__version__ = "0.12.1"

from sklearn_evaluation.evaluator import ClassifierEvaluator
from sklearn_evaluation.nb.NotebookIntrospector import NotebookIntrospector
Expand Down

0 comments on commit 7bf0658

Please sign in to comment.