Sylwester Arabas
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:  after: 
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...