Releases: JuliaData/CSV.jl
Releases · JuliaData/CSV.jl
v0.5.7
v0.5.7 (2019-07-07)
v0.5.6
v0.5.6 (2019-06-22)
Closed issues:
- Package up CSV.detect (#462)
- it
typesis passed as a Dict, then it should be allowed to contain extra entries. (#460) - Reading pure time column is not working (#459)
- CSV.read not working (#458)
- Quote Characters in File Read (#454)
- Parsing UUIDs (#453)
- way forward for CSV.Rows (#452)
- stop using bizarre types (#451)
- Julia 0.7 - Package CSV does not have Parsers in its dependencies (#450)
- non-comma repeated auto-delimiters (#448)
- extra trailing newline (#447)
- eltypes is not working correctly (Date column) (#446)
- ArgumentError: Symbol name may not contain \0 (#442)
- request
headerskiplikefooterskip(#441) - Can't use GZip stream to open csv.gz files since v0.5 (#429)
- Performance difference of
DataFramevsDataFrame!(#417)
Merged pull requests:
- Add a CSV.detect method that operates on a single string. This can be… (#463) (quinnj)
- Add support for parsing Time types natively. Fixes #459 (#461) (quinnj)
- Add an option to ignore empty lines when parsing; false by default fo… (#457) (quinnj)
- Auto-delimiter detection isn't going to work in repeated delimiter si… (#456) (quinnj)
- Add better error message when using unsupported types for CSV.File; f… (#455) (quinnj)
- New CSV.Rows iterator (#445) (quinnj)
v0.5.5
v0.5.4
v0.5.4 (2019-05-21)
Merged pull requests:
v0.5.3
v0.5.2
Bump version
v0.5.1
Bump package version
v0.5.0
Support smarter copy for pooled and string columns. Cleanup deps boun…
Bugfixes & Performance
v0.4.3 Use new BufferedIO type in Parsers for IO inputs for performance. Add…
Various bugfixes
v0.4.2 Updates for underlying Parsers.jl changes to better handle newline ch…