Skip to content

Releases: JuliaData/CSV.jl

v0.5.7

07 Jul 16:11
v0.5.7
2e87227

Choose a tag to compare

v0.5.6

23 Jun 01:20
v0.5.6
5d756a2

Choose a tag to compare

v0.5.6 (2019-06-22)

Diff since v0.5.5

Closed issues:

  • Package up CSV.detect (#462)
  • it types is 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 headerskip like footerskip (#441)
  • Can't use GZip stream to open csv.gz files since v0.5 (#429)
  • Performance difference of DataFrame vs DataFrame! (#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

23 May 00:13
v0.5.5
8a965ae

Choose a tag to compare

v0.5.5 (2019-05-22)

Diff since v0.5.4

Closed issues:

  • sort() vs. sort!() (#438)
  • Error: could not create file mapping: The operation comleted successfully (#424)

Merged pull requests:

  • Fix an issue where the last line of a file is commented (#440) (quinnj)
  • Fix #438 by adding a helpful message when someone tries to setindex o… (#439) (quinnj)

v0.5.4

21 May 15:34
v0.5.4

Choose a tag to compare

v0.5.4 (2019-05-21)

Full Changelog

Merged pull requests:

  • Fix an issue where a column's type was manually specified as pooled, … (#437) (quinnj)

v0.5.3

20 May 13:42
v0.5.3

Choose a tag to compare

Commits

This changelog was automatically generated, and might contain inaccuracies.

v0.5.2

09 May 05:21

Choose a tag to compare

Bump version

v0.5.1

06 May 20:08

Choose a tag to compare

Bump package version

v0.5.0

04 May 13:41
f6ee60a

Choose a tag to compare

Support smarter copy for pooled and string columns. Cleanup deps boun…

Bugfixes & Performance

18 Nov 19:55
aa53dfc

Choose a tag to compare

v0.4.3

Use new BufferedIO type in Parsers for IO inputs for performance. Add…

Various bugfixes

20 Oct 03:15
cf4ef19

Choose a tag to compare

v0.4.2

Updates for underlying Parsers.jl changes to better handle newline ch…