Matthew R. Becker
Matthew R. Becker
Thanks @jakirkham. We just merged a pr to fast finish prs with skip messages for azure in smithy. To be honest it seems like we should just keep the logic...
xref: https://github.com/esheldon/fitsio/pull/467
please see https://github.com/conda-forge/status/issues/188 I am guessing this is a duplicate of that one.
We need to not make arbitray changes to the yaml. Otherwise other tools won't be able to process the recipes. These kinds of changes should be submitted as a CEP.
Cool. It needs to be put up for a vote and passed.
Above, did you mean "if a feedstock has no maintainer"? Assuming that is true, then yes I think this plan sounds sensible.
I wonder if we should reverse the staged-recipes workflow and require folks to join conda-forge before the recipe can be merged?
I think we have the C API write directly into the memory owned by numpy arrays. Thus I don't think we can actually release the GIL right now. @esheldon should...
From the numpy docs > In the future, we may add locking to ndarray to make writing multithreaded algorithms using NumPy arrays safer, but for now we suggest focusing on...