Re: [Numpy-discussion] Recognizing a cycle in a vector

2015-11-26 Thread Daniel Sank
that np.allclose() > cannot be directly applied. > > Is there any way to check for cycles in this situation? > > Thanks for any advice, > Manolo > ___ > NumPy-Discussion mailing list > NumPy-Discussion@scipy.org > https://mail

Re: [Numpy-discussion] Change default order to Fortran order

2015-08-02 Thread Daniel Sank
ts are always better than global invariants -- the > most well known example is local variables versus global variables, but the > principle is much broader. > > -n > > -- > *Kang Wang, Ph.D.* > Highland Ave., Room 1113 > Madison, WI 53705-2275 > > > ___ > NumPy-Discussion mailing list > NumPy-Discussion@scipy.org > http://mail.scipy.org/mailman/listinfo/numpy-discussion > > -- Daniel Sank ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion

Re: [Numpy-discussion] Change default order to Fortran order

2015-08-02 Thread Daniel Sank
Could you please explain why you need 'F' ordering? It's pretty unlikely that you actually care about the internal memory layout, and you'll get better advice if you explain why you think you do care. > My first Python project is to somehow modify NumPy source > code such that everything is Fortra

Re: [Numpy-discussion] Would like to patch docstring for numpy.random.normal

2015-03-03 Thread Daniel Sank
Sturia, > Change the name of keyword arguments? > This would be evil. Yes, I see this now. It is really a shame these were defined as keyword arguments. I've shown the docstring to a few people and so far they all agree that it is unnecessarily convoluted.

[Numpy-discussion] Would like to patch docstring for numpy.random.normal

2015-02-25 Thread Daniel Sank
n't explain how to run the tests (in fact it doesn't even mention them). How can I make the proposed change without breaking the tests, or equivalently how do I find out how to run the tests myself so I can find an acceptable way of making the change on my own? [1] https://github.co