Skip to content

Tags: JuliaComputing/DataSets.jl

Tags

v0.2.12

Toggle v0.2.12's commit message
[Diff since v0.2.11](v0.2.11...v0.2.12)

**Merged pull requests:**
- test: handle symbolic links while comparing paths (#72) (@tanmaykm)
- feat: allow periods in dataset names (#73) (@mortenpi)

v0.2.11

Toggle v0.2.11's commit message
## DataSets v0.2.11

[Diff since v0.2.10](v0.2.10...v0.2.11)


**Merged pull requests:**
- "Revert" master back to 0.2 branch (#68) (@mortenpi)
- feat: allow dataset names to start with numbers (#70) (@mortenpi)
- Add compat entries to standard libraries (#71) (@mortenpi)

v0.2.10

Toggle v0.2.10's commit message
## DataSets v0.2.10

[Diff since v0.2.9](v0.2.9...v0.2.10)


**Merged pull requests:**
- [release-0.2] feat: add way to register post-__init__ callbacks (#65) (@mortenpi)

v0.2.9

Toggle v0.2.9's commit message
## DataSets v0.2.9

[Diff since v0.2.8](v0.2.8...v0.2.9)



**Merged pull requests:**
- fix: allow AbstractTrees 0.4 on release-0.2 branch (#62) (@mortenpi)

v0.2.8

Toggle v0.2.8's commit message
## DataSets v0.2.8

[Diff since v0.2.7](v0.2.7...v0.2.8)



**Merged pull requests:**
- CompatHelper: bump compat for AbstractTrees to 0.4 (#47) (@github-actions[bot])
- Remove manifest, gitignore generated docs files (#51) (@mortenpi)
- Determine data repo from DEPOT_PATH (#52) (@mortenpi)
- Remove DataSets._current_project (#53) (@mortenpi)
- Handle hyphens in dataset() (#57) (@mortenpi)
- Backports for 0.2.8 (#58) (@mortenpi)

v0.2.7

Toggle v0.2.7's commit message
## DataSets v0.2.7

[Diff since v0.2.6](v0.2.6...v0.2.7)


**Closed issues:**
- Rename `BlobTree -> FileTree` (#41)

**Merged pull requests:**
- Cleanup: Split most code out of DataSets.jl (#36) (@c42f)
- show method for DataSet: add line at the top (#37) (@fonsp)
- Data REPL fixes: `ls` shows the stack etc (#39) (@c42f)
- Add DataSets.from_path(), allow `-` in dataset names (#40) (@c42f)
- Fix file naming inconsistency (#44) (@c42f)
- BlobTree API refactor including newfile() / newdir(), and renaming. (#45) (@c42f)
- DataSet configuration (#46) (@c42f)
- Backport allowing `-` in dataset names to 0.2 (#49) (@mortenpi)
- Fix nightly tests (#50) (@mortenpi)

v0.2.6

Toggle v0.2.6's commit message
## DataSets v0.2.6

[Diff since v0.2.5](v0.2.5...v0.2.6)


**Closed issues:**
- Addressing versioned data (#32)

**Merged pull requests:**
- Disable driver loading check (#30) (@c42f)
- Flexible string-based data addressing with URL-like "dataspec" (#33) (@c42f)

v0.2.5

Toggle v0.2.5's commit message
## DataSets v0.2.5

[Diff since v0.2.4](v0.2.4...v0.2.5)


**Closed issues:**
- DataSets is hard to use with Distributed.jl (#14)

**Merged pull requests:**
- Data REPL: Only show up to half a screen of data (#25) (@c42f)
- Add DataSets.PROJECT_VERSION (#28) (@c42f)

v0.2.4

Toggle v0.2.4's commit message
## DataSets v0.2.4

[Diff since v0.2.3](v0.2.3...v0.2.4)



**Merged pull requests:**
- Revive the data REPL (#19) (@c42f)
- Add drivers section to Data.toml for autoloading (#20) (@c42f)
- Various cleanups (#21) (@c42f)
- More Data.toml schema validation and other minor cleanup (#22) (@c42f)
- Use `/` as separator for dataset namespaces (#23) (@c42f)

v0.2.3

Toggle v0.2.3's commit message
## DataSets v0.2.3

[Diff since v0.2.2](v0.2.2...v0.2.3)



**Merged pull requests:**
- Use ResourceContexts.jl for resource handling (#12) (@c42f)
- Storage driver for data embedded in Data.toml (#15) (@c42f)
- Add lock to global storage driver registry (#16) (@c42f)
- Bugfix for storage backend compatibility, plus tests (#18) (@c42f)