Releases: junyuan-chen/ReadStatTables.jl
Releases · junyuan-chen/ReadStatTables.jl
v0.3.2
ReadStatTables v0.3.2
Merged pull requests:
- Add the DATETIME13 format to the list of SAS datetime formats (#44) (@andreuvall)
v0.3.1
ReadStatTables v0.3.1
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
ReadStatTables v0.3.0
Merged pull requests:
- Add ISO 8601 SAS formats to list of formats (#35) (@andreasnoack)
- Support writing date/time values (#36) (@junyuan-chen)
- Improve
LabeledValue
andLabeledArray
(#37) (@junyuan-chen) - Minor changes to precompilation (#38) (@junyuan-chen)
Closed issues:
- xpt write support for DateTime (#32)
v0.2.6
ReadStatTables v0.2.6
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
ReadStatTables v0.2.5
Closed issues:
Merged pull requests:
- Add
defaultarray
forLabeledValue
andapply_value_labels
option (#28) (@junyuan-chen) - Reduce time to first execution with PrecompileTools (#29) (@junyuan-chen)
v0.2.4
ReadStatTables v0.2.4
Merged pull requests:
- Fix the wrong row offsets when using more than two threads (#24) (@junyuan-chen)
v0.2.3
ReadStatTables v0.2.3
Closed issues:
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
ReadStatTables v0.2.2
Closed issues:
- Wrong string sizes (#15)
Merged pull requests:
- Improve the use of
InlineString
andPooledArray
(#16) (@junyuan-chen) - Support reading data with multiple threads (#17) (@junyuan-chen)
- Change default metadata styles (#18) (@junyuan-chen)
v0.2.1
ReadStatTables v0.2.1
Merged pull requests:
- Add missing methods of
similar
,copyto!
andcollect
forLabeledArray
(#12) (@junyuan-chen) - Support
InlineString
andPooledArray
for string variables (#14) (@junyuan-chen)
v0.2.0
ReadStatTables v0.2.0
Closed issues:
Merged pull requests:
- Redesign
ReadStatMeta
and addReadStatColMeta
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)