Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Feb 07:03
· 49 commits to master since this release

Tables v1.0.0

Diff since v0.2.11

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's view(df, rows, :) (#123)
  • add nrow and ncol (#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) and columns(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)