Releases: JuliaData/RData.jl
Releases · JuliaData/RData.jl
v1.0.0
RData v1.0.0
Diff since v0.8.3
Closed issues:
- Files ending with .RDS (capitalized) are not recognized as format{RDataSingle} (#91)
- filename.RData vs filename.Rdata (#92)
Merged pull requests:
v0.8.3
RData v0.8.3
Diff since v0.8.2
Closed issues:
- ERROR: UndefVarError: load not defined (#88)
- RData can't load .rda files with FileIO@1.10.0 but can with FileIO@1.9.0 (#89)
Merged pull requests:
- Support compact_xxxseq alternative representation (#90) (@alyst)
v0.8.2
RData v0.8.2
Diff since v0.8.1
Merged pull requests:
- CompatHelper: bump compat for "CategoricalArrays" to "0.10" (#87) (@github-actions[bot])
v0.8.1
RData v0.8.1
Diff since v0.8.0
Closed issues:
Merged pull requests:
- Fix list of vectors handling (#85) (@alyst)
- CompatHelper: bump compat for "DataFrames" to "1.0" (#86) (@github-actions[bot])
v0.8.0
RData v0.8.0
Diff since v0.7.3
Closed issues:
- Compatibility with FileIO.jl v1.6 (#83)
Merged pull requests:
- Fix compressor detection with recent FileIO, tweak CI (#84) (@alyst)
v0.7.3
RData v0.7.3
Diff since v0.7.2
Merged pull requests:
- Compat: DataFrames and CategoricalArrays (#72) (@greimel)
- Fix the import of data.frame with AltRep column names + cleanups (#74) (@alyst)
- Bump compat for CategoricalArrays and DataFrames (#77) (@github-actions[bot])
- Bump version to 0.7.3 (#79) (@nalimilan)
v0.7.2
Update to CategoricalArrays.jl v0.8 and DataFrames.jl v0.21
v0.7.1
RData v0.7.1
Diff since v0.7.0
Merged pull requests:
- CompatHelper: bump compat for "TimeZones" to "1.0" (#68) (@github-actions[bot])
v0.7.0
Changes
- drop julia 0.7 (#64)
- add TagBot and CompatHelper workflows, update package versions (#66)
- fix AltRep factors (#67)
- cleanup and improve test coverage of DictoVec (#63)
v0.6.3
This is the last RData release that supports Julia 0.7.
Future versions will require 1.0+.
Changes
- support Bzip2 and Xz-compressed RData files [#62]