ReadStatTables.jl Versions Save

Read and write Stata, SAS and SPSS data files with Julia tables

v0.3.1

1 month ago

ReadStatTables v0.3.1

Diff since v0.3.0

Merged pull requests:

  • Add varformat option and fix issues with date/time (#39) (@junyuan-chen)

Closed issues:

  • InexactError for floating-point date/time values (#40)

v0.3.0

2 months ago

ReadStatTables v0.3.0

Diff since v0.2.6

Merged pull requests:

  • Add ISO 8601 SAS formats to list of formats (#35) (@andreasnoack)
  • Support writing date/time values (#36) (@junyuan-chen)
  • Improve LabeledValue and LabeledArray (#37) (@junyuan-chen)
  • Minor changes to precompilation (#38) (@junyuan-chen)

Closed issues:

  • xpt write support for DateTime (#32)

v0.2.6

5 months ago

ReadStatTables v0.2.6

Diff since v0.2.5

Merged pull requests:

  • Fix Vararg deprecation warning (#31) (@devmotion)
  • Fix ambiguity of getindex on v1.11 and bump compact for CEnum (#33) (@junyuan-chen)

v0.2.5

11 months ago

ReadStatTables v0.2.5

Diff since v0.2.4

Closed issues:

  • loading data without labels? (#25)
  • Missing DataAPI.defaultarray support (#27)

Merged pull requests:

  • Add defaultarray for LabeledValue and apply_value_labels option (#28) (@junyuan-chen)
  • Reduce time to first execution with PrecompileTools (#29) (@junyuan-chen)

v0.2.4

1 year ago

ReadStatTables v0.2.4

Diff since v0.2.3

Merged pull requests:

  • Fix the wrong row offsets when using more than two threads (#24) (@junyuan-chen)

v0.2.3

1 year ago

ReadStatTables v0.2.3

Diff since v0.2.2

Closed issues:

  • Write support (#13)
  • ReadStatColumns internal vectors store empty elements (#21)

Merged pull requests:

  • Add experimental write support for Tables.jl-compatible tables (#19) (@jkrumbiegel)
  • If else simplification (#22) (@jkrumbiegel)
  • Improve value label generation for writestat and update documentation (#23) (@junyuan-chen)

v0.2.2

1 year ago

ReadStatTables v0.2.2

Diff since v0.2.1

Closed issues:

  • Wrong string sizes (#15)

Merged pull requests:

  • Improve the use of InlineString and PooledArray (#16) (@junyuan-chen)
  • Support reading data with multiple threads (#17) (@junyuan-chen)
  • Change default metadata styles (#18) (@junyuan-chen)

v0.2.1

1 year ago

ReadStatTables v0.2.1

Diff since v0.2.0

Merged pull requests:

  • Add missing methods of similar, copyto! and collect for LabeledArray (#12) (@junyuan-chen)
  • Support InlineString and PooledArray for string variables (#14) (@junyuan-chen)

v0.2.0

1 year ago

ReadStatTables v0.2.0

Diff since v0.1.1

Closed issues:

  • LabeledArray and CategoricalArray (#4)
  • Package release (#9)

Merged pull requests:

  • Redesign ReadStatMeta and add ReadStatColMeta for DataAPI.jl v1.13 (#6) (@nalimilan)
  • Add additional date/time formats (#8) (@junyuan-chen)
  • Redesign ReadStatTable and parser callbacks for performance (#10) (@junyuan-chen)
  • Improve LabeledArray and documentation (#11) (@junyuan-chen)

v0.1.1

2 years ago

ReadStatTables v0.1.1

Diff since v0.1.0

Merged pull requests:

  • Add more methods for comparing LabeledValues (#2) (@junyuan-chen)
  • Use Documenter.jl v0.27 and fix issues with docs (#3) (@junyuan-chen)