MatthewFlamm / pynws

⛈️ A python library to asynchronously retrieve weather observation from NWS/NOAA
MIT License
33 stars 10 forks source link

Bump metar from 1.9.0 to 1.11.0 #124

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps metar from 1.9.0 to 1.11.0.

Release notes

Sourced from metar's releases.

python-metar 1.11.0 Release

metar-1.11.0 (5 July 2023)

This release adds a missing type hint and supports Python 3.12.

  • #174 Fix Type Hints.
  • #176 Python 3.12.

python-metar 1.10.0 release

This release adds type hints and supports Python 3.11.

  • #169 Add Type Hints.
Changelog

Sourced from metar's changelog.

Change Log

metar-1.11.0 (5 July 2023)

This release adds a missing type hint and supports Python 3.12.

  • #174 Fix Type Hints.
  • #176 Python 3.12.

metar-1.10.0 (18 May 2023)

This release adds type hints and supports Python 3.11.

  • #169 Add Type Hints.

metar-1.9.0 (2 January 2022)

This release is mostly a maintanence release with one small API break that was unused within this library.

  • #110 API Break, Remove unused/broken position.getdistance API.
  • #139 Defaults wind speed units to knots for sites with US identifiers and meters per second for all others.
  • #147 Allow parsing of METARs with wind and visibility after the sky condition group.
  • #148 Parse sea level pressure (SLP) when found after the altimeter value.
  • #24 Fix parsing of runway identifier in windshear group.
  • #136 Allow for one digit temperatures.
  • #156 Rename master branch to main.

metar-1.8.0 (28 December 2020)

This release is a bug fix and enhancement release with no known API breakages. The highlights include:

  • #84 handle METAR strings that end with =.
  • #121 allow METAR with COR AUTO to be parsed.
  • #114 parse METARs with multiple BECOMING groups.
  • #107 correct the default units for runway visual range.
  • #26 fix parsing of //// in runway visual.

Unrelated to library improvements, numerous improvements to the build infrasture and code formatting were made.

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)