Skip to content

v0.12.1

Compare
Choose a tag to compare
@julia-tagbot julia-tagbot released this 28 Jun 07:36
v0.12.1
e4177f2

v0.12.1 (2019-06-26)

Diff since v0.12.0

Closed issues:

  • Column manipulation API cleanup (#239)
  • BoundsError on join (#237)

Merged pull requests:

  • Bump version and clean up dependency compat (#254) (quinnj)
  • Remove try catch from fallback table constructor to not mask errors (#253) (quinnj)
  • Minor project fixes (#252) (piever)
  • Migrate to Project.toml (#251) (davidanthoff)
  • Simplify table fallback constructor logic (#250) (quinnj)
  • Allow pushing tuple indices to index_buffer (#249) (piever)
  • stop using Pair constructor (#248) (piever)
  • Fix join when lkey and rkey have different names (#247) (piever)
  • Iterate named tuples in mapslices (#246) (piever)
  • use IndexedTables rather than StructArrays utils (#245) (piever)
  • use Base.foreach in column manipulations (#244) (piever)
  • Update reduce.jl (#243) (yakir12)
  • Fix documentation links (#242) (piever)
  • Switch renamecol to rename and insertcol to insertcols, add multiple column version (#241) (piever)
  • deprecate popcol, pushcol and setcol (#240) (piever)
  • Fix #237 : join with empty data (#238) (piever)