
I was just about to submit some pull requests for fixes to the _gufuncs_linalg module and discovered that it no longer exists. It looks like it was removed in this commit<https://github.com/numpy/numpy/commit/0f516827dd081625b8b2262297be57ac855a9b...>. Is there any reason why it was removed without any apparent discussion? It looks like it was originally added in this PR<https://github.com/numpy/numpy/pull/3220>after a looooong discussion. Thanks, -Jay

On Tue, Mar 18, 2014 at 5:26 PM, Jay Bourque <jay.bourque@continuum.io> wrote:
I was just about to submit some pull requests for fixes to the _gufuncs_linalg module and discovered that it no longer exists. It looks like it was removed in this commit. Is there any reason why it was removed without any apparent discussion? It looks like it was originally added in this PR after a looooong discussion.
IIRC the functionality was merged into umath_linalg.c.src? -- Nathaniel J. Smith Postdoctoral researcher - Informatics - University of Edinburgh http://vorpus.org

Okay, it looks like the removal was part of this PR<https://github.com/numpy/numpy/pull/3880>, and that PR is referenced from this issue<https://github.com/numpy/numpy/issues/3217>which mentions needing more review and tests, and also lists several todo items and open issues. I think that more or less answers my question. -Jay On Tue, Mar 18, 2014 at 12:36 PM, Nathaniel Smith <njs@pobox.com> wrote:
On Tue, Mar 18, 2014 at 5:26 PM, Jay Bourque <jay.bourque@continuum.io> wrote:
I was just about to submit some pull requests for fixes to the _gufuncs_linalg module and discovered that it no longer exists. It looks like it was removed in this commit. Is there any reason why it was removed without any apparent discussion? It looks like it was originally added in this PR after a looooong discussion.
IIRC the functionality was merged into umath_linalg.c.src?
-- Nathaniel J. Smith Postdoctoral researcher - Informatics - University of Edinburgh http://vorpus.org _______________________________________________ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion
participants (2)
-
Jay Bourque
-
Nathaniel Smith