Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.81.0 #4329

Merged
merged 4 commits into from
Oct 5, 2023
Merged

Release v0.81.0 #4329

merged 4 commits into from
Oct 5, 2023

Conversation

MichaelFu512
Copy link
Contributor

@MichaelFu512 MichaelFu512 commented Oct 5, 2023

Pull Request Description

* Enhancements
    * Extended STLDecomposer to support multiseries :pr:`4253`
    * Extended TimeSeriesImputer to support multiseries :pr:`4291`
    * Added datacheck to check for mismatched series length in multiseries :pr:`4296`
    * Added STLDecomposer to multiseries pipelines :pr:`4299`
    * Extended DateTimeFormatCheck data check to support multiseries :pr:`4300`
    * Extended TimeSeriesRegularizer to support multiseries :pr:`4303`
* Fixes
    * Fixed forecast period generation function for multiseries :pr:`4320`
    * Fixed bug in ``STLDecomposer.inverse_transform`` causing incorrect seasonality projections :pr:`4328`
* Changes
    * Updated ``split_data`` to call ``split_multiseries_data`` when passed stacked multiseries data :pr:`4312`
    * Pinned pandas version under 2.1.0 :pr:`4315`
    * Increased minimum numpy version :pr:`4321`
* Documentation Changes
    * Removed LightGBM's excessive amount of warnings :pr:`4308`
* Testing Changes
    * Removed old performance testing workflow :pr:`4318`

After creating the pull request: in order to pass the release_notes_updated check you will need to update the "Future Release" section of docs/source/release_notes.rst to include this pull request by adding :pr:123.

@codecov
Copy link

codecov bot commented Oct 5, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (6b291b6) 99.7% compared to head (fb85102) 99.7%.

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #4329   +/-   ##
=====================================
  Coverage   99.7%   99.7%           
=====================================
  Files        357     357           
  Lines      39869   39869           
=====================================
  Hits       39749   39749           
  Misses       120     120           
Files Coverage Δ
evalml/__init__.py 100.0% <100.0%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@MichaelFu512 MichaelFu512 marked this pull request as ready for review October 5, 2023 16:57
@MichaelFu512 MichaelFu512 enabled auto-merge (squash) October 5, 2023 17:08
docs/source/release_notes.rst Outdated Show resolved Hide resolved
@MichaelFu512 MichaelFu512 merged commit 7780d80 into main Oct 5, 2023
25 checks passed
@MichaelFu512 MichaelFu512 deleted the release_v0.81.0 branch October 5, 2023 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants