Sylwester Arabas

Results 518 comments of Sylwester Arabas

here is what is still to be addressed (i.e., pylint disable flags used), excluding docstring warnings which perhaps we do not really aim at this point for examples code: .py...

let's not try to enforce trailing-whitespace for notebooks!

same for wrong-import-position - the pip-install magick will cause it to pop up for every single notebook

here's how it influences the executions times: before: ![image](https://user-images.githubusercontent.com/89685/227274774-d9f7ae3c-259d-48ac-8d73-f4b4d2e5b1be.png) after: ![image](https://user-images.githubusercontent.com/89685/227274450-273e2e40-4dae-48f5-8499-42e3e349c0d2.png)

all what was reasonably needed to be done here is done, closing

this was mostly addressed in #310, keeping open as not all dependencies exposed yet, but removing from the 1.0.0 milestone

Thank you, @jcurtis2!

just marked those that are part of #341

For the record, this very likely will still not help in getting universal binaries of PyPartMC given that gfortran does not support it (see #291). Still, `cibuildwheel` supports cross-compilation for...

we do have working Apple Silicon builds now, so let's close this. If there are any other reasons to switch to pypa/cibuildwheel at this moment, please re-open or file a...