Releases: static-frame/arraykit
Releases · static-frame/arraykit
0.4.7
24 May 20:37
Compare
Sorry, something went wrong.
No results found
Added BlockIndex.iter_block()
.
Corrected issue in BlockIndex.shape
when the BlockIndex
has zero rows.
0.4.6
23 May 23:14
Compare
Sorry, something went wrong.
No results found
Corrected handling of empty selections in BlockIndex.iter_contiguous()
.
0.4.5
23 May 13:03
Compare
Sorry, something went wrong.
No results found
Corrected handling of ascending
in BlockIndex.iter_contiguous()
with Boolean arrays.
0.4.4
22 May 23:13
Compare
Sorry, something went wrong.
No results found
Corrected deallocation routines in BlockIndex.iter_contiguous()
.
0.4.3
21 May 17:53
Compare
Sorry, something went wrong.
No results found
Added BlockIndex.iter_contiguous()
with options for ascending
and reduce
sequences.
0.4.2
18 May 23:19
Compare
Sorry, something went wrong.
No results found
Added slice_to_ascending_slice()
.
Updated BlockIndex.shape
to internally cache the shape tuple.
Corrected BlockIndex.iter_select()
handling of negative integers in sequences.
0.4.1
17 May 23:06
Compare
Sorry, something went wrong.
No results found
Updated BlockIndex.register()
to handle 0-column 2D arrays and return False.
Added BlockIndex.rows
, BlockIndex.columns
properties.
Updated unset BlockIndex.dtype
to return a float dtype.
0.4.0
16 May 21:24
Compare
Sorry, something went wrong.
No results found
Added BlockIndex
, a tool to be used by TypeBlocks
for mapping realized column positions to arrays.
Corrected potential issue in AK_CPL_resize_buffer
that could segfault for very large offsets.
0.3.4
02 May 17:47
Compare
Sorry, something went wrong.
No results found
Simplified identification of pd.NaTType
in isna_element()
.
0.3.3
02 May 01:05
Compare
Sorry, something went wrong.
No results found
Corrected potential memory leak in isna_element()
.