Skip to content

Commit 33f626a

Browse files
authored
Remove client package from repository (#153)
The protobuf definitions and the client should be maintained in separate repositories for better modularity and maintainability. This PR removes the client from this repository, ensuring that only the protobuf specifications remain here. The client will be migrated to [frequenz-client-weather-python](https://github.com/frequenz-floss/frequenz-client-weather-python).
2 parents 1f7e7ba + ccd2e42 commit 33f626a

10 files changed

+3
-1459
lines changed

RELEASE_NOTES.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
horizon of returned forecasts. When not specified, forecasts with their
1616
minimum/maximum available horizon will be returned.
1717

18-
* Add a function to the client to upsample forecast data.
18+
* ~~Add a function to the client to upsample forecast data.~~ The client will be moved to
19+
[frequenz-client-weather-python](https://github.com/frequenz-floss/frequenz-client-weather-python).
1920

2021
<!-- Here goes the main new features and examples or instructions on how to use them -->
2122

examples/stream_live_forecast.py

-59
This file was deleted.

py/frequenz/client/weather/__init__.py

-9
This file was deleted.

py/frequenz/client/weather/_client.py

-119
This file was deleted.

py/frequenz/client/weather/_historical_forecast_iterator.py

-104
This file was deleted.

0 commit comments

Comments
 (0)