Release 1.1.0rc6
Pre-release
Pre-release
Enhancements:
- Improved Forecast Retrieval: Refactored the
get_forecast_for_future_hour
method inLocation
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
to1.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.