Skip to content

v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Oct 05:07
· 20 commits to master since this release
b555f95

Tables v1.1.0

Diff since v1.0.5

Closed issues:

  • Equivalent of MATLAB Table function (#179)
  • [Feature request] Add Tables.nrows and Tables.ncols to the API (#181)
  • Add a Tables.partitions API interface (#185)
  • Another weird constructor (#188)
  • Add trait for column scientific type (#190)
  • Type stability for columns of different types (#196)
  • adding Tables.table methods (#199)

Merged pull requests:

  • Jq/ups (#184) (@quinnj)
  • Introduce new Tables.partitions function (#191) (@quinnj)
  • Clean up docs, use of Tables.partitioner (#193) (@quinnj)
  • Make find_integrations.jl a bit more general, update integrations. (#194) (@tpapp)
  • add DimensionalData.jl to integrations list (#195) (@rafaqz)
  • column type -> column element type in docs (#197) (@rafaqz)
  • Allow header to be anything in Tables.table (#200) (@bkamins)
  • Avoid allocating header symbol vector for every matrix input (#203) (@quinnj)