-
Notifications
You must be signed in to change notification settings - Fork 75
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
Miscellaneous Cleanups #830
Commits on Nov 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e82bc09 - Browse repository at this point
Copy the full SHA e82bc09View commit details -
This hasn't been touched in 9 years and is out of date.
Configuration menu - View commit details
-
Copy full SHA for 7d3a89a - Browse repository at this point
Copy the full SHA 7d3a89aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2e95bf - Browse repository at this point
Copy the full SHA f2e95bfView commit details -
MNT: Replace uses of datetime.utcnow()
For examples, switch to proper now(timezone.utc). In tests, timezone does not actually matter in those tests, so just use the simpler now().
Configuration menu - View commit details
-
Copy full SHA for 8df8766 - Browse repository at this point
Copy the full SHA 8df8766View commit details -
This fixes a code analysis error in PyCharm.
Configuration menu - View commit details
-
Copy full SHA for 4b7d311 - Browse repository at this point
Copy the full SHA 4b7d311View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e86541 - Browse repository at this point
Copy the full SHA 3e86541View commit details -
MNT: Be more specific filtering pandas warning
Use a context manager to only filter at the time we set the units attribute, which minimizes impact. It also helps silence warnings when running the test suite.
Configuration menu - View commit details
-
Copy full SHA for 54f9eb2 - Browse repository at this point
Copy the full SHA 54f9eb2View commit details -
MNT: Make default test suite config more picky
Set xfail_strict to true and also make warnings trigger errors.
Configuration menu - View commit details
-
Copy full SHA for a2b5307 - Browse repository at this point
Copy the full SHA a2b5307View commit details -
MNT: Bump minimum xarray to 2022.6.0
Cleans up a warning with little change in the support window.
Configuration menu - View commit details
-
Copy full SHA for c7bac25 - Browse repository at this point
Copy the full SHA c7bac25View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa4f169 - Browse repository at this point
Copy the full SHA fa4f169View commit details -
MNT: Enable Sphinx nitpicky mode
Also clean up a bunch of issues with references found by nitpicky mode.
Configuration menu - View commit details
-
Copy full SHA for 74b01ef - Browse repository at this point
Copy the full SHA 74b01efView commit details