Rob Erdmann
Rob Erdmann
Hi John, I was experimenting with the approximate convolution you mentioned in #1160 and I came across a persistent segfault but only when convolving ushort images. I can make the...
I was poking around in the source code and discovered [`ScipyLeastSquares`](https://github.com/google/jaxopt/search?q=ScipyLeastSquares), but it's only mentioned in the [changelog for v0.1 (initial release)](https://jaxopt.github.io/stable/search.html?q=ScipyLeastSquares&check_keywords=yes&area=default) and is otherwise undocumented.
When I run `pytest` in the root pyvips folder, more often than not I'm getting this at the very end: ``` ===================================================================== warnings summary ====================================================================== tests/test_progress.py::TestProgress::test_progress_fields /opt/anaconda3/lib/python3.8/site-packages/_pytest/unraisableexception.py:78: PytestUnraisableExceptionWarning: Exception ignored...
How would you feel about a PR adding one or more Jupyter notebooks to demonstrate the use of the library with inline graphical outputs? github renders notebooks natively, so they...
Hi John, I've recently had to install libvips and pyvips on a new MacBook Pro for work, and I encountered an identical issue to #24 and #38 by trying to...
I just discovered this very cool library while following along with the [raspy blog](https://colab.research.google.com/github/srush/raspy/blob/main/Blog.ipynb). Thanks for creating it! I was unable to successfully generate latex-containing output in an SVG (no...
**Describe the bug** The types reported by gphoto2 for the properties named in the subject seem to be inconsistent with their reported values. Specifically, `eosmoviemode`, `popupflash`, and `uilock` all report...
Thanks for the handy library! I have a `pytree_dataclass` that contains a few `static_field`s that I would like to have serialized by the facilities in `flax.serialize`. I noticed that `jax_dataclasses.asdict`...