Skip to content

Releases: JuliaData/SentinelArrays.jl

v1.3.16

10 Oct 14:50
274a111
Compare
Choose a tag to compare

SentinelArrays v1.3.16

Diff since v1.3.15

Closed issues:

  • Problem with push! for MissingVector (#76)
  • ChainedVector doesn't work with matrix multiplication (#79)

Merged pull requests:

  • improve insert!, push! and pushfirst! for MissingVector (#77) (@bkamins)
  • Fix processing of ind in similar (#80) (@quinnj)

v1.3.15

26 Sep 01:03
4febc02
Compare
Choose a tag to compare

SentinelArrays v1.3.15

Diff since v1.3.14

Merged pull requests:

v1.3.14

20 Sep 02:38
7270ee7
Compare
Choose a tag to compare

SentinelArrays v1.3.14

Diff since v1.3.13

Closed issues:

  • Bug in ChainedVector indexing API (#74)

Merged pull requests:

  • make insert! consistent with Base Julia (#73) (@bkamins)
  • Define nextind/prevind for ChainedVectorIndex (#75) (@quinnj)

v1.3.13

31 May 13:52
2388704
Compare
Choose a tag to compare

SentinelArrays v1.3.13

Diff since v1.3.12

Closed issues:

  • stack gives undefined values for measure_vals including PooledArrays and chained SentinelArrays (#71)

Merged pull requests:

  • Fix issue copying between two ChainedVectors (#72) (@quinnj)

v1.3.12

11 Feb 19:43
09f0fdf
Compare
Choose a tag to compare

SentinelArrays v1.3.12

Diff since v1.3.11

Closed issues:

  • ccall method definition: argument 1 type doesn't correspond to a C type (#69)

Merged pull requests:

v1.3.11

14 Jan 09:11
ad1d153
Compare
Choose a tag to compare

SentinelArrays v1.3.11

Diff since v1.3.10

Closed issues:

  • Updating SentinelArrays (#67)

Merged pull requests:

  • Define Base.unaliascopy for ChainedVector (#68) (@quinnj)

v1.3.10

14 Dec 05:56
ac016b8
Compare
Choose a tag to compare

SentinelArrays v1.3.10

Diff since v1.3.9

Closed issues:

  • SentinelArrays.jl fails to compile on Julia 1.7 with --depwarn=yes (#64)

v1.3.9

14 Dec 05:02
4a5d7b9
Compare
Choose a tag to compare

SentinelArrays v1.3.9

Diff since v1.3.8

Closed issues:

  • Problem with == for SentinelArrays.ChainedVectorIndex (#65)

Merged pull requests:

  • Avoid ambiguities for basic ChainedVectorIndex operations (#66) (@quinnj)

v1.3.8

23 Oct 00:29
2f1d60a
Compare
Choose a tag to compare

SentinelArrays v1.3.8

Diff since v1.3.7

Closed issues:

  • Issues with plotting (#62)

Merged pull requests:

  • Define has for ChainedVectorIndex (#63) (@quinnj)

v1.3.7

20 Aug 04:28
f30d4c2
Compare
Choose a tag to compare

SentinelArrays v1.3.7

Diff since v1.3.6

Merged pull requests: