Releases: static-frame/arraykit
Releases · static-frame/arraykit
0.3.1
Compare
Sorry, something went wrong.
No results found
Improvements to delimited_to_arrays(), including proper loading of float16 types.
Extended deepcopy_array() to permit memo as None.
Corrected all compiler warnings on Windows.
0.3.0
Compare
Sorry, something went wrong.
No results found
Added first_true_1d(), first_true_2d(). Added tools for performance graphing.
0.2.9
Compare
Sorry, something went wrong.
No results found
Corrected segmentation fault resulting from attempting to parse invalid datetime64 strings in AK_CPL_to_array_via_cast.
0.2.8
Compare
Sorry, something went wrong.
No results found
Added include_none argument to isna_element(); implemented identification of Pandas pd.Timestamp NaT.
0.2.7
Compare
Sorry, something went wrong.
No results found
Updated most-recent NumPy references to 1.23.5.
0.2.6
Compare
Sorry, something went wrong.
No results found
0.2.5
Compare
Sorry, something went wrong.
No results found
Optimization to numerical array creation in delimited_to_arrays().
0.2.4
Compare
Sorry, something went wrong.
No results found
Set NumPy minimum version at 1.18.5.
0.2.3
Compare
Sorry, something went wrong.
No results found
Extended arguments to and functionality in split_after_count to support the complete CSV dialect interface.
Now building wheels for 3.11.
0.2.2
Compare
Sorry, something went wrong.
No results found
Refinements to ensure typed-parsed ints are always int64 in delimited_to_arrays.