ajpotts

Results 159 issues of ajpotts

The `reshape` function gives the incorrect result for the `bigint` type, as shown in the following example: ``` In [3]: dtype = "bigint" In [4]: size = 10 In [5]:...

`max` and `min` functions on pdarrays of type `bool` should return `bool` to better align with numpy: ``` In [7]: pda = ak.zeros(size, dtype=dtype) In [8]: ak.max(pda) Out[8]: 0 In...

refactor `boolReductionMsg` to remove `@arkouda.registerND` and add the `all`, `any`, `is_sorted`, and `is_sorted_locally` instead.

The new benchmarks should have an option to output the performance graph format used by the chapel team.

Remove `@arkouda.registerND` from `parseServerConfigMsg.chpl`.

Remove `@arkouda.registerND` from `ZarrMsg.chpl`.

Add a keepdims argument for sum, prod, min, and max like numpy: https://numpy.org/doc/stable/reference/generated/numpy.sum.html

Add an order argument to flatten to match numpy: https://numpy.org/doc/2.0/reference/generated/numpy.ndarray.flatten.html

Remove `@arkouda.registerND` from `EfuncMsg.chpl`.