Skip to content

Releases: JuliaData/SentinelArrays.jl

v1.4.3

21 May 04:26
d13560a
Compare
Choose a tag to compare

SentinelArrays v1.4.3

Diff since v1.4.2

Merged pull requests:

  • Fix accidental piracy in BufferedVector (#102) (@Drvi)

Closed issues:

  • push! type piracy (#94)

v1.4.2

10 May 13:37
f9e11b7
Compare
Choose a tag to compare

SentinelArrays v1.4.2

Diff since v1.4.1

Merged pull requests:

Closed issues:

  • argmax returns incorrect results (#97)

v1.4.1

04 Nov 21:55
fa840f9
Compare
Choose a tag to compare

SentinelArrays v1.4.1

Diff since v1.4.0

Merged pull requests:

  • Add an assert in ChainedVectorIndex checkbounds (#90) (@quinnj)
  • fix out-of-bounds bug in BufferedVector (#91) (@vtjnash)
  • v1.4.1 (#92) (@Drvi)
  • Add compat bounds for Dates and Random (#93) (@Drvi)

v1.4.0

30 May 18:57
bc8aba3
Compare
Choose a tag to compare

SentinelArrays v1.4.0

Diff since v1.3.18

Merged pull requests:

v1.3.18

20 Feb 22:32
d3c0df6
Compare
Choose a tag to compare

SentinelArrays v1.3.18

Diff since v1.3.16

Closed issues:

  • dropmissing!(df, :col) giving Data frame is corrupt: length of column :event_name (5342) (#83)

Merged pull requests:

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: