Re: [Numpy-discussion] Feature requests/Enhancements for upper-level engineering students

2020-08-21 Thread Charles R Harris
On Thu, Aug 20, 2020 at 11:11 AM cooperrc wrote: > Greetings, > As the Fall semester is fast approaching (10 days away for us at UConn), we > are looking for senior design (also called capstone) projects for the > 2020-2021 school year. The COVID situation has strengthened the need for > remote w

Re: [Numpy-discussion] Migrating code to eliminate references to numpy/core/include/numpy/npy_3kcompat.h (?)

2020-08-21 Thread Charles R Harris
On Fri, Aug 21, 2020 at 3:32 PM Otto Hirr wrote: > Greetings, > > tl;dr: > Need to remove npy_3kcompat.h from any source code location since > Python2 is no longer supported. > > Background: > Ran into an error after compiling various apps regarding > npy_PyErr_ChainExceptionsCause() being undefi

[Numpy-discussion] Migrating code to eliminate references to numpy/core/include/numpy/npy_3kcompat.h (?)

2020-08-21 Thread Otto Hirr
Greetings, tl;dr: Need to remove npy_3kcompat.h from any source code location since Python2 is no longer supported. Background: Ran into an error after compiling various apps regarding npy_PyErr_ChainExceptionsCause() being undefined at runtime. Poking around shows that this is related to npy_3k