Skip to content

Release 1.1.0rc6

Pre-release
Pre-release
Compare
Choose a tag to compare
@aschmere aschmere released this 01 Jun 13:32

Enhancements:

  • Improved Forecast Retrieval: Refactored the get_forecast_for_future_hour method in Location to return a dictionary directly instead of a JSON string. This enhancement simplifies the handling of forecast data and reduces potential errors related to JSON string processing.

Details:

  • The get_forecast_for_future_hour method now ensures that forecast data is returned as a dictionary. This change improves the usability of the method and aligns with best practices for data handling in Python.
  • Users of the Python package will now receive forecast data as a structured dictionary, making it easier to work with and integrate into other systems.

Version Update:

  • Bumped the version in setup.py to 1.1.0rc6 to reflect these improvements and changes.

This release focuses on enhancing the internal methods of the package to provide more robust and user-friendly functionality for forecast retrieval.