Skip to content

Releases: JuliaData/IndexedTables.jl

v1.0.1

13 Oct 12:56
c0d6388
Compare
Choose a tag to compare

IndexedTables v1.0.1

Diff since v1.0.0

Merged pull requests:

  • Update one more link in README after move to JuliaData (#287) (@robert-wright)
  • make missing_indxs apply to AbstractVector (#288) (@mattwigway)
  • CompatHelper: bump compat for WeakRefStrings to 1, (keep existing compat) (#291) (@github-actions[bot])
  • fix typo in docs (#295) (@tanmaykm)
  • Replace Base.permute!! with permute! (#299) (@LilithHafner)
  • Bump codecov/codecov-action from 1 to 3 (#300) (@dependabot[bot])
  • CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat) (#301) (@github-actions[bot])
  • Some general maintenance (#303) (@andreasnoack)
  • Bump actions/cache from 1 to 3 (#305) (@dependabot[bot])
  • Bump actions/checkout from 2 to 4 (#306) (@dependabot[bot])

Closed issues:

  • Need a new version (#296)

v1.0.0

05 Mar 07:33
2e97b48
Compare
Choose a tag to compare

IndexedTables v1.0.0

Diff since v0.13.0

Closed issues:

  • select Tuple{Selection} does not seem to work as per docs (#279)

Merged pull requests:

v0.13.0

09 May 00:08
Compare
Choose a tag to compare

IndexedTables v0.13.0

Diff since v0.12.6

Merged pull requests:

v0.12.6

14 Feb 20:06
aebac65
Compare
Choose a tag to compare

IndexedTables v0.12.6

Diff since v0.12.5

Merged pull requests:

v0.12.5

13 Feb 16:05
bf0fae0
Compare
Choose a tag to compare

IndexedTables v0.12.5

Diff since v0.12.4

Merged pull requests:

v0.12.4

28 Sep 15:03
v0.12.4
c7781f0
Compare
Choose a tag to compare

v0.12.3

17 Sep 08:55
v0.12.3
6843019
Compare
Choose a tag to compare

v0.12.3 (2019-09-16)

Diff since v0.12.2

Closed issues:

  • Integration with DataAPI.jl (#261)

Merged pull requests:

  • Take special selectors from DataAPI (#263) (piever)
  • Removed invalid reference to 'Compat' (#262) (jarlela)

v0.12.2

12 Jul 09:30
v0.12.2
4db67db
Compare
Choose a tag to compare

v0.12.2 (2019-07-11)

Diff since v0.12.1

Closed issues:

  • Join fails with table having key-columns only (#256)

Merged pull requests:

v0.12.1

28 Jun 07:36
v0.12.1
e4177f2
Compare
Choose a tag to compare

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)

v0.12.0

11 Apr 12:23
231fca9
Compare
Choose a tag to compare
use permute!! or copyto! instead of fastpermute! (#236)