Releases: JuliaData/SentinelArrays.jl
Releases · JuliaData/SentinelArrays.jl
v1.2.13
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
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
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.7
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
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
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
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: