v0.10.5
CSV v0.10.5
Closed issues:
- CSV can't be precompiled in VSCode on Windows 10 (#994)
- Installation/precompilation error (#999)
- Add
writerow
to write CSV format row-wise in a loop (#1001) - CSV.File dies with out-of-bounds error when used in multiple threads (#1007)
- Parsing fails with long strings (#1009)
- Feature request: Allow column selection for
types
with regex (#1014) - Bug with setting column type (#1021)
- typemap has no effect in CSV.read in Jupyter Notebook (#1024)
- typos (#1025)
- chop bug with String7 (#1028)
- Latest Parsers.jl + InlineStrings.jl breaks CSV.jl (#1033)
- Failed to parse csv with cyrillic values (#1034)
- CSV.read - parsing error solved by adding stringtype=String (#1035)
- Error loading csv file with string of length 8 (#1036)
Merged pull requests:
- Expose user-facing versions of
CSV.writerow
(#1003) (@quinnj) - Show an example on top of
CSV.read
(#1004) (@rikhuijzer) - Add links to alternatives to the readme (#1006) (@mcabbott)
- Add example of
types
taking a function (#1015) (@nickrobinson251) - Allow
Regex
keys for selecting columns intypes/dateformat/pool
keyword (#1016) (@nickrobinson251) - Add SnoopPrecompile (#1018) (@jakobnissen)
- Fix typo in README.md (#1020) (@npbarnes)
- Check for user-given type when encountering extra columns during parsing (#1023) (@nickrobinson251)
- fix typos (#1026) (@musvaage)
- Don't abuse some Parsers APIs as much (#1038) (@quinnj)