koki watanabe
koki watanabe
# Summery This PR addresses the issue reported in #197 regarding the unnecessary space found before the "stackTrace" key in the generated JSON error payload. The presence of this space...
# Describe the issue I noticed that the error payload JSON generated by aws::lambda_runtime::invocation_response::failure includes an unexpected space before the "stackTrace" key. This extra space seems unnecessary and affects the...
## Description This PR introduces hash-based uniqueness extraction support for NPY_STRING, NPY_UNICODE, and NPY_VSTRING types in NumPy's np.unique function. The existing hash-based unique implementation, previously limited to integer data types,...
#### Reference issue Closes #22685 #### What does this implement/fix? This PR adds a new `signed_graph_variant` option to `scipy.sparse.csgraph.laplacian` to improve support for signed networks (signed_graph_variant='standard'). - `signed_graph_variant='standard'` is standard...
## Summary This pull request implements optional gzip and deflate compression for both outbound requests and inbound responses in the Triton Java client. Users can now specify "gzip" or "deflate"...
Please add support for optional gzip compression on both request payloads (send) and response payloads (receive) in the Java API, similar to what is already available in the Python and...