Releases: tk3369/SASLib.jl
Releases · tk3369/SASLib.jl
v0.5.1
- Ability to specify column types via the
column_types
keyword argument
v0.5.0
- Breaking changes:
readsas
and read
functions now returns ResultSet
object (#36)
- Convenient indexing functions for accessing data in
ResultSet
object
- New
metadata
function for peeking into SAS data file without having to read the whole file
- Julia v0.7 support
See updated user guide in README.md
v0.4.3
- The
include_columns
and exclude_columns
arguments are not case insensitive (#22)
v0.4.2
- Ability to specify array constructor for numeric columns via the new parameter
number_array_fn
(#23)
v0.4.1
- Performance improvements across the board, especially for string handling (#17)
- Return result now includes a
:compression
key that indicates "RLE", "RDC", "None", or "Unknown"
v0.4.0
As compared to v0.3.0
- Fixed several bugs that prevents certain files from being read (#14, #15)
- Fixed a byte alignment bug to load correct numerical data for STAT TRANSFER files (#8)
- Improved numerical parsing performance
- Improved memory-efficiency for String columns and provide a way for users to override default behavior
- Revamped unit testing suite and added various test files
v0.3.0
Compared to v0.2.0
- Allow user to specify which columns to include/exclude when reading sas7bdat file
- Date/DateTime columns may return
missing
value
v0.2.0
- Major performance improvements (especially for UTF-8 encoded files)
- Updated character encoding names where transcoding is requried
Initial release to public
v0.1.2
SASLib v0.1.2 [c44453c961]