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

Update metar.py default year, month to keyword-only and None #1523

Merged
merged 2 commits into from Oct 2, 2020
Merged

Update metar.py default year, month to keyword-only and None #1523

merged 2 commits into from Oct 2, 2020

Commits on Oct 2, 2020

  1. Update metar.py default year, month to keyword-only and None

    `parse_metar_to_dataframe` and `parse_metar_file` relied on defaulting
    to `datetime.now` sequentially in function signature. Now defaults to
    `None` and on None sets unspecified year and/or month to same `now`.
    dcamron committed Oct 2, 2020
    Copy the full SHA
    d9ebf86 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    75e4fba View commit details
    Browse the repository at this point in the history