Skip to content

Commit

Permalink
Release v0.69.0 (#4078)
Browse files Browse the repository at this point in the history
* Release v0.69.0

* Fixed release notes.
  • Loading branch information
chukarsten committed Mar 15, 2023
1 parent 20d5b2c commit 397776d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
17 changes: 12 additions & 5 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Release Notes
-------------
**Future Releases**
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes

.. warning::

**Breaking Changes**


**v0.69.0 Mar. 15, 2023**
* Enhancements
* Move black to regular dependency and use it for ``generate_pipeline_code`` :pr:`4005`
* Implement ``generate_pipeline_example`` :pr:`4023`
Expand All @@ -20,17 +32,12 @@ Release Notes
* Capped max ``holidays`` version to 0.21 :pr:`4064`
* Stop allowing ``knn`` as a boolean impute strategy :pr:`4058`
* Capped ``nbsphinx`` at < 0.9.0 :pr:`4071`
* Documentation Changes
* Testing Changes
* Use ``release.yaml`` for performance tests on merge to main :pr:`4007`
* Pin ``github-action-check-linked-issues`` at v1.4.5 :pr:`4042`
* Updated tests to support Woodwork's object dtype inference for numeric columns :pr:`4066`
* Updated ``TargetLeakageDataCheck`` tests to handle boolean targets properly :pr:`4066`

.. warning::

**Breaking Changes**

**v0.68.0 Feb. 15, 2023**
* Enhancements
* Integrated ``determine_periodicity`` into ``AutoMLSearch`` :pr:`3952`
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.68.0"
__version__ = "0.69.0"

0 comments on commit 397776d

Please sign in to comment.