Re: [Numpy-discussion] Proposal: stop providing official win32 downloads (for now)

2015-12-19 Thread Ralf Gommers
On Sat, Dec 19, 2015 at 12:07 AM, Ian Henriksen < insertinterestingnameh...@gmail.com> wrote: > On Fri, Dec 18, 2015 at 3:27 PM Nathaniel Smith wrote: > >> On Dec 18, 2015 2:22 PM, "Ian Henriksen" < >> insertinterestingnameh...@gmail.com> wrote: >> > >> > An appveyor setup is a

Re: [Numpy-discussion] numpy.power -> numpy.random.choice Probabilities don't sum to 1

2015-12-19 Thread Andy Ray Terrel
A simple fix would certainly by pass the check in random.choice, but I don't know how to get that. So let's focus on the summation. I believe you are hitting an instability in summing small numbers as a power to 10th order would produce. Here is an example: mymatrix =