Releases: eurec4a/pyeurec4a
Releases · eurec4a/pyeurec4a
0.0.6: introduce optional [data] dependency
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
- 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
v0.0.4 install ipfsspec for tests
0.0.3: IPFS option
This release provides the option to use_ipfs
on get_intake_catalog
.