Skip to content

Releases: meteoblue/python-dataset-sdk

1.1.3

23 Mar 10:52
Compare
Choose a tag to compare

Fixed bug: Queries on job queues were not cached correctly

1.1.2

03 Mar 17:07
Compare
Choose a tag to compare

No changes, trigger new release for GitHub actions for pip upload

1.1.1

03 Mar 16:07
Compare
Choose a tag to compare

No changes, trigger new release for GitHub actions for pip upload

1.1.0 Cache to files

03 Mar 15:40
Compare
Choose a tag to compare

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

12 Feb 11:00
Compare
Choose a tag to compare

Fixes:

  • Add workaround to use querySync in jupyter notebooks
  • Update protobuf definition to include solar PV calculation parameter

1.0.0

12 Oct 14:32
Compare
Choose a tag to compare

This library now declares a stable interface with version 1!

0.0.16 Improved time interval efficiency

31 Aug 13:10
Compare
Choose a tag to compare

Time intervals are now encoded more efficiently

0.0.15 First working version!

28 Aug 14:45
Compare
Choose a tag to compare

This is the first working version that can now be used to gather initial feedback.

0.0.14 Next testing release

28 Aug 13:25
Compare
Choose a tag to compare

0.0.13 Next testing release

28 Aug 10:49
Compare
Choose a tag to compare
using setup.cfg now