Skip to content

Releases: JuliaData/CSV.jl

v0.4.1

26 Sep 12:33

Choose a tag to compare

Fix REQUIRE

v0.4.0

26 Sep 05:45
58d160f

Choose a tag to compare

Adjust the columns threshold based on various sized benchmark results…

v0.3.1

19 Aug 03:44

Choose a tag to compare

Fix use of replace in Sink.jl

v0.3.0

07 Aug 22:22

Choose a tag to compare

Remove Compat and update CI

v0.2.5

10 Jun 13:03

Choose a tag to compare

Update Compat requirement (#206)

See https://github.com/JuliaData/CSV.jl/pull/173#issuecomment-388800896

v0.2.4

04 Apr 07:39

Choose a tag to compare

Correct use of non-field missingstringcheck (#187)

Mistake introduced in 4ca71c5

v0.2.3: Improve handling of missing values (#173)

31 Mar 18:42

Choose a tag to compare

* Improve handling of missing values

Replace the nullable::Union{Bool,Missing} argument with allowmissing::Symbol, with possible choices
:all, :auto and :none, and make :all the default to avoid errors when the first missing value appears
beyond rows used for type detection. Also avoid overriding types specified explicitly via the types argument,
which allows for more flexibility.

While deprecating nullable, also deprecate null in favor of missingstring for consistency with truestring
and falsestring.

* Fix up merge commits

* Fix failure after rebase

Version 0.2.2

22 Feb 09:08

Choose a tag to compare

Allow writing to IO as shown in examples (#157)

* Add single outer testset

* Test/allow writing to an IOBuffer()

v0.2.1

10 Jan 13:47
982d575

Choose a tag to compare

Fix #147 by fixing case where we autodetect timetype column that may …

Prepare for the new world of Missings-ness

24 Nov 17:31

Choose a tag to compare