Skip to content

Releases: JuliaData/CSV.jl

v0.5.13

07 Oct 08:19
v0.5.13
Compare
Choose a tag to compare

v0.5.13 (2019-10-02)

Diff since v0.5.12

Merged pull requests:

  • add CategoricalArrays.jl version 0.7 support (#504) (bkamins)
  • CSV.write internals overhaul (#497) (quinnj)

v0.5.12

08 Sep 07:58
v0.5.12
8a6f5bb
Compare
Choose a tag to compare

v0.5.12 (2019-09-07)

Diff since v0.5.11

Closed issues:

  • Precompilation Error (#489)
  • Question: Big gap in performance between data.table::read and CSV.read (#487)
  • Comment not working with crlf endings on windows (#478)
  • ignoreemptylines doesn't work in the middle of the file (#469)
  • another mmap error on windows (#443)
  • categorical=true not working? (#421)
  • Current handling of footerskip can lead to poorly typed columns (#418)
  • DataFrames dependency (#347)
  • Try to leverage Julia's multi-threading (#25)

Merged pull requests:

  • Add CategoricalArrays 0.6 (#494) (rofinn)
  • updated with gzip and zip examples. (#491) (xiaodaigh)
  • Fix #418 by adjusting total file len by # of footerskipped rows. This… (#486) (quinnj)
  • Refactor much of the detection code: simplifies some of the logic flo… (#485) (quinnj)
  • Fix comment consuming when CRLF are involved. Fixes #478. Also fixes … (#483) (quinnj)
  • Utilize multithreading while parsing (#481) (quinnj)

v0.5.11

08 Aug 00:43
v0.5.11
6779c95
Compare
Choose a tag to compare

v0.5.11 (2019-08-07)

Diff since v0.5.10

Merged pull requests:

v0.5.10

07 Aug 14:21
v0.5.10
4958e8f
Compare
Choose a tag to compare

v0.5.10 (2019-08-07)

Diff since v0.5.9

Closed issues:

  • CSV.Rows with CodecZlib Out-of-Memory (#476)
  • read/write compressed csv file (#475)
  • [Feature request] More concise logging (#474)

Merged pull requests:

  • Attempt to make #476 better. Basically, we try to be a little smarter… (#477) (quinnj)

v0.5.9

15 Jul 17:05
52351ba
Compare
Choose a tag to compare

Update DataFrames.jl dependency to allow v0.19.

v0.5.8

10 Jul 07:50
v0.5.8
4c4881f
Compare
Choose a tag to compare

v0.5.8 (2019-07-10)

Diff since v0.5.7

Closed issues:

  • Tag a new bug fix release? (#467)
  • Cannot write to stdout (#465)
  • StringArray columns returned when no pulling (#435)
  • CSV.write Cannot write Nothing (#433)

Merged pull requests:

  • Fix an issue where we weren't matching pooled strings correctly becau… (#470) (quinnj)
  • Allow csv files to be written to stdout and pipes (#468) (ibacher)

v0.5.7

07 Jul 16:11
v0.5.7
2e87227
Compare
Choose a tag to compare

v0.5.6

23 Jun 01:20
v0.5.6
5d756a2
Compare
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
Compare
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
Compare
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)