Breaking Changes
- NWS class
get_gridpoints_forecast
andget_gridpoints_forecast_hourly
now return all data underproperties
key rather than only theperiods
data. This does not impact the use ofSimpleNWS
class.
What's Changed
- Add metadata to SimpleNWS by @kamiyo in #214
- Fix typing forecast by @MatthewFlamm in #216
New Contributors
Full Changelog: v1.8.2...v2.0.0