Skip to content

Backports for v0.16.1 #3253

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

Merged
merged 3 commits into from
Apr 8, 2025
Merged

Backports for v0.16.1 #3253

merged 3 commits into from
Apr 8, 2025

Conversation

lostella
Copy link
Contributor

@lostella lostella commented Apr 8, 2025

Description of changes: backporting changes

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Please tag this pr with at least one of these labels to make our release process faster: BREAKING, new feature, bug fix, other change, dev setup

shchur and others added 2 commits April 8, 2025 13:21
*Issue #, if available:*

*Description of changes:*
- Currently, the incorrect type hint makes it impossible to set
`scaling=None` for TiDE, PatchTST, DLinear and LagTST models. If user
sets `scaling=None`, Pydantic will raise the ValidationError. This PR
fixes this issue.


By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.


**Please tag this pr with at least one of these labels to make our
release process faster:** BREAKING, new feature, bug fix, other change,
dev setup
*Issue #, if available:*

*Description of changes:*


By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.


**Please tag this pr with at least one of these labels to make our
release process faster:** BREAKING, new feature, bug fix, other change,
dev setup
@lostella lostella changed the base branch from dev to v0.16.x April 8, 2025 11:24
@lostella lostella added the backport This PR backports changes to old releases label Apr 8, 2025
@lostella lostella requested a review from shchur April 8, 2025 11:26
@shchur
Copy link
Contributor

shchur commented Apr 8, 2025

One more minor fix for a FutureWarning: #3254. Do you think we can squeeze that into 0.16.1?

…silence the FutureWarning (awslabs#3254)

*Issue #, if available:*

*Description of changes:*
- Set `observed=True` inside `DataFrame.groupby` in `PandasDataset` to
silence the FutureWarning. Relevant pandas documentation:
https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.groupby.html#pandas-dataframe-groupby.


By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.


**Please tag this pr with at least one of these labels to make our
release process faster:** BREAKING, new feature, bug fix, other change,
dev setup
@lostella
Copy link
Contributor Author

lostella commented Apr 8, 2025

@shchur added

Copy link
Contributor

@shchur shchur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@lostella lostella merged commit a164967 into awslabs:v0.16.x Apr 8, 2025
17 of 18 checks passed
@lostella lostella deleted the backport-0.16.1 branch April 8, 2025 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport This PR backports changes to old releases
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants