Releases: JuliaStats/RDatasets.jl
Releases · JuliaStats/RDatasets.jl
v0.6.8
v0.6.7
RDatasets v0.6.7
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
v0.6.6 (2019-12-09)
v0.6.5
v0.6.5 (2019-11-20)
Merged pull requests:
- Add compat entry for Reexport (#81) (DilumAluthge)
- Bump compat for CodecZlib, and delete unnecessary REQUIRE file (#80) (DilumAluthge)
v0.6.4
v0.6.3
v0.6.3 (2019-07-24)
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
Explicitly close file handle
Update of #62 to explicitly close file handle through do
instead of using finalizer
Fix TranscodingStream issue
Fixes issue #62 and related dataset with issue (Ecdat::Mofa)
First release with Attobot
Support for Julia 1.0.x
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.