Skip to content

Commit

Permalink
release (#4360)
Browse files Browse the repository at this point in the history
Release v0.82.0
  • Loading branch information
MichaelFu512 authored Nov 3, 2023
1 parent 735ca67 commit 4cd63ed
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion docs/source/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,26 @@
Release Notes
-------------
**Future Releases**
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes

.. warning::

**Breaking Changes**


**v0.82.0 Nov 3, 2023**
* Enhancements
* Changed target name/series ID divider and added ability to return series ID column with predictions :pr:`4357`
* Fixes
* Changes
* Pinned networkx version below 3.2 for Python version compatibility :pr:`4351`
* Documentation Changes
* Added multiseries time series section to user guide in documentation :pr:`4355`
* Updated release guide to include an FAQ section about fixing github actions :pr:`4346`
* Updated release guide to include an FAQ section about fixing github actions :pr:`4346`
* Testing Changes

.. warning::
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.81.1"
__version__ = "0.82.0"

0 comments on commit 4cd63ed

Please sign in to comment.