v1.8.0
Tables v1.8.0
Closed issues:
- Performance issue with
Tables.columns
fallback functions at 1st run withTables.Schema = nothing
andBase.IteratorSize = SizeUnknown()
(#273) - Make Tables.dictrowtable use OrderedDict (#274)
Tables.Columns
accepts table sources as input rather thanAbstractColumns
as stated in its docstring (#283)Tables.dictcolumntable
produces columns with#undef
instead ofmissing
in struct-valued columns (#286)Tables.dictcolumntable
results in#undef
values (#289)OrderedDict
deprecation inDictColumnTable
(#294)- Support Vector{Dict{String,Any}} as a Table format (#295)
Merged pull requests:
- Remove istable for a value of type AbstractMatrix (#198) (@bkamins)
OrderedDict
fordictrowtable
(#277) (@mathieu17g)- Recommend defining
materializer(::Type{<:MyType})
(#282) (@nalimilan) - add getrows (#284) (@CarloLucibello)
- Ensure defaultarray with missing types initializes with missing. Fixe… (#288) (@quinnj)
- Create Invalidations.yml (#290) (@ranocha)
- Change getrows -> subset (#292) (@quinnj)
- add ByRow (#293) (@bkamins)
- Support AbstractDict with String keys as tables (#296) (@quinnj)