[Numpy-discussion] Variance without temporary array

2017-06-07 Thread marc
Dear Numpy developers, I'm trying to write a version of the variance function that does not use temporary array. I got something that start to be functional (the branch is located here https://github.com/mbarbry/numpy/tree/sum_square_shift) but when running the tests I get the following memory

[Numpy-discussion] NumPy 1.13.0 release

2017-06-07 Thread Charles R Harris
Hi All, On behalf of the NumPy team, I amn pleased to announce the NumPy 1.13.0 release. This release supports Python 2.7 and 3.4-3.6 and contains many new features. It is one of the most ambitious releases in the last several years. Some of the highlights and new functions are *Highlights* -

[Numpy-discussion] Add changelogs to repo

2017-06-07 Thread Charles R Harris
Hi All, I've made a PR adding the NumPy `1.13.0-changelog.rst` to a new `doc/changelog` directory. The idea is to keep the lengthy changelogs separate from the release notes, but still easily accessible and permanently part to the NumPy history. If you hi