Ben McDonald
Ben McDonald
HDF5 has a `save_offsets` argument that makes it so, when writing a strings array, the offsets array is saved as well and can then be loaded later to make string...
There are two main use cases in mind with Mason in Arkouda. The first use case is moving standalone modules such as sort, set operations, etc. to their own mason...
Here is a list of the Parquet follow up work that has been identified so far, items will be checked off as they are merged into master in follow up...
In https://github.com/Bears-R-Us/arkouda/issues/1153, it was identified that `TaskErrors` from `forall` loops were not being caught by the server, so https://github.com/chapel-lang/chapel/issues/19378 was opened and https://github.com/Bears-R-Us/arkouda/pull/1188 was implemented with a short-term workaround for...
Steps to reproduce: 1. Connect to Arkouda server 2. Create a pdarray 3. Run `exit()` in Python with server still running This will result in: ``` Exception ignored in: Traceback...
This is a draft implementation of the lisp code being opened for easy sharing. This branch has the `ObjectPool` optimization as a work in progress with values hardcoded for the...
Looking at the documentation, I am seeing that libzmq versions `(≥ 3.2.2, ≥ 4.0.1 )` are supported (https://pyzmq.readthedocs.io/en/latest/#supported-libzmq), but am seeing `zmq.error.ZMQVersionError: zmq.has requires libzmq >= 4.1, have 4.0.4` on...
A recent Chapel PR added a new two array radix sort algorithm that performs much better on a single locale, but doesn't work with distributed code, so this PR updates...
This PR (closes #2880) adds support for a `parallelWriteThreshold` flag that allows a user to determine the size of files of the Parquet files to be written and then write...
This PR adds support for a `parallelWriteThreshold` flag that allows a user to determine the size of files of the Parquet files to be written and then write those files...