Releases: JuliaData/Tables.jl
Releases · JuliaData/Tables.jl
v1.0.1
Tables v1.0.1
Merged pull requests:
v1.0.0
Tables v1.0.0
Closed issues:
- Support setproperty as well to modify columns in place (#11)
- Nesting (#13)
- wrapper for unknown schema, propertynames consistency (#33)
- Compute sortperm of a table (#49)
- Add a way to specify which columns are sorted (#52)
- Avoid type piracy via getproperty (#64)
- Should
Row
objects be required to support iteration (#75) - make allocatecolumn preserve levels of CategoricalValue (#99)
- Support types from Base.Iterators as columns (#101)
- [Feature Request] API for accessing rows (#103)
- Additional Walkthroughs of making a Table type (#114)
- Documentation on "How to test Table type" (#115)
- Case of LazyArrays and Tables.materializer (#122)
- Is there a Tables.jl equivalent of
DataFrames.jl
'sview(df, rows, :)
(#123) - add
nrow
andncol
(#124) - Bug in column iteration for
Tables.columns(Tables.table(m::AbstractMatrix))
(#125) - Implement trait types? (#129)
- Implement schema for views of row-tables (#130)
- Support Vector{Dict} as a Table format (#132)
- Feature request: trait
isrowtable
(#134) - API clarification request: space/time complexity of
rows(table)
andcolumns(table)
(#135)
Merged pull requests:
- Add lazy Filter operation (#113) (@quinnj)
- Make README example into valid Julia code (#121) (@randyzwitch)
- Add Tables interface to RowIterator (#126) (@tkf)
- Tables API enhancement (#131) (@quinnj)
- Document expected space/time complexity (#136) (@tkf)
- Install TagBot as a GitHub Action (#139) (@JuliaTagBot)
- Add Tables.isrowtable for convenience. Fixes #134 (#140) (@quinnj)
- Define: isrowtable(::Type{<:RowTable}) = true (#141) (@tkf)
- Idea: don't use types for documenting Row and Columns? (#142) (@tkf)
- Fix markdown tables (#143) (@tkf)
- Add explicit tests for sparse matrix (#145) (@quinnj)
- Remove operations.jl in favor of TableOperations.jl (#146) (@quinnj)
- Add Tables.Row/Tables.Columns types for convenience. We also clarify … (#147) (@quinnj)
v0.2.11
v0.2.10
v0.2.8
v0.2.7
v0.2.7 (2019-07-02)
Merged pull requests:
v0.2.6
v0.2.6 (2019-06-18)
Merged pull requests: