Juniper Tyree

Results 68 issues of Juniper Tyree

I'm working on a compressor where chunked encoding / decoding is possible, but during encoding we need to 1. know the data indices as part of the entire dataset (essentially...

The ABI stack machine treats everything as i32s, which is ok if we just pass values on. However, when reading or writing addresses and lengths and offsets, this has created...

I'm back to Pyodide and working on upgrading my custom deployment (https://github.com/climet-eu/lab) from pre-release v28 to v29 (my deployment is based off the v29 release commit). With some packages, including...

@treigerm and I are trying to use the relative error bound as suggested in the FAQ: ``` minbits = 0 maxbits = 0 maxprec = p minexp = ZFP_MIN_EXP -...

bug
documentation

* [ ] I've included my change in `CHANGELOG.md`

I am using WASM components in research to produce reproducible floating-point evaluation results (with a pre-runtime NaN canonicalization pass over the WASM bytecode). In particular, I am compiling the SZ3...

## Description I'm currently upgrading my JupyterLite deployment to v0.7.0. In the dev console, I see the following warning ``` Failed to fetch workspace from local storage: Error: Failed to...

bug

Loading the xrft package v1.0.1 produces the following warnings on Python 3.12: ``` /lib/python3.12/site-packages/xrft/xrft.py:284: SyntaxWarning: invalid escape sequence '\m' """ /lib/python3.12/site-packages/xrft/xrft.py:491: SyntaxWarning: invalid escape sequence '\m' """ /lib/python3.12/site-packages/xrft/xrft.py:691: SyntaxWarning: invalid...