Skip to content

Releases: JuliaData/SentinelArrays.jl

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)

v1.2.10

01 Aug 14:10
c12508c
Compare
Choose a tag to compare

SentinelArrays v1.2.10

Diff since v1.2.9

Merged pull requests:

  • MissingVector length should be of type Int (#22) (@omus)

v1.2.9

17 Jul 17:08
87652cb
Compare
Choose a tag to compare

SentinelArrays v1.2.9

Diff since v1.2.8

Merged pull requests:

  • Fix deleteat! with empty inds array (#21) (@quinnj)

v1.2.8

10 Jul 18:10
9cccd5e
Compare
Choose a tag to compare

SentinelArrays v1.2.8

Diff since v1.2.7

Merged pull requests:

  • Remove unnecessary code in ChainedVector index (#20) (@quinnj)

v1.2.7

07 Jul 17:08
a08ad58
Compare
Choose a tag to compare

SentinelArrays v1.2.7

Diff since v1.2.6

Closed issues:

  • UndefRefError when attempting to filter (#18)

Merged pull requests:

  • Work around an inconsistency when deleting from arrays with #undef (#19) (@quinnj)

v1.2.6

30 Jun 22:08
f642d8d
Compare
Choose a tag to compare

SentinelArrays v1.2.6

Diff since v1.2.5

Merged pull requests:

  • Remove broadcasting specialization, so it defaults to regular array o… (#15) (@quinnj)
  • Fix a rare corner case when cycling a sentinel value (#16) (@quinnj)

v1.2.5

28 Jun 20:08
ae8a1ca
Compare
Choose a tag to compare

SentinelArrays v1.2.5

Diff since v1.2.4

Merged pull requests:

  • Fix similar to only return SentinelArray when new type includes sentinel (#14) (@quinnj)

v1.2.4

28 Jun 05:07
b557b13
Compare
Choose a tag to compare

SentinelArrays v1.2.4

Diff since v1.2.3

Closed issues:

  • MethodError when creating copy from files bigger than 130x32 with missing columns (#12)

Merged pull requests: