Discussion:
[Numpy-discussion] 1.10.0rc1 coming tomorrow, 22 Sept.
Charles R Harris
2015-09-21 22:19:44 UTC
Permalink
Hi All,

Just a heads up. The lack of reported problems in 1.10.0b1 has been
stunning.

Chuck
Travis Oliphant
2015-09-22 06:51:33 UTC
Permalink
Of course it will be 1.10.0 final where all the problems will show up
suddenly :-)

Perhaps we can get to where we are testing Anaconda against beta releases
better.

-Travis
Post by Charles R Harris
Hi All,
Just a heads up. The lack of reported problems in 1.10.0b1 has been
stunning.
Chuck
_______________________________________________
NumPy-Discussion mailing list
https://mail.scipy.org/mailman/listinfo/numpy-discussion
--
*Travis Oliphant*
*Co-founder and CEO*


@teoliphant
512-222-5440
http://www.continuum.io
Nathaniel Smith
2015-09-22 07:19:28 UTC
Permalink
Post by Travis Oliphant
Of course it will be 1.10.0 final where all the problems will show up
suddenly :-)
Post by Travis Oliphant
Perhaps we can get to where we are testing Anaconda against beta releases
better.

The most useful thing would actually not even involve you doing any more
testing, but just if you could make builds available so that end-users
could easily conda install the prereleases and do their own testing against
their own choice. In principle I guess we could provide our own binstar
channel for this, but it's difficult given that AFAIK rebuilding numpy in
conda requires also rebuilding the whole stack, and the numpy build recipes
are still proprietary.

-n
Travis Oliphant
2015-09-22 09:43:18 UTC
Permalink
Absolutely it would be good if others can test. All I was suggesting is
that we do run a pretty decent set of tests upon build and that would be
helpful.

If the numpy build recipes are not available, it is only because they have
not been updated to use conda-build yet. If somebody wants to volunteer to
convert all of our internal recipes to conda-build recipes so they could be
open source --- we would welcome the help.

But, it's not just the numpy recipes, it's the downstream binaries and
their test-suite as well that is useful to run. I am hoping we will have
something automatic here in the next few months on anaconda.org that will
make this easier -- but no promises at this point.

-Travis
Post by Travis Oliphant
Post by Travis Oliphant
Of course it will be 1.10.0 final where all the problems will show up
suddenly :-)
Post by Travis Oliphant
Perhaps we can get to where we are testing Anaconda against beta
releases better.
The most useful thing would actually not even involve you doing any more
testing, but just if you could make builds available so that end-users
could easily conda install the prereleases and do their own testing against
their own choice. In principle I guess we could provide our own binstar
channel for this, but it's difficult given that AFAIK rebuilding numpy in
conda requires also rebuilding the whole stack, and the numpy build recipes
are still proprietary.
-n
_______________________________________________
NumPy-Discussion mailing list
https://mail.scipy.org/mailman/listinfo/numpy-discussion
--
*Travis Oliphant*
*Co-founder and CEO*


@teoliphant
512-222-5440
http://www.continuum.io
Antoine Pitrou
2015-09-22 13:10:13 UTC
Permalink
On Tue, 22 Sep 2015 04:43:18 -0500
Post by Travis Oliphant
Absolutely it would be good if others can test. All I was suggesting is
that we do run a pretty decent set of tests upon build and that would be
helpful.
If the numpy build recipes are not available, it is only because they have
not been updated to use conda-build yet. If somebody wants to volunteer to
convert all of our internal recipes to conda-build recipes so they could be
open source --- we would welcome the help.
Note there's a skeleton recipe for numpy here:
https://github.com/conda/conda-recipes/tree/master/numpy-openblas

If there's interest I could try to come up with a slightly better one,
although I can only promise to make it work on Linux.

Regards

Antoine.

Continue reading on narkive:
Loading...