Pynws

Latest version: v2.0.0

Safety actively analyzes 714815 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

1.5.1

What's Changed
* Pre commit by MatthewFlamm in https://github.com/MatthewFlamm/pynws/pull/122
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/MatthewFlamm/pynws/pull/123
* Bump pytest-asyncio from 0.21.0 to 0.21.1 by dependabot in https://github.com/MatthewFlamm/pynws/pull/125
* Bump metar from 1.9.0 to 1.11.0 by dependabot in https://github.com/MatthewFlamm/pynws/pull/124
* Bump aiohttp from 3.8.4 to 3.8.5 by dependabot in https://github.com/MatthewFlamm/pynws/pull/128
* Bump pylint from 2.17.4 to 2.17.5 by dependabot in https://github.com/MatthewFlamm/pynws/pull/129
* Fix null value in qv for forecast by MatthewFlamm in https://github.com/MatthewFlamm/pynws/pull/130
* Bump version 1.5.1 by MatthewFlamm in https://github.com/MatthewFlamm/pynws/pull/132

New Contributors
* pre-commit-ci made their first contribution in https://github.com/MatthewFlamm/pynws/pull/123

**Full Changelog**: https://github.com/MatthewFlamm/pynws/compare/v1.5.0...v1.5.1

1.5.0

What's Changed
* Suppress missing values from detailed forecast results by lymanepp in https://github.com/MatthewFlamm/pynws/pull/89
* Test Python 3.11; drop Python 3.7 by MatthewFlamm in https://github.com/MatthewFlamm/pynws/pull/93
* Raise error for naive timezone in start, better error message by MatthewFlamm in https://github.com/MatthewFlamm/pynws/pull/94
* Dependabot enable by MatthewFlamm in https://github.com/MatthewFlamm/pynws/pull/96
* Bump black from 22.3.0 to 23.1.0 by dependabot in https://github.com/MatthewFlamm/pynws/pull/98
* Bump isort from 5.10.1 to 5.12.0 by dependabot in https://github.com/MatthewFlamm/pynws/pull/97
* Pin test versions by MatthewFlamm in https://github.com/MatthewFlamm/pynws/pull/99
* devcontainer support by MatthewFlamm in https://github.com/MatthewFlamm/pynws/pull/100
* Bump black from 23.1.0 to 23.3.0 by dependabot in https://github.com/MatthewFlamm/pynws/pull/101
* Bump pytest from 7.2.2 to 7.3.0 by dependabot in https://github.com/MatthewFlamm/pynws/pull/102
* Bump mypy from 1.1.1 to 1.2.0 by dependabot in https://github.com/MatthewFlamm/pynws/pull/104
* Bump pylint from 2.17.1 to 2.17.2 by dependabot in https://github.com/MatthewFlamm/pynws/pull/103
* Bump pytest from 7.3.0 to 7.3.1 by dependabot in https://github.com/MatthewFlamm/pynws/pull/105
* Bump pylint from 2.17.2 to 2.17.3 by dependabot in https://github.com/MatthewFlamm/pynws/pull/106
* Bump pylint from 2.17.3 to 2.17.4 by dependabot in https://github.com/MatthewFlamm/pynws/pull/107
* Bump mypy from 1.2.0 to 1.3.0 by dependabot in https://github.com/MatthewFlamm/pynws/pull/108
* Bump pytest-cov from 4.0.0 to 4.1.0 by dependabot in https://github.com/MatthewFlamm/pynws/pull/110
* Bump pytest from 7.3.1 to 7.3.2 by dependabot in https://github.com/MatthewFlamm/pynws/pull/111
* Update github actions by MatthewFlamm in https://github.com/MatthewFlamm/pynws/pull/112
* Bump actions/setup-python from 1 to 4 by dependabot in https://github.com/MatthewFlamm/pynws/pull/114
* Bump actions/checkout from 2 to 3 by dependabot in https://github.com/MatthewFlamm/pynws/pull/113
* Bump mypy from 1.3.0 to 1.4.1 by dependabot in https://github.com/MatthewFlamm/pynws/pull/115
* Bump pytest from 7.3.2 to 7.4.0 by dependabot in https://github.com/MatthewFlamm/pynws/pull/116
* Update forecast test data responses by MatthewFlamm in https://github.com/MatthewFlamm/pynws/pull/118
* 1st class support for relative humidity in forecasts by lymanepp in https://github.com/MatthewFlamm/pynws/pull/117
* Convert dew point units to match temperature units by lymanepp in https://github.com/MatthewFlamm/pynws/pull/119
* use publish action by MatthewFlamm in https://github.com/MatthewFlamm/pynws/pull/120
* 1.5.0 by MatthewFlamm in https://github.com/MatthewFlamm/pynws/pull/121

New Contributors
* dependabot made their first contribution in https://github.com/MatthewFlamm/pynws/pull/98

**Full Changelog**: https://github.com/MatthewFlamm/pynws/compare/v1.4.1...v1.5.0

1.4.1

What's Changed
* Fix packages by MatthewFlamm in https://github.com/MatthewFlamm/pynws/pull/87
* v1.4.1 by MatthewFlamm in https://github.com/MatthewFlamm/pynws/pull/88


**Full Changelog**: https://github.com/MatthewFlamm/pynws/compare/v1.4.0...v1.4.1

1.4.0

What's Changed
* Add python 3.10 by MatthewFlamm in https://github.com/MatthewFlamm/pynws/pull/61
* Support for retrieval of all data for a gridpoint by lymanepp in https://github.com/MatthewFlamm/pynws/pull/65
* Python version remove 3.6 by MatthewFlamm in https://github.com/MatthewFlamm/pynws/pull/67
* Add Forecast Class by lymanepp in https://github.com/MatthewFlamm/pynws/pull/68
* Add debug logging and refactor responses by MatthewFlamm in https://github.com/MatthewFlamm/pynws/pull/69
* Detailed forecast cleanup by lymanepp in https://github.com/MatthewFlamm/pynws/pull/73
* Sort station observations at lower layer; Add latest observation by lymanepp in https://github.com/MatthewFlamm/pynws/pull/72
* Add start & end times to detailed hourly forecast by lymanepp in https://github.com/MatthewFlamm/pynws/pull/75
* Return detailed forecast values in implied metric units by lymanepp in https://github.com/MatthewFlamm/pynws/pull/78
* Use Python 3.10 for black and pylint by lymanepp in https://github.com/MatthewFlamm/pynws/pull/81
* Add typing to CI; Fix typing by MatthewFlamm in https://github.com/MatthewFlamm/pynws/pull/79
* Add isort to CI by lymanepp in https://github.com/MatthewFlamm/pynws/pull/83
* Fix pytest warnings by lymanepp in https://github.com/MatthewFlamm/pynws/pull/84
* Add or update type hints by lymanepp in https://github.com/MatthewFlamm/pynws/pull/82
* v1.4.0 by MatthewFlamm in https://github.com/MatthewFlamm/pynws/pull/86

New Contributors
* lymanepp made their first contribution in https://github.com/MatthewFlamm/pynws/pull/65

**Full Changelog**: https://github.com/MatthewFlamm/pynws/compare/v1.3.2...v1.4.0

1.3.2

This release keeps observations sorted (newest first) in SimpleNws. This was the native behavior of NWS until recently.

1.3.1

Fixes different unit code provided by NWS.

Page 2 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.