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

gluonts.ev: Rework exports. #2928

Merged
merged 1 commit into from
Jun 23, 2023
Merged

gluonts.ev: Rework exports. #2928

merged 1 commit into from
Jun 23, 2023

Conversation

jaheba
Copy link
Contributor

@jaheba jaheba commented Jun 23, 2023

We used to export everything directly under gluonts.ev. Now one needs to explicitly use the submodule:

# before
from gluonts.ev import mase

# after
from gluonts.ev.metrics import mase

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 the BREAKING This is a breaking change (one of pr required labels) label Jun 23, 2023
@jaheba jaheba merged commit e6a422c into awslabs:dev Jun 23, 2023
20 of 21 checks passed
@jaheba jaheba deleted the ev-imports branch June 23, 2023 07:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BREAKING This is a breaking change (one of pr required labels)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants