v1.1.0
Arrow v1.1.0
Closed issues:
- memory leaking when reading compressed arrow files (#80)
- writing column with missing / struct data errors (#84)
- downstream packages need to put
Arrow.ArrowTypes.registertype!
statements in__init__
(#87)
Merged pull requests:
- Support new Decimal256 type (#79) (@quinnj)
- fix typo (#83) (@ericphanson)
- add
ArrowTypes.default
methods and tests for dates (#86) (@ericphanson) - add default UUID <-> UInt128 Arrow type mapping (#89) (@jrevels)
- bump Project.toml to v1.1.0 (#94) (@jrevels)
- Add warning for
Arrow.ArrowTypes.registertype!
(#96) (@ericphanson) - Fix
deploydocs
(#97) (@ericphanson) - convert Arrow-flavored eltypes to Julia-flavored eltypes on copy (#98) (@jrevels)
- Fix copy on DictEncoding arrays with missing values (#99) (@quinnj)
- Add BitIntegers compat (#100) (@quinnj)