Releases: JuliaData/CSV.jl
Releases · JuliaData/CSV.jl
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)
v0.10.4
CSV v0.10.4
Merged pull requests:
v0.10.3
CSV v0.10.3
Closed issues:
- CSV.File throws for MethodError for RDatasets csv file (#972)
- Cannot load CSV.jl at all (precompilation) (#976)
- CSV.write strange behaviour (#978)
- CSV fails to compile (#981)
- CSV precompile issue (#985)
Merged pull requests:
- Update index.md to add basic install instructions (#966) (@logankilpatrick)
- A couple of inferrability improvements (#968) (@timholy)
- fix Parsers version to unbreak precompilation (#979) (@oscardssmith)
- Fix auto bool detection (#980) (@quinnj)
- Require Parsers 2.2.3 to fix precompilation on windows (#986) (@quinnj)
v0.10.2
v0.10.1
CSV v0.10.1
v0.10.0
CSV v0.10.0
Closed issues:
- Possible string type detection bug (#945)
-
StackOverflowError when combining csv, hybridarrays and symbolics in 1.7 (#946)
- Spurius warning when reading files lacking last value and newline (#948)
- Slow CSV reading when using multiple threads (#950)
- Loading multiple .csv files uses ~double the memory it should (#952)
- Feature Request: Keyword for thousands separators (#957)
- CSV.write incorrectly using header value to access struct property (#960)
Merged pull requests:
- Avoid promoting inline string types larger than String31 (#949) (@quinnj)
- 951 whitespace (#953) (@tp2750)
- Improve performance of reading files with duplicate column names (#955) (@wentasah)
- Correct error writing struct (#961) (@jcunwin)
- Overhaul how column pooling works while parsing (#962) (@quinnj)
v0.9.11
v0.9.10
CSV v0.9.10
Closed issues:
- Precompilation fails on x86 (#913)
Merged pull requests:
- Fix tests on 32-bit (#928) (@nalimilan)
- Bump version to 0.9.10 (#937) (@nalimilan)
v0.9.9
CSV v0.9.9
v0.9.8
CSV v0.9.8
Closed issues:
- Error loading data with julia 1.7 (#932)
Merged pull requests:
- Fix corner case when string promotion produces diff type than promoted (#933) (@quinnj)
- Add an overall module docstring (#934) (@Junxiao-Hou)