Timothy Hodson

Results 55 comments of Timothy Hodson

Windows and OSX builds failing with: ``` 900+ lines of errors and warnings... × Building editable for numcodecs (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> See above...

The Windows build failed because I had a test using `dtype=float128`, but I don't understand why OSX is failing to `install numcodecs` with python>=3.10. Can we run these one more...

Added a usage example and rebased. I have still not resolved why the OSX 3.10 build failed. Hopefully later this week.

oh darn, my doc example gets tests too! 😞

Well, this passed just fine in a clean, local environment. But the GitHub runner is erroring with ``` ... 043 >>> import xarray as xr 044 >>> ds = xr.tutorial.open_dataset("air_temperature")...

(investigating local OSX build now)

@martindurant, the problem with OSX seems to be a broader issue. Note the [previous commit to main](https://github.com/zarr-developers/numcodecs/commits/main/) is also failing (#527). Perhaps we rerun the tests and proceed with any...

rebased on main

Any plan to continue on this? Trying to decide whether and how best to resume: https://github.com/zarr-developers/numcodecs/pull/503/ I had advocated for a pure `numpy` implementation of the bitinfo algorithm that would...

`model_builder.py` is interesting, but has that stalled? It would be nice to know some conventions for instantiating complex models, but when I look to the doc, I always come back...