Skip to content

Commit

Permalink
Release v0.66.1 (#3961)
Browse files Browse the repository at this point in the history
  • Loading branch information
chukarsten committed Jan 27, 2023
1 parent 2dcdcba commit 4346ccd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ Release Notes
**Future Releases**
* Enhancements
* Fixes
* Updated ``LabelEncoder`` to store the original typing information :pr:`3960`
* Fixed bug where all-null ``BooleanNullable`` columns would break the imputer during transform :pr:`3959`
* Changes
* Documentation Changes
* Testing Changes
Expand All @@ -14,6 +12,11 @@ Release Notes
**Breaking Changes**


**v0.66.1 Jan. 26, 2023**
* Fixes
* Updated ``LabelEncoder`` to store the original typing information :pr:`3960`
* Fixed bug where all-null ``BooleanNullable`` columns would break the imputer during transform :pr:`3959`

**v0.66.0 Jan. 24, 2023**
* Enhancements
* Improved decomposer ``determine_periodicity`` functionality for better period guesses :pr:`3912`
Expand Down
2 changes: 1 addition & 1 deletion evalml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
warnings.filterwarnings("ignore", category=FutureWarning)
warnings.filterwarnings("ignore", category=DeprecationWarning)

__version__ = "0.66.0"
__version__ = "0.66.1"

0 comments on commit 4346ccd

Please sign in to comment.