Releases: JuliaIO/Parquet.jl
Releases · JuliaIO/Parquet.jl
v0.8.5
v0.8.4
v0.8.3
Parquet v0.8.3
Closed issues:
- update to support Missings.jl version 1.0 (#147)
Merged pull requests:
- updated Missings.jl to v1 (#148) (@xiaodaigh)
- Update to 0.8.3 release to support latest categorical arrays. (#151) (@xiaodaigh)
v0.8.2
Parquet v0.8.2
Merged pull requests:
- Support CategoricalArrays 0.10 and bump version to 0.8.2 (#146) (@nalimilan)
v0.8.1
Parquet v0.8.1
Closed issues:
- Can't read a specific file (#52)
- Integration with Tables.jl (#70)
- Mention Tables.jl and possibly DataFrames in the docs (#98)
- add a high-level, easy to use
read_parquet
(#100) - Add Finaliser to Parquet.File (#119)
- Write is very slow due to call to Base.summarysize (#126)
- How to read Parquet files from a structured folder? (#139)
Merged pull requests:
- ENH: allow writer to write to arbitrary IO (#127) (@sglyon)
- Attempt to improve efficiency of read_parquet by using ChainedVector … (#128) (@quinnj)
- use Table methods on read_parquet result (#130) (@tanmaykm)
read_parquet
improvements (#134) (@tanmaykm)- avoid warning when mmap mode is set (#135) (@tanmaykm)
- finalizer for Parquet.File to close file handle (#136) (@tanmaykm)
- support reading metadata only files (#137) (@tanmaykm)
- support for reading partitioned datasets (#138) (@tanmaykm)
- Extrapolate size of sample for writing. (#140) (@altre)
- fix reading dataset without metadata file (#141) (@tanmaykm)
- fill missing partitioned col from partition path (#142) (@tanmaykm)
- bump version (#143) (@tanmaykm)
v0.8.0
v0.7.1
v0.7.0
Parquet v0.7.0
Closed issues:
- Write parquet file (#1)
- String columns read back as
Vector{UInt8}
(#94) - Why
ParFile
instead ofParquetFile
? (#99) - Corrupt reads with large data files (#105)
Merged pull requests:
- reader improvements (#97) (@tanmaykm)
- read decimals encoded as fixed width byte arrays (#101) (@tanmaykm)
- update to use Thrift v0.8 (#102) (@tanmaykm)
- improve tests and coverage (#103) (@tanmaykm)
- support some more logical type mappings (#104) (@tanmaykm)
- rename ParFile to Parquet.File (#106) (@tanmaykm)
v0.6.1
v0.6.0
Parquet v0.6.0
Closed issues:
- Bug with
BatchedColumnCursor
reader (#89)
Merged pull requests:
- Parquet Writer (#66) (@xiaodaigh)
- Added a batched columns iterator (#83) (@tanmaykm)
- fix order of definition and repetition levels (#86) (@tanmaykm)
- read files with nested arrays (#87) (@tanmaykm)
- fix BatchedColumnsIterator missing value handling (#91) (@tanmaykm)
- bump version to v0.6 (#92) (@tanmaykm)
- Update Parquet.jl (#93) (@xiaodaigh)