Skip to content

Releases: JuliaData/SentinelArrays.jl

v1.4.5

07 Jul 01:04
b9a7ef7
Compare
Choose a tag to compare

SentinelArrays v1.4.5

Diff since v1.4.4

Merged pull requests:

v1.4.4

05 Jul 04:39
008e818
Compare
Choose a tag to compare

SentinelArrays v1.4.4

Diff since v1.4.3

Merged pull requests:

  • Fix argmax, findmax, findXwithfirst, and expand testing (#99) (@mkitti)

Closed issues:

  • findmax is broken for repeated values (#101)

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)