Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: JuliaComputing/DataSets.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.3
Choose a base ref
...
head repository: JuliaComputing/DataSets.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.4
Choose a head ref
  • 11 commits
  • 17 files changed
  • 1 contributor

Commits on Jun 5, 2021

  1. Improve links in README

    c42f committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    e8dce95 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. 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.
    c42f authored Jun 11, 2021
    Configuration menu
    Copy the full SHA
    9cca754 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    425c1b3 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. Factor out list of dataset names in tests

    Now only need to update one place when the list of test datasets
    changes.
    c42f committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    de0a348 View commit details
    Browse the repository at this point in the history
  2. 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.
    c42f committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    253aa99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93c7905 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. Merge pull request #21 from JuliaComputing/cjf/various-cleanups

    Various cleanups
    c42f authored Jun 15, 2021
    Configuration menu
    Copy the full SHA
    40e16db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b582f2 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. 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...
    c42f authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    d918afa View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. 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.
    c42f authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    0a95d21 View commit details
    Browse the repository at this point in the history
  2. Bump version 0.2.4

    c42f committed Jun 24, 2021
    2 Configuration menu
    Copy the full SHA
    dddf952 View commit details
    Browse the repository at this point in the history
Loading