Skip to content

Releases: frequenz-floss/frequenz-api-weather

v0.9.0

19 Nov 16:00
v0.9.0
8b34000
Compare
Choose a tag to compare

Frequenz Weather API Release Notes

Summary

Upgrading

  • The minimum required version of frequenz-client-base is now v0.8.0.

  • The Client now expects gRPC URLs to be this format required by the BaseApiClient.

New Features

Bug Fixes

What's Changed

Full Changelog: v0.8.0...v0.9.0

v0.8.0

24 Sep 10:06
v0.8.0
63d39ef
Compare
Choose a tag to compare

Frequenz Weather API Release Notes

Upgrading

  • The minimum required version of frequenz-api-common is now v0.6.0.

What's Changed

Full Changelog: v0.7.0...v0.8.0

v0.7.0

17 Sep 10:58
v0.7.0
1358ab4
Compare
Choose a tag to compare

Frequenz Weather API Release Notes

Upgrading

  • The to_array_vlf method now returns an array with the requested shape
    where missing data is set to NaN. This is a change in behavior and
    might require adjustments in the calling code, whereby the previous
    behavior could not be used in a reliable way.

What's Changed

  • Change handling of missing data in to_array_vlf method by @cwasicki in #132

Full Changelog: v0.6.0...v0.7.0

v0.6.0

04 Sep 13:47
v0.6.0
9eda8a1
Compare
Choose a tag to compare

Frequenz Weather API Release Notes

Upgrading

  • The minimum required version of frequenz-client-base is now 0.6.0.

What's Changed

  • Clear release notes by @shsms in #126
  • Update minimum required frequenz-client-base to 0.6.0 by @shsms in #130

Full Changelog: v0.5.0...v0.6.0

v0.5.0

08 Jul 10:25
v0.5.0
354537e
Compare
Choose a tag to compare

Frequenz Weather API Release Notes

Summary

This release introduces no new features other than a dependency update and is just to make the weather client compatible with the Frequenz SDK v1.0.0-rc700.

Upgrading

  • The minimum required version of frequenz-client-base is now 0.4.0

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0

16 May 09:05
v0.4.0
e324894
Compare
Choose a tag to compare

Frequenz Weather API Release Notes

Summary

This release primarily does some interface improvements and some dependency updates.

Upgrading

  • The location and pagination proto files are now again imported from the
    ´frequenz-api-common´ submodule instead of being imported from local files.
    The local files are removed.

  • The required version of the ´frequenz-channels` is updated to 1.0.0.

  • The required version of the ´frequenz-client-base` dependency is updated to v0.3.x.

New Features

  • The client has been extended to iterate over historical weather forecast data.

  • Historical location forecast data pages are now exposed as a flattened numpy array for easier use.

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

01 Mar 15:48
v0.3.0
705190b
Compare
Choose a tag to compare

Frequenz Weather API Release Notes

Summary

This release includes a breaking change to how validity_times are specified in
calls to Forecasts.to_ndarray_vlf. It also includes a couple of dependency
updates.

Upgrading

  • The required channels package version is now updated to 1.0.0b2

  • validity_times in the to_ndarray_vlf method on received Forecasts is now
    specified as a list of datetimes, and no longer a list of timedeltas.

New Features

Bug Fixes

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

10 Jan 15:12
05b72a8
Compare
Choose a tag to compare

Frequenz Weather API Release Notes

Summary

This release of the Frequenz Weather API adds support for streaming new
temperature and wind speed forecasts.

Upgrading

New Features

  • Add temperature 2m above ground.

  • Add eastward and northward components of wind speed at 10 m altitude.

  • Update the client to support the new temperature and 10m wind features.

Bug Fixes

What's Changed

  • Add wind 10m uv component features to proto specs by @cwasicki in #61
  • Clear RELEASE_NOTES.md by @shsms in #68
  • Run linters on the client code by @llucax in #73
  • Fix nox issues by @shsms in #70
  • Fix doc for 2m temperature in proto specs by @cwasicki in #75
  • Add client support 10m wind and temperature features by @shsms in #74
  • Clean up RELEASE_NOTES.md for release by @TalweSingh in #76

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

28 Dec 13:52
v0.1.0
aa1dbb4
Compare
Choose a tag to compare

Frequenz Weather API Release Notes

Summary

This is the first release of the Frequenz Weather API.

It includes protobuf definitions of the Weather API and a high-level
python client with support for streaming live weather forecasts.

Upgrading

New Features

Bug Fixes

What's Changed

New Contributors

Full Changelog: https://github.com/frequenz-floss/frequenz-api-weather/commits/v0.1.0