Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-03-14 | 905 Bytes | |
v1.10.1 source code.tar.gz | 2023-03-14 | 40.1 kB | |
v1.10.1 source code.zip | 2023-03-14 | 49.1 kB | |
Totals: 3 Items | 90.1 kB | 0 |
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)