Releases: JuliaData/CSV.jl
Releases · JuliaData/CSV.jl
v0.10.15
v0.10.14
CSV v0.10.14
Merged pull requests:
- Update ci.yml: Add mac aarch64 CI, codecov v4 (#1127) (@ViralBShah)
- Fix breakage caused by JuliaLang/julia/pull/53896 (#1133) (@longemen3000)
- Update Project.toml to 0.10.14 (#1134) (@ViralBShah)
Closed issues:
v0.10.13
CSV v0.10.13
Merged pull requests:
- Update keyworddocs.jl for limit to remove use of deprecated "threaded" (#1123) (@rdavis120)
- support for IOBuffer containing
Memory
(#1125) (@longemen3000) - Add compat to Documenter.jl, use
warnonly = Documenter.except()
(#1126) (@longemen3000)
Closed issues:
- CSV.jl errors on nightly (#1124)
v0.10.12
CSV v0.10.12
Merged pull requests:
- Bump Parsers compat to 2.5 (#1097) (@JackDunnNZ)
- Fix multithreaded fail on trailing empty column (#1098) (@Liozou)
- Selectively reduce multithreaded parsing @error (#1099) (@Liozou)
- doc(examples.md): fix extraneous ``` (#1100) (@stephen-huan)
- Fix the problem in Example page since v0.10 (#1106) (@hungpham3112)
- fix typos (#1119) (@musvaage)
Closed issues:
- A couple of failing tests on Julia 1.7.3 (#1005)
- Writing large DataFrame extremely slow (#1017)
- [Bug] CSV.read randomly changes eltype of column (#1089)
- Multithreaded parsing error should be warning (#1095)
- Load error with Parsers.Options (#1101)
- Precompilation issue in Ubuntu 22.04.2 LTS (libLLVM-14jl.so (unknown line)) (#1103)
- Can't transfer CSV.jl v0.10.11 from Windows to Linux (#1110)
- Add Zenodo badge to README (#1112)
- can not read the csv with large cells written by itself (#1115)
v0.10.11
CSV v0.10.11
Closed issues:
- Ability to specify a thousands separator character (#626)
- Threaded parsing type mismatch depending on
ntasks
value (#1010) - Integer column randomly typed as string when threading enabled (#1047)
- Promotion error with String7 type (#1053)
- Too many missing warnings (#1083)
Merged pull requests:
- Some fixes for multithreaded Context parsing (#1073) (@Liozou)
- Support groupmark (#1093) (@LilithHafner)
- Fix typo in reading.md (#1094) (@LilithHafner)
v0.10.10
v0.10.9
v0.10.8
CSV v0.10.8
Closed issues:
Merged pull requests:
v0.10.7
v0.10.6
CSV v0.10.6
Closed issues:
- Test for
CSV.Chunks
reliably errors when not run on CSV.jl CI (#1037)
Merged pull requests:
- Make
Chunks
tests more robust and fix default behaviour (#1039) (@nickrobinson251)