Releases: meteoblue/python-dataset-sdk
Releases · meteoblue/python-dataset-sdk
1.1.3
Fixed bug: Queries on job queues were not cached correctly
1.1.2
No changes, trigger new release for GitHub actions for pip upload
1.1.1
No changes, trigger new release for GitHub actions for pip upload
1.1.0 Cache to files
Support to cache temporary results on disk. The cache implementation is generic. A new cache can be provided that implements the cache abstract base class.
import zlib
from meteoblue_dataset_sdk.caching import FileCache
cache = FileCache(path="/tmp/my_cache_dir", max_age=4000, compression_level=zlib.Z_BEST_SPEED)
client = meteoblue_dataset_sdk.Client(apikey="xxxxxx", cache=cache)
1.0.1
Fixes:
- Add workaround to use
querySync
in jupyter notebooks - Update protobuf definition to include solar PV calculation parameter
1.0.0
This library now declares a stable interface with version 1!
0.0.16 Improved time interval efficiency
Time intervals are now encoded more efficiently
0.0.15 First working version!
This is the first working version that can now be used to gather initial feedback.
0.0.14 Next testing release
formating
0.0.13 Next testing release
using setup.cfg now