Pamphile Roy

Results 48 issues of Pamphile Roy

We have 3 documentations–and some notebooks around: * https://rbc.readthedocs.io/en/latest/?badge=latest * https://xnd-project.gitbook.io/rbc/ * OmniSci gitbook I suggest we merge the resources into a single document. Doing so, I also propose to...

heavydb
documentation

The server crashes considering the following example, with input vectors of more than 2 and returning 2: ```python @omnisci('int32(Column, OutputColumn)') def example(input, out): size = len(input) for i in range(size):...

bug
heavydb

The following fails if there is no connection to a DB. > If should fail back to, say, local CPU target, or something sensible that reminds the expected output of...

bug
enhancement
heavydb

This follows the proposal on the forum https://discuss.scientific-python.org/t/spec-12-formatting-mathematical-expressions See other linked discussions as well.

New SPEC

Topic raised during the summit. Discussion: https://discuss.scientific-python.org/t/spec-13-recommended-targets-and-naming-conventions/1226

New SPEC

There is a lot of discussions in projects around what it means to endorse vs what is written on each SPEC. To help clarify things, I propose that we create...

enhancement
SPEC Discussion

I propose to work on refactoring `np.random.RandomState` usages in the code base to use the preferred `np.random.Generator` available starting from NumPy 1.17. It was discussed in some issue (I cannot...

scipy.stats
enhancement
needs-decision

Is there a way to remove old uploads? I want to be conscious about the space and my uploads and only keep the last x uploaded CID. AFAICT, `w3 ls`...

### What problem does your feature solve? This started as a Twitter conversation after Tomer's request for feedback. Thanks again for the outreach šŸ™‡ https://x.com/PamphileRoy/status/1848414906070278633 As the ecosystem grows, more...

### What problem does your feature solve? Rumor has it (@kalepail) that building a contract sometimes fails if you don't first clean your targets. ### What would you like to...