-
Notifications
You must be signed in to change notification settings - Fork 3
Comparing changes
Open a pull request
base repository: JuliaComputing/DataSets.jl
base: v0.2.3
head repository: JuliaComputing/DataSets.jl
compare: v0.2.4
- 11 commits
- 17 files changed
- 1 contributor
Commits on Jun 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e8dce95 - Browse repository at this point
Copy the full SHA e8dce95View commit details
Commits on Jun 11, 2021
-
Revive data REPL for listing and showing datasets (#19)
Support for: * Listing datasets in the global data project stack with `ls`,`list` * Showing the content of datasets with `show` * Manipulate the global data project stack with `stack list`, `stack push`, `stack pop` * Help with `help`/`?` Includes REPL completions, help text and some tests. Doesn't yet include support for adding new datasets to existing projects.
Configuration menu - View commit details
-
Copy full SHA for 9cca754 - Browse repository at this point
Copy the full SHA 9cca754View commit details -
Configuration menu - View commit details
-
Copy full SHA for 425c1b3 - Browse repository at this point
Copy the full SHA 425c1b3View commit details
Commits on Jun 14, 2021
-
Factor out list of dataset names in tests
Now only need to update one place when the list of test datasets changes.
Configuration menu - View commit details
-
Copy full SHA for de0a348 - Browse repository at this point
Copy the full SHA de0a348View commit details -
Disable data REPL startup text
While it's helpful for direct users, this can show up in unexpected places when DataSets is loaded by another module. So probably best to disable this.
Configuration menu - View commit details
-
Copy full SHA for 253aa99 - Browse repository at this point
Copy the full SHA 253aa99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93c7905 - Browse repository at this point
Copy the full SHA 93c7905View commit details
Commits on Jun 15, 2021
-
Merge pull request #21 from JuliaComputing/cjf/various-cleanups
Various cleanups
Configuration menu - View commit details
-
Copy full SHA for 40e16db - Browse repository at this point
Copy the full SHA 40e16dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b582f2 - Browse repository at this point
Copy the full SHA 9b582f2View commit details
Commits on Jun 23, 2021
-
Add drivers section to Data.toml for autoloading (#20)
This allows modules which provide data storage drivers to be automatically loaded when DataSets itself is loaded, providing a declarative data environment workflow while bypassing world age issues we'd get from loading these on demand. It seems somewhat unclear whether interfering with code loading like this is a good idea, but I think only time and some experience with this mechanism will tell...
Configuration menu - View commit details
-
Copy full SHA for d918afa - Browse repository at this point
Copy the full SHA d918afaView commit details
Commits on Jun 24, 2021
-
Use
/
as separator for dataset namespaces (#23)This is the obvious hierarchical separator, and consistent with having URNs as an expanded form for dataset names (see RFC8141 https://datatracker.ietf.org/doc/html/rfc8141) The only real downside is that it uses some syntax which might be nice for a path component, but we could potentially use something like namespace/name:a/b/c.
Configuration menu - View commit details
-
Copy full SHA for 0a95d21 - Browse repository at this point
Copy the full SHA 0a95d21View commit details -
2
Configuration menu - View commit details
-
Copy full SHA for dddf952 - Browse repository at this point
Copy the full SHA dddf952View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.2.3...v0.2.4