I think most of the build failures you’re seeing would be fixed by merging with or rebasing on the latest main branch.
Note that there is currently an issue with some of the windows CI runners, so you’ll see failures related to our spin configuration failing to handle a gcov argument that was added in spin 0.9 released a couple days ago. On Mon, May 6, 2024 at 8:48 PM Jake S. <jacob.stevens.h...@gmail.com> wrote: > Hi community, > > PR 26081 <https://github.com/numpy/numpy/pull/26081> is about making > numpy's ShapeType covariant and bound to a tuple of ints. The community > has requested this occasionally in issue 16544 > <https://github.com/numpy/numpy/issues/16544>. I'm reaching out via the > listserv because it's been a few months, and I don't want it to get too > stale. I could really use some help pushing it over the finish line. > > Summary: > Two numpy reviewers and one interested community member reviewed the PR > and asked for a type alias akin to npt.NDArray that allowed shape. I > worked through the issues with TypeVarTuple and made npt.Array, and it was > fragile, but passing CI. After a few months passed, I returned to fix the > fragility in the hopes of getting some more attention, but now it fails CI > in some odd builds (passes the mypy bit). I have no idea how to get these > to pass, as they appear unrelated to anything I've worked on (OpenBLAS on > windows, freeBSD...?). > > Thanks, > Jake > _______________________________________________ > NumPy-Discussion mailing list -- numpy-discussion@python.org > To unsubscribe send an email to numpy-discussion-le...@python.org > https://mail.python.org/mailman3/lists/numpy-discussion.python.org/ > Member address: nathan12...@gmail.com >
_______________________________________________ NumPy-Discussion mailing list -- numpy-discussion@python.org To unsubscribe send an email to numpy-discussion-le...@python.org https://mail.python.org/mailman3/lists/numpy-discussion.python.org/ Member address: arch...@mail-archive.com