-
Notifications
You must be signed in to change notification settings - Fork 130
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
Breaking changes in pandas 1.5.0 #1049
Labels
bug
Something isn't working
Comments
According to release notes, the error class has been moved to |
I'd suggest using Auditing for usage of the other classes moved in pandas-dev/pandas#27656:
I don't find any other occurrences. |
tsibley
added a commit
that referenced
this issue
Sep 19, 2022
Pandas 1.5.0 was released earlier this morning and moved an exception class we use. Routine CI caught this backwards-incompatible change affecting our error handling for `augur filter --query …` evaluation. I audited for usage of other exceptions moved in the same upstream change (as noted in the release notes) and found none in Augur. Resolves: <#1049> Related-to: <pandas-dev/pandas#27656>
tsibley
added a commit
that referenced
this issue
Sep 19, 2022
Pandas 1.5.0 was released earlier this morning and moved an exception class we use. Routine CI caught this backwards-incompatible change affecting our error handling for `augur filter --query …` evaluation. I audited for usage of other exceptions moved in the same upstream change (as noted in the release notes) and found none in Augur. Resolves: <#1049> Related-to: <pandas-dev/pandas#27656>
tsibley
added a commit
that referenced
this issue
Sep 19, 2022
Pandas 1.5.0 was released earlier this morning and moved an exception class we use. Routine CI caught this backwards-incompatible change affecting our error handling for `augur filter --query …` evaluation. I audited for usage of other exceptions moved in the same upstream change (as noted in the release notes) and found none in Augur. Resolves: <#1049> Related-to: <pandas-dev/pandas#27656>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Augur CI failures just now on master (triggered by my merge of #1010) seem to be an symptom of pandas 1.5.0, released ~3 hours ago.
From what I've seen so far, this appears to be limited to our error handling around
augur filter --query
so won't appear for users unless they have a bad query.The text was updated successfully, but these errors were encountered: