Douglas Bates

Results 227 comments of Douglas Bates

Thanks for checking that by writing the C code, @andreasnoack . I was beginning to convince myself that the problem may be in MKL but I kept thinking that this...

Thank you very much for making that report, @andreasnoack . I haven't been able to view that link yet but I imagine that is because the moderator must release it....

@andreasnoack Has there been any response from the MKL maintainers about the bug report? I have not succeeded in viewing that issue.

By the way, I recently checked again the speed of their `mkl_sparse_?_syrkd` versus our single threaded code and the single threaded code is still faster. It appears that their inspector-executor...

I see that the Arrow Columnar Format section of the Arrow docs explicitly says that duplicates and null values are allowed in the dictionary but the null count is always...

Thanks for addressing this.

@ParadaCarleton and @eschnett Is the question directed to me because I am a member of JuliaInterop or because I had some involvement in this package? I don't recall any involvement...

> > At present the default method for levels ends up sorting the pool. > > This is what the `DataAPI.levels` API requires: > > > Values are returned in...

Fixed in #107 I think

Another series of warnings of the form ``` Test Summary: | Pass Total Time Table | 119 119 3.2s ┌ Warning: use values(kwargs) and keys(kwargs) instead of kwargs.data and kwargs.itr...