Skip to content

Releases: eurec4a/pyeurec4a

0.0.6: introduce optional [data] dependency

14 Mar 23:48
Compare
Choose a tag to compare

This version introduces the optional [data] dependency. This way, one can install using

pip install eurec4a[data]

and all dependencies required to actually get the data (not only the catalog) should be installed.

0.0.5: cache more and go with time

10 Aug 13:57
6f8b9d3
Compare
Choose a tag to compare
  • cache more things, such that we don't hit rate limits as quickly as we do now,
  • remove Python 3.6 support and add Python 3.11 support in testing
  • remove get_meta(). It's seldomly used and currently broken.

0.0.4: enable CID pinning if IPFS is used

09 Feb 23:26
Compare
Choose a tag to compare
v0.0.4

install ipfsspec for tests

0.0.3: IPFS option

27 Oct 23:15
Compare
Choose a tag to compare

This release provides the option to use_ipfs on get_intake_catalog.

v0.0.2

19 Feb 15:28
Compare
Choose a tag to compare

This release excludes intake version 0.6.1 because it is missing a dependency on jinja2.

v0.0.1

13 Nov 11:57
Compare
Choose a tag to compare
added aiohttp dependency