Skip to content

v0.9.5

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Oct 06:09
549b1ab

CSV v0.9.5

Diff since v0.9.4

Closed issues:

  • MethodError: no method matching checkbounds(::CSV.PointerString, ::Int64) (#884)
  • Vector of inputs enhancements (#891)
  • Add example of pooling non-string columns (#895)
  • Precompilation error due to WeakRefStrings (#912)
  • Incorrect BigFloat read (#916)
  • buffer_to_tempfile for Gzip stream - multiple tempfiles, one not cleared up (#917)
  • out-of-bounds writes with @inbounds (#918)
  • Unable to use CSV in Julia 1.6 (#919)
  • Warnings when reading csv file (#921)

Merged pull requests:

  • Add example of non-string column pooling in docs (#914) (@quinnj)
  • Enhancements to vector of inputs to CSV.File (#920) (@quinnj)
  • Ensure tempfile for compressed input is removed when uncompressed (#922) (@quinnj)
  • Take dependency on InlineStrings package (#923) (@quinnj)