Skip to content

Releases: JuliaStats/RDatasets.jl

v0.6.8

13 May 23:05
70d15e2
Compare
Choose a tag to compare

RDatasets v0.6.8

Diff since v0.6.7

Closed issues:

  • Error with CSV 0.6 (#91)

Merged pull requests:

  • CompatHelper: bump compat for "DataFrames" to "0.21" (#93) (@github-actions[bot])

v0.6.7

30 Mar 21:06
2cde1f2
Compare
Choose a tag to compare

RDatasets v0.6.7

Diff since v0.6.6

Merged pull requests:

  • update compat for RData (#85) (@bjarthur)
  • CompatHelper: bump compat for "RData" to "0.7" (#86) (@github-actions[bot])
  • Install TagBot as a GitHub Action (#87) (@JuliaTagBot)
  • CompatHelper: bump compat for "CodecZlib" to "0.7" (#88) (@github-actions[bot])
  • CompatHelper: bump compat for "CSV" to "0.6" (#89) (@github-actions[bot])
  • Patch release with compat changes (#90) (@asinghvi17)

v0.6.6

09 Dec 00:55
v0.6.6
Compare
Choose a tag to compare

v0.6.5

21 Nov 21:50
v0.6.5
Compare
Choose a tag to compare

v0.6.5 (2019-11-20)

Diff since v0.6.4

Merged pull requests:

v0.6.4

16 Oct 21:52
v0.6.4
Compare
Choose a tag to compare

v0.6.4 (2019-10-14)

Diff since v0.6.3

Closed issues:

  • no method matching getindex(::Void, ::String) on missing RData (#44)

Merged pull requests:

v0.6.3

24 Jul 15:58
v0.6.3
1eb0da8
Compare
Choose a tag to compare

v0.6.3 (2019-07-24)

Diff since v0.6.2

Closed issues:

  • CSV methoderror pops up again (#76)
  • CodecZlib isssue prevents "using RDatasets" (#74)
  • Tag a new version (#72)
  • Move to JuliaStats or JuliaData (#46)

Merged pull requests:

  • Fix deprecation warnings in tests (#77) (asinghvi17)
  • Update DataFrames.jl version dependency (#75) (bkamins)
  • update README links to point to JuliaStats instead (#73) (asinghvi17)
  • Remove the dependency on Printf by using string interpolation (#67) (petershintech)

v0.6.2

31 May 18:10
v0.6.2
Compare
Choose a tag to compare

v0.6.2 (2019-05-17)

Diff since v0.6.1

Closed issues:

  • Failing due to new version of CSV.jl 0.5.1 (#69)

Merged pull requests:

Explicitly close file handle

17 Oct 13:47
Compare
Choose a tag to compare

Update of #62 to explicitly close file handle through do instead of using finalizer

Fix TranscodingStream issue

17 Oct 01:44
Compare
Choose a tag to compare

Fixes issue #62 and related dataset with issue (Ecdat::Mofa)

First release with Attobot

Support for Julia 1.0.x

26 Aug 20:40
Compare
Choose a tag to compare

This release relies on a bugfix that is in julia master, post v1.0.0. This means that RDatasets will still not work for 0.7 or 1.0, unless the fix is backported.