Skip to content

Releases: JuliaData/SentinelArrays.jl

v1.3.3

17 Jun 05:04
9e50b2a
Compare
Choose a tag to compare

SentinelArrays v1.3.3

Diff since v1.3.2

Merged pull requests:

  • Define size for ChainedVector IndexIterator (#50) (@quinnj)

v1.3.2

05 Jun 03:03
5cd8ed1
Compare
Choose a tag to compare

SentinelArrays v1.3.2

Diff since v1.3.1

Merged pull requests:

  • Removes conflicts between sentinels values (#49) (@attdona)

v1.3.1

28 May 00:31
7ae315d
Compare
Choose a tag to compare

SentinelArrays v1.3.1

Diff since v1.3.0

Closed issues:

  • Append to an empty vector (#45)
  • Append to an empty ChainedVector (#46)

Merged pull requests:

  • Fix appending to empty ChainedVectors (#47) (@omus)
  • Fix append on Vector with ChainedVector (#48) (@quinnj)

v1.3.0

25 May 04:58
3dff5d3
Compare
Choose a tag to compare

SentinelArrays v1.3.0

Diff since v1.2.16

Merged pull requests:

  • Work on improving ChainedVector performance for common operations (#42) (@quinnj)

v1.2.16

01 Oct 17:13
6480507
Compare
Choose a tag to compare

SentinelArrays v1.2.16

Diff since v1.2.15

Closed issues:

  • UndefInitializer -> cannot save as BSON / JLD (#24)
  • filter! fails on ChainedVector (#38)

Merged pull requests:

  • Fix deleteat! on ChainedVector when multiple chunks are deleted (#39) (@quinnj)

v1.2.15

01 Sep 18:13
06fc3db
Compare
Choose a tag to compare

SentinelArrays v1.2.15

Diff since v1.2.14

Closed issues:

  • filtering DataFrames does not shrink df properly (#36)

Merged pull requests:

  • Fix deleteat on ChainedVector that spans multiple array chains (#37) (@quinnj)

v1.2.14

30 Aug 04:11
b695c66
Compare
Choose a tag to compare

SentinelArrays v1.2.14

Diff since v1.2.13

Closed issues:

  • Copying/similar for SentinelArray (#34)

Merged pull requests:

  • Make copy, similar and getindex fallback to Array (#35) (@bkamins)

v1.2.13

20 Aug 12:16
f0d6ad7
Compare
Choose a tag to compare

SentinelArrays v1.2.13

Diff since v1.2.12

Closed issues:

  • ERROR: UndefRefError: access to undefined reference with map after loading MCMCChains (#31)
  • Weird behavior on dropmissing! v0.21.6 (#32)

Merged pull requests:

  • Fix deleteat for SentinelArrays with undef and integer inds (#33) (@quinnj)

v1.2.12

19 Aug 06:12
2352c94
Compare
Choose a tag to compare

SentinelArrays v1.2.12

Diff since v1.2.11

Closed issues:

  • delete! and filter! get stuck when dealing with large dataframe with SentinelArray-type columns (#23)
  • Mutating a SentinalArray element corrupts sentinel. (#25)
  • Major performance regression in CSV 0.7 (#30)

Merged pull requests:

  • Make deletat! for SentinelArray/ChainedVector much faster (#29) (@quinnj)

v1.2.11

14 Aug 12:16
ef2ac09
Compare
Choose a tag to compare

SentinelArrays v1.2.11

Diff since v1.2.10

Closed issues:

  • iterate incorrectly handles 0 length vectors in the chain (#27)

Merged pull requests:

  • Fix iteration issue when chains have zero-length (#28) (@quinnj)