Mauro Silberberg

Results 7 issues of Mauro Silberberg

Hi! I was considering subclassing `Plot` to add a `__call__` method, as I want to create a declarative plot specification, but provide the data a posteriori via a call to...

wishlist

### Initial Checks - [X] I have searched Google & GitHub for similar requests and couldn't find anything - [X] I have read and followed [the docs](https://docs.pydantic.dev) and still think...

feature request
unconfirmed

From: https://github.com/hgrecco/numbakit-ode/issues/12#issuecomment-1099136091 The solver shouldn't recompile when only the initial conditions `y0` change. But this fact is hidden by the current API, which accepts both jitted and non-jitted functions. In...

Can we replace `NBKODE_NONUMBA=0` with `NUMBA_DISABLE_JIT=0`? Or are we doing something more? > [NUMBA_DISABLE_JIT](https://numba.pydata.org/numba-doc/dev/reference/envvars.html#envvar-NUMBA_DISABLE_JIT) Disable JIT compilation entirely. The jit() decorator acts as if it performs no operation, and the...

Hi, I get different results when running the example from the README with differing number of steps (and a fixed seed). ```python import rebop from matplotlib.cm import viridis as cmap...

When doing a `so.Hist(common_bins=False)`, if the bins for each group overlap, the width calculated for each mark is smaller that it should be. Here's a minimal working example, where I...

### Description In contrast to Jupyter notebooks, Marimo allows to put the output area either `above` and `below`. I still find `above` confusing after years of using Jupyter(-like) notebooks, but...

enhancement