Skip to content

v1.6.1

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Dec 05:35
· 48 commits to main since this release
5e62ab2

Tables v1.6.1

Diff since v1.6.0

Closed issues:

  • how to user Table.partitioner to read spark partitioned datasets (#242)
  • columnaccess documentation clarification (#257)
  • Creating DataFrame from Vector of NamedTuples with different names (#260)
  • BoundsError on last(::MatrixTable) (#261)

Merged pull requests:

  • Fix internal use of columnaccess (#258) (@quinnj)
  • Minor docs clarification for custom types (#259) (@tpgillam)
  • Fix inconsistency between row and column behavior of MatrixTable (#262) (@quinnj)
  • Avoid assumption that Tables.getcolumn(x) always returns an AbstractVector. (#263) (@OkonSamuel)