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

Backports for v0.16.0 #3235

Merged
merged 3 commits into from
Nov 7, 2024
Merged

Conversation

lostella
Copy link
Contributor

@lostella lostella commented Nov 7, 2024

Description of changes: Backporting PRs

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:* Python 3.8 reached EOL, and some packages are
not distributed for it in their latest versions.

*Description of changes:*
- update github workflows to run on Python (up to) 3.11
- fix tests and testutils that would break on 3.11
- delete some unused workflows
- update sphinx version used in the docs build workflow


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:* fixes awslabs#3229, pandas changes in frequency
strings broke some of our logic.

*Description of changes:* Add missing frequency strings in
_tsf_datasets.py, and get rid of other frequency-related warnings with
other datasets. I tested the change by running the following script:

```python
from gluonts.dataset.repository import get_dataset, dataset_names

skip = [
    "m3_monthly",
    "m3_yearly",
    "m3_quarterly",
    "m3_other",
    "m5",
]

for dataset_name in dataset_names:
    if dataset_name in skip:
        continue
    print(dataset_name)
    dataset = get_dataset(dataset_name, regenerate=True)
```


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:* 
- https://github.com/awslabs/gluonts/security/dependabot/31
- https://github.com/awslabs/gluonts/security/dependabot/32

*Description of changes:*
- Update waitress to the minimum recommended version as per the above
issues
- Update flask to the latest release
- Enable gluonts.shell tests in the PyTorch tests workflow


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 added backport This PR backports changes to old releases pr:docs-build-notebook Build notebooks for pull-request. labels Nov 7, 2024
@lostella lostella requested a review from shchur November 7, 2024 08:52
@lostella lostella merged commit 8bc68e6 into awslabs:v0.16.x Nov 7, 2024
18 checks passed
@lostella lostella deleted the backports-v0.16.x-20241107 branch November 7, 2024 09:23
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 pr:docs-build-notebook Build notebooks for pull-request.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants