Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Roadmap for v0.3.0 release #20

Open
3 of 10 tasks
junyuan-chen opened this issue Dec 23, 2022 · 0 comments
Open
3 of 10 tasks

Roadmap for v0.3.0 release #20

junyuan-chen opened this issue Dec 23, 2022 · 0 comments

Comments

@junyuan-chen
Copy link
Owner

junyuan-chen commented Dec 23, 2022

The upcoming v0.2.3 release is very likely to be the last one in the v0.2.x series. Development will target toward the v0.3.0 release once v0.2.3 is out. The goal is to get close to a full coverage of the ReadStat API for complete functionality while maintaining the performance advantage over the related packages.

Here is a list of changes that have been planned for v0.3.0:

  • Use MappedArray to lazily convert variables in date/time format back and forth between format-specific numerical values and Julia Date/DateTime. (Support writing date/time values #36)
  • Support user-specified missing values (.a, ..., .z and value ranges) while maintaining the ease of getting back to missing (possibly with StructArray and MappedArray).
  • Elements in LabeledArrays that do not have a value label should be returned as the original value without being converted to String.
  • Support READSTAT_TYPE_STRING_REF for very long strings in Stata.
  • Use the integer column fields in ReadStatColumns for the reference arrays of PooledArray.
  • Support read/write value labels from/to .sas7bcat files.
  • Add an copycols option to writestat for converting the user-provided table to ReadStatTable{ReadStatColumn} before row iteration. This could make writing data files faster. (Support writing date/time values #36)
  • Support reading/writing data by chunk.
  • Reproduce the sample data used for testing, ideally with scripts executed on Stata/SAS/SPSS.
  • Require Julia v1.6 and ReadStat_jll.jl v1.1.8. Check compatibility of dependencies.
@junyuan-chen junyuan-chen pinned this issue Dec 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant