Releases: JuliaData/IndexedTables.jl
Releases · JuliaData/IndexedTables.jl
v1.0.1
IndexedTables v1.0.1
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!!
withpermute!
(#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
IndexedTables v1.0.0
Closed issues:
- select Tuple{Selection} does not seem to work as per docs (#279)
Merged pull requests:
v0.13.0
v0.12.6
v0.12.5
IndexedTables v0.12.5
Merged pull requests:
v0.12.4
v0.12.4 (2019-09-25)
v0.12.3
v0.12.2
v0.12.1
v0.12.1 (2019-06-26)
Closed issues:
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)