Skip to content

Commit

Permalink
Release v0.77.0 (#4202)
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
jeremyliweishih committed Jun 8, 2023
1 parent 1cd5e5b commit 14b3436
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 deletions docs/source/release_notes.rst
@@ -1,6 +1,18 @@
Release Notes
-------------
**Future Releases**
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes

.. warning::

**Breaking Changes**


**v0.77.0 June. 07, 2023**
* Enhancements
* Added ``check_distribution`` function for determining if the predicted distribution matches the true one :pr:`4184`
* Added ``get_recommendation_score_breakdown`` function for insight on the recommendation score :pr:`4188`
Expand All @@ -14,10 +26,6 @@ Release Notes
* Testing Changes
* Run looking glass performance tests on merge via Airflow :pr:`4198`

.. warning::

**Breaking Changes**


**v0.76.0 May. 09, 2023**
* Enhancements
Expand Down
2 changes: 1 addition & 1 deletion evalml/__init__.py
Expand Up @@ -23,4 +23,4 @@
warnings.filterwarnings("ignore", category=FutureWarning)
warnings.filterwarnings("ignore", category=DeprecationWarning)

__version__ = "0.76.0"
__version__ = "0.77.0"

0 comments on commit 14b3436

Please sign in to comment.