Releases: aerisweather/python_sdk
v0.4.0
Version 0.4.0 implements is a minor feature release. This release corresponds to tag v0.4.0 which was pushed on February 2, 2021. v0.4.0 will be the last release that is backwards-compatible with the current AerisWeather Python SDK codebase.
New Features
- Solar radiation support is implemented for forecast periods.
- The conditions endpoint is supported.
- Some usability enhancements have been made to the test suite.
v0.3.2
v0.3.1
Version 0.3.1 is a patch update.
Changes include:
- Removed redundant License file
- Updated the Readme
- Changed the name of the generic request test to test_custom_endpoint to better reflect that it tests the custom endpoint type and CustomResponse.
- Updated the batch request test
- Updated docs and code comments to provide better lib code docs.
Visit the AerisWeather Python SDK homepage for more docs and details.
v0.3.0
Version 0.3.0 is an early beta release. This is the first public release of the Python SDK.
Core:
This beta release includes support for a few of the most popular AerisWeather API endpoints:
- Alerts
- Forecasts
- Observations
- Observations Summary
- Places
Demo:
The demo Python file in AerisWeatherPythonDemo includes sample code for several of the supported endpoints.
Jupyter Notebook:
The Jupyter Notebook in AerisWeatherPythonDemo includes live sample code as well as setup and usage information regarding the SDK.