Thomas Brooks
Thomas Brooks
A [Stack Overflow user reported a problem](https://stackoverflow.com/questions/71977751/jax-linear-solve-issues/71991833?noredirect=1) with these JAX builds of the error in the title when running the following code: ``` python import jax.numpy as jnp a =...
There appears to be a compatibility issue with [numpy on Windows](https://github.com/numpy/numpy/issues/9464). On line 352 of main.py, there is: ``` python self.seeds = list(np.random.randint(0, self.uint32max, size=int(N))) ``` Where `self.uint32max == 4294967295...
Bisect tool has given me an error when I try to bisect C1-B-C as in this picture:  Umm, please don't ask what was going on with that construction.
This is a couple of fairly small optimizations. I'm fairly tentative about these, since I'm scared it might break something. In particular, caching the outer_bounds and outer_position properties seems risky....
A frequent source of annoyance when using matplotlib or ggplot is the need to specify the dimensions of the entire figure. After that, the figure is subdivided into axes, labels,...