Talmo Pereira
Talmo Pereira
Add h5py
- Addresses https://github.com/emscripten-forge/recipes/issues/1352 - Based off of https://github.com/emscripten-forge/recipes/pull/685 - Updated recipe to current `rattler-build` syntax - Updated to `h5py=3.11.0` - Using [this monkey patch](https://github.com/emscripten-forge/recipes/blob/b594ce9b7e4dee0901a730053ac537ea1207a302/recipes/recipes_emscripten/pyproj/build.sh#L3-L10) for removing `-R` flags from `emcc`...
Common entrypoints for building packages for `emscripten-forge` are: - https://prefix.dev/blog/pixi_wasm - https://emscripten-forge.org/development/local_builds/ In both of these, the workflow is described as: 1. Install pixi 2. `git clone https://github.com/emscripten-forge/recipes && cd...
Hello! Thanks for this awesome project. I'm eager to use `h5py` in a JupyterLite / xeus-python custom env, but `h5py` doesn't have a `noarch` package on `conda-forge`, nor a `emscripten-wasm32`...
First off, amazing work on this whole project stack -- seriously a game-changer for leveraging WASM and getting around the issues with Pyodide! I was hoping to give this template...
In the GUI, the numeric textbox for adjusting the relative loss weights for the different heads is really not great at the moment. Issues: 1. It doesn't let you go...
We should add a guide about using supervised ID models to the docs. This comes up from time to time and it'd be great to have a link to point...
- [ ] Add a couple more default marker sizes - [ ] Make the available marker sizes configurable via the preferences yaml - [ ] Make sure to add...
In - https://github.com/talmolab/sleap/pull/1986 , we fixed the Kalman filter that had mismatched args with the new CLI. We disabled it with the flow tracker since it doesn't make as much...