David Foster

Results 57 comments of David Foster

Might be added together with QA logging in #52

@alexander-schranz please could you update to the latest version, e.g. using `pip install -U sphinx-tabs`? We no longer depend on `pkg_resources` so this should sort the error

Failing that, it looks like Python 12 no longer includes setuptools. So `pip install setuptools` might help. If others also find this is the case, we might need to include...

Would it be useful for me to replace some of the for loops with numpy matrix-based calculations? Love the project by the way!

Excellent @SirBob01, I'll give it a go then! Hoping that working through the code will improve my understanding of them too 😄

Which dependency has added the new class? As it's not functional for our package, it would be best to ignore this in our tests rather than add it to them...

In case someone else is looking to use a custom sampler, `FunctionSampler(..., validate=False)` allows any data type as described in its docs. This allows polars inputs, but obviously won't validate...