Releases: JuliaData/CSV.jl
Releases · JuliaData/CSV.jl
v0.10.16
CSV v0.10.16
Merged pull requests:
- Bump codecov/codecov-action from 4 to 5 (#1149) (@dependabot[bot])
- fix INT128_MIN write (#1152) (@belous-dp)
- Update examples.md to use ZipArchives (#1158) (@nhz2)
- fix compress=true with IOBuffer (#1177) (#1178) (@quinnj)
- Fix usage of internal
@checkmacro (#1179) (@nickrobinson251)
Closed issues:
Testdata prototype 1
Prototype artifact containing Fielding.csv for CSV.jl tests.
Testdata full artifact 1
All test/testfiles as artifact for CSV.jl tests.
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
ntasksvalue (#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)