Lucas Colley

Results 39 issues of Lucas Colley

The standard says: > Providing an empty tuple or an ellipsis to an array of rank 0 must result in an array of the same rank (i.e., if A has...

topic: Indexing

### Checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://github.com/prefix-dev/pixi/releases) of pixi, using...

:lady_beetle: bug
:snake: pypi

When attempting to perform boolean index assignment involving a Dask array with unknown shape, one receives the error message: ``` E ValueError: Boolean index assignment in Dask expects equally shaped...

array

This works in NumPy, but fails in Dask. ```python In [1]: import numpy as np In [2]: import dask.array as da In [3]: x = np.asarray([[1, 2]]) In [4]: y...

array

Skrub is a nice example of using pixi to manage environments for CI jobs: https://github.com/skrub-data/skrub/blob/main/.github/workflows/testing.yml. It gives natural separation between the environment setup details and the actual content of the...

CI

x-ref https://github.com/data-apis/array-api-extra/pull/10/files#r1776010210 While implementing a simple `cov` in array-api-extra (https://github.com/data-apis/array-api-extra/pull/10) I found that `xp.mean` does not support complex input. @kgryte suggested opening an issue over here as the arithmetic mean...

RFC
API change
topic: Complex Data Types
topic: Statistics

### Preface I do not think that I am the best person to champion this effort, as I am far from the most informed person here on Lazy arrays. I'm...

RFC
API extension
topic: Lazy/Graph
Needs Discussion

Here is some code from `asv` which used `MambaSolver` (vendored from `mamba.api`), with representative values for some of the variables: ```python solver = MambaSolver(['conda-forge', 'nodefaults'], None, self.context) ... transaction =...

type::question

Reading the mamba 2.0 changes page in the docs, I understand the general sentiment that mamba and micromamba have become more similar to each other. I also understand from other...