v0.4.6 #185
betolink
announced in
Announcements
v0.4.6
#185
Replies: 1 comment 2 replies
-
There is a bug in the store when we open the files using direct access (S3). This is being fixed and should work tomorrow but I wonder if we can run integration tests in us-west-2 as the data will only be available there. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is the first formal release under the new name. 0.4.6 will be available in both pypi and conda-forge.
The first thing to mention is the new API notation that should evolve to support all the use cases,
is equivalent to
We can still use the classes the same way but eventually we should support only module-level API.
Features:
searching by DOI should usually return only one dataset but I'm not sure what would happen if the same data is also in the cloud so to be sure we can use the
cloud_hosted
parameter if we want to operate on the AWS hosted version.The documentation started to get updated and soon we should have a "gallery" with more examples of how to use the library.
This discussion was created from the release v0.4.6.
Beta Was this translation helpful? Give feedback.
All reactions