Skip to content

Releases: JuliaComputing/DataSets.jl

v0.2.11

19 Feb 09:50
27047b2
Compare
Choose a tag to compare

DataSets v0.2.11

Diff since v0.2.10

Merged pull requests:

v0.2.10

23 Oct 12:35
2d706db
Compare
Choose a tag to compare

DataSets v0.2.10

Diff since v0.2.9

Merged pull requests:

  • [release-0.2] feat: add way to register post-init callbacks (#65) (@mortenpi)

v0.2.9

05 Apr 08:03
9a6ae59
Compare
Choose a tag to compare

DataSets v0.2.9

Diff since v0.2.8

Merged pull requests:

  • fix: allow AbstractTrees 0.4 on release-0.2 branch (#62) (@mortenpi)

v0.2.8

29 Nov 10:04
6c06e3a
Compare
Choose a tag to compare

DataSets v0.2.8

Diff since v0.2.7

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

01 Nov 22:58
09efe3d
Compare
Choose a tag to compare

DataSets v0.2.7

Diff since v0.2.6

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

28 Jan 12:43
9d2132f
Compare
Choose a tag to compare

DataSets v0.2.6

Diff since v0.2.5

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

01 Sep 10:11
195d0b6
Compare
Choose a tag to compare

DataSets v0.2.5

Diff since v0.2.4

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

24 Jun 12:09
Compare
Choose a tag to compare

DataSets v0.2.4

Diff since v0.2.3

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

04 Jun 23:26
8e07c35
Compare
Choose a tag to compare

DataSets v0.2.3

Diff since v0.2.2

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)

v0.2.2

14 May 05:12
ac1d13c
Compare
Choose a tag to compare

DataSets v0.2.2

Diff since v0.2.1

Merged pull requests:

  • DataSets search stack (#11) (@c42f)
  • Fix docs build and bump version (#13) (@c42f)