Releases: JuliaData/Tables.jl
Releases · JuliaData/Tables.jl
v1.12.0
Tables v1.12.0
Merged pull requests:
- fix error in error (#350) (@ericphanson)
- Add UnROOT to INTEGRATIONS.md replacing UpROOT (#351) (@Moelf)
- remove LinearAlgebra as dependency (#356) (@longemen3000)
v1.11.1
v1.11.0
v1.10.1
Tables v1.10.1
Closed issues:
Table.rows(DataFrame)
leads to a StackOverflowError (#311)- Try to respect viewhint in Tables.subset more often (#312)
- Tables that subtype AbstractMatrix are not fully supported (#316)
- Tables.columntable contract (#324)
Merged pull requests:
- Detect when a table type is passed to Tables.rows and throw appropr… (#313) (@quinnj)
- Fix typo (#315) (@LilithHafner)
- If AbstractMatrix defines Tables APIs, make fallbacks work (#319) (@quinnj)
- Improve docstring of Tables.partitions (#320) (@bkamins)
- add UnROOT.jl to integration list (#321) (@Moelf)
- document isiterabletable fallback (#323) (@rafaqz)
- Update docstring of Tables.columntable (#325) (@bkamins)
- fix typos (#326) (@spaette)
- eltype should take type rather than instance (#329) (@baumgold)
v1.10.0
v1.9.0
v1.8.1
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)
v1.7.0
Tables v1.7.0
Closed issues:
Merged pull requests:
- Fix typo in docs excerpt from DataFrames.jl source code (#266) (@Jasha10)
- Inline of
replacex
inadd_or_widen!
(compilation performance) and use ofOrderedDict
indictcolumntable
(column ordering) (#275) (@mathieu17g)