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

Miscellaneous Cleanups #830

Merged
merged 11 commits into from
Nov 15, 2024
Merged

Miscellaneous Cleanups #830

merged 11 commits into from
Nov 15, 2024

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    e82bc09 View commit details
    Browse the repository at this point in the history
  2. MNT: Remove TODO.md

    This hasn't been touched in 9 years and is out of date.
    dopplershift committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    7d3a89a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2e95bf View commit details
    Browse the repository at this point in the history
  4. 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().
    dopplershift committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    8df8766 View commit details
    Browse the repository at this point in the history
  5. DOC: Fix up type in docstring

    This fixes a code analysis error in PyCharm.
    dopplershift committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    4b7d311 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3e86541 View commit details
    Browse the repository at this point in the history
  7. 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.
    dopplershift committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    54f9eb2 View commit details
    Browse the repository at this point in the history
  8. MNT: Make default test suite config more picky

    Set xfail_strict to true and also make warnings trigger errors.
    dopplershift committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    a2b5307 View commit details
    Browse the repository at this point in the history
  9. MNT: Bump minimum xarray to 2022.6.0

    Cleans up a warning with little change in the support window.
    dopplershift committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    c7bac25 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fa4f169 View commit details
    Browse the repository at this point in the history
  11. MNT: Enable Sphinx nitpicky mode

    Also clean up a bunch of issues with references found by nitpicky mode.
    dopplershift committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    74b01ef View commit details
    Browse the repository at this point in the history