Skip to content

Releases: JuliaData/RData.jl

v1.0.0

10 Oct 06:57
880bed5
Compare
Choose a tag to compare

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

01 Jul 11:57
5df74cf
Compare
Choose a tag to compare

RData v0.8.3

Diff since v0.8.2

Closed issues:

Merged pull requests:

  • Support compact_xxxseq alternative representation (#90) (@alyst)

v0.8.2

26 Apr 10:14
438e3a7
Compare
Choose a tag to compare

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

22 Apr 09:05
547caeb
Compare
Choose a tag to compare

RData v0.8.1

Diff since v0.8.0

Closed issues:

  • isna MethodError (#82)

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

20 Mar 12:17
Compare
Choose a tag to compare

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

15 Nov 18:48
600cb00
Compare
Choose a tag to compare

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

14 Jun 06:03
030b0fb
Compare
Choose a tag to compare

Update to CategoricalArrays.jl v0.8 and DataFrames.jl v0.21

v0.7.1

16 Feb 00:09
60f53df
Compare
Choose a tag to compare

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

01 Jan 21:45
v0.7.0
858b71e
Compare
Choose a tag to compare

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

21 Sep 17:34
v0.6.3
e027f95
Compare
Choose a tag to compare

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]