Skip to content

Releases: JuliaData/Tables.jl

v1.12.0

17 Jul 01:00
b7dbe50
Compare
Choose a tag to compare

Tables v1.12.0

Diff since v1.11.1

Merged pull requests:

v1.11.1

20 Oct 11:00
1f79db0
Compare
Choose a tag to compare

Tables v1.11.1

Diff since v1.11.0

Merged pull requests:

Closed issues:

  • Type stability of Tables.matrix(::NamedTuple) (#339)

v1.11.0

19 Sep 18:30
a695836
Compare
Choose a tag to compare

Tables v1.11.0

Diff since v1.10.1

Merged pull requests:

Closed issues:

  • Interface for metadata (including per-column) (#176)

v1.10.1

14 Mar 01:14
282f665
Compare
Choose a tag to compare

Tables v1.10.1

Diff since v1.10.0

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:

v1.10.0

11 Oct 20:57
2cb1399
Compare
Choose a tag to compare

Tables v1.10.0

Diff since v1.9.0

Closed issues:

  • infinite loop when converting btw Pandas.DataFrame and DataFrames.DataFrame in v1.6.1 (#269)
  • Breaking behaviour in Tables 1.8.0 (#306)
  • Definition of DictColumns (#309)

Merged pull requests:

  • Add recent package MarkdownTables.jl. (#305) (@tpapp)
  • Fix docstring for Tables.rows (#307) (@ablaom)
  • In documentation, replace "getrows" with "subset" (#308) (@ablaom)
  • Update DictRows and DictColumns definition (#310) (@bkamins)

v1.9.0

25 Sep 17:21
9ba99be
Compare
Choose a tag to compare

Tables v1.9.0

Diff since v1.8.1

Closed issues:

  • Newest version on doc page is 1.5.1 (#299)
  • View hint (#303)

Merged pull requests:

v1.8.1

17 Sep 15:57
487512f
Compare
Choose a tag to compare

Tables v1.8.1

Diff since v1.8.0

Merged pull requests:

v1.8.0

16 Sep 14:13
681b253
Compare
Choose a tag to compare

Tables v1.8.0

Diff since v1.7.0

Closed issues:

  • Performance issue with Tables.columns fallback functions at 1st run with Tables.Schema = nothing and Base.IteratorSize = SizeUnknown() (#273)
  • Make Tables.dictrowtable use OrderedDict (#274)
  • Tables.Columns accepts table sources as input rather than AbstractColumns as stated in its docstring (#283)
  • Tables.dictcolumntable produces columns with #undef instead of missing in struct-valued columns (#286)
  • Tables.dictcolumntable results in #undef values (#289)
  • OrderedDict deprecation in DictColumnTable (#294)
  • Support Vector{Dict{String,Any}} as a Table format (#295)

Merged pull requests:

v1.7.0

06 Mar 03:12
994fc7b
Compare
Choose a tag to compare

Tables v1.7.0

Diff since v1.6.1

Closed issues:

  • Better default for Tables.columnnames (#247)
  • Why use NamedTuple data type? (#267)

Merged pull requests:

  • Fix typo in docs excerpt from DataFrames.jl source code (#266) (@Jasha10)
  • Inline of replacex in add_or_widen! (compilation performance) and use of OrderedDict in dictcolumntable (column ordering) (#275) (@mathieu17g)

v1.6.1

14 Dec 05:35
5e62ab2
Compare
Choose a tag to compare

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)