Skip to content

Releases: aerisweather/python_sdk

v0.4.0

20 Jan 19:41
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

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

18 Feb 17:21
Compare
Choose a tag to compare
v0.3.2 Pre-release
Pre-release

Version 0.3.2 is a patch update.

Changes include:

Bug fix for Invalid header value
Updated docs
Visit the AerisWeather Python SDK homepage for more docs and details.

v0.3.1

09 May 16:14
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

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

27 Apr 22:41
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

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.