Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New version: DataSets v0.2.6 #53368

Merged
merged 1 commit into from
Jan 28, 2022
Merged

Conversation

JuliaRegistrator
Copy link
Contributor

UUID: c9661210-8a83-48f0-b833-72e62abce419
Repo: https://github.com/JuliaComputing/DataSets.jl.git
Tree: 0e3f2ab2a90cd7933ac60581ee638f14457419d2

Registrator tree SHA: 8e1a5ac2695627143951512d700c7e3c445102ec
JuliaRegistrator referenced this pull request in JuliaComputing/DataSets.jl Jan 28, 2022
This parses the argument to dataset() with a URL-like scheme, enabling
more flexible naming of resources within a given dataset. Like URLs, we
use the & and # as separators for query and fragment sections.

Like URLs, this provides for a compact string representation which can
be easily communicated between users of a shared dataset to address
subresources without the need to create an entirely new and largely
duplicated dataset configuration.

As in URLs, the query section is to be used during resource resolution,
for example a version number for the dataset can be specified.  We
choose the standard & and = separators for key value pairs:

    name/of/dataset?version=v1

As in URLs, the fragment section refers to a subresource and its
interpretation depends on the type of the dataset. (In analogy, the
meaning of the fragment of a URL depends on the mime type received from
the server.) For example, a subtree of a BlobTree can be addressed using

tree_name#path/to/subtree

The use of fragment for indexing a BlobTree is implemented here as one
handy use case of this syntax.
@JuliaRegistrator JuliaRegistrator temporarily deployed to stopwatch January 28, 2022 12:29 Inactive
@github-actions
Copy link
Contributor

Your new version pull request met all of the guidelines for auto-merging and is scheduled to be merged in the next round.


If you want to prevent this pull request from being auto-merged, simply leave a comment. If you want to post a comment without blocking auto-merging, you must include the text [noblock] in your comment.

@JuliaTagBot JuliaTagBot merged commit 93d165c into master Jan 28, 2022
@JuliaTagBot JuliaTagBot deleted the registrator/datasets/c9661210/v0.2.6 branch January 28, 2022 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants