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)