[Numpy-discussion] Providing functions to convert axes of object arrays to and from lists

2020-01-03 Thread Przemysław Simajchel
Hi, A feature to implement functions converting last axes of object arrays to and from lists has been requested in the following issue: https://github.com/numpy/numpy/issues/14478 I've implemented this feature, and the code can be viewed in the following pull request: https://github.com/numpy/num

Re: [Numpy-discussion] Deprecate numpy.dual?

2020-01-03 Thread Robert Kern
On Fri, Jan 3, 2020 at 11:55 AM Warren Weckesser wrote: > In the notes, I listed the internal uses of `numpy.dual` within numpy > that I found: > > 1. In the code that generates random variates from the multivariate normal >distribution, one of `svd`, `eigh` or `cholesky` are used from > `num

Re: [Numpy-discussion] Deprecate numpy.dual?

2020-01-03 Thread Warren Weckesser
On 1/3/20, Sebastian Berg wrote: > On Fri, 2020-01-03 at 07:11 -0500, Warren Weckesser wrote: >> In response to some work on improving the documentation of >> `numpy.linalg` and how it compares to `scipy.linalg`, Kevin Sheppard >> suggested that the documentation of the module `numpy.dual` should

Re: [Numpy-discussion] Deprecate numpy.dual?

2020-01-03 Thread Sebastian Berg
On Fri, 2020-01-03 at 07:11 -0500, Warren Weckesser wrote: > In response to some work on improving the documentation of > `numpy.linalg` and how it compares to `scipy.linalg`, Kevin Sheppard > suggested that the documentation of the module `numpy.dual` should > also be improved. When I mentioned t

[Numpy-discussion] Deprecate numpy.dual?

2020-01-03 Thread Warren Weckesser
In response to some work on improving the documentation of `numpy.linalg` and how it compares to `scipy.linalg`, Kevin Sheppard suggested that the documentation of the module `numpy.dual` should also be improved. When I mentioned this suggestion in the community meeting on December 11, it was sugg