Re: [Numpy-discussion] different values for ndarray when printed with or without

2017-10-18 Thread Nissim Derdiger
Nice catch Andre!!! np.set_printoptions(suppress=True) solved it. Thanks!!! Message: 4 Date: Wed, 18 Oct 2017 20:31:54 +0200 From: Andras Deak To: Discussion of Numerical Python Subject: Re: [Numpy-discussion] different values for ndarray when printed with or without Message-ID:

[Numpy-discussion] numpy grant update

2017-10-18 Thread Nathaniel Smith
Hi all, I wanted to give everyone an update on what's going on with the NumPy grant [1]. As you may have noticed, things have been moving a bit slower than originally hoped -- unfortunately my health is improving but has continued to be rocky [2]. Fortunately, I have awesome co-workers, and BIDS

Re: [Numpy-discussion] Github overview change

2017-10-18 Thread josef . pktd
On Wed, Oct 18, 2017 at 12:43 PM, Charles R Harris < charlesr.har...@gmail.com> wrote: > > > On Wed, Oct 18, 2017 at 7:23 AM, Sebastian Berg < > sebast...@sipsolutions.net> wrote: > >> Hi all, >> >> probably silly, but is anyone else annoyed at not seeing comments >> anymore in the github overview

Re: [Numpy-discussion] Github overview change

2017-10-18 Thread Sebastian Berg
On Wed, 2017-10-18 at 13:25 -0500, Nathan Goldbaum wrote: > This is a change in the UI that github introduced a couple weeks ago > during their annual conference. > > See https://github.com/blog/2447-a-more-connected-universe > This announces the "Discover repositories" thing, but my normal news

Re: [Numpy-discussion] different values for ndarray when printed with or without

2017-10-18 Thread Andras Deak
On Wed, Oct 18, 2017 at 7:30 PM, Nissim Derdiger wrote: > 3. difference between values are: > [ 2.25699615e+02 5.51561475e-01 3.81394744e+00 1.03807904e-01] > Instead of: > [225.69961547851562, 0.5515614748001099, 3.8139474391937256, > 0.10380790382623672] The beha

Re: [Numpy-discussion] Github overview change

2017-10-18 Thread Nathan Goldbaum
This is a change in the UI that github introduced a couple weeks ago during their annual conference. See https://github.com/blog/2447-a-more-connected-universe On Wed, Oct 18, 2017 at 11:49 AM Charles R Harris wrote: > On Wed, Oct 18, 2017 at 7:23 AM, Sebastian Berg < > sebast...@sipsolutions.n

Re: [Numpy-discussion] different values for ndarray when printed with or without

2017-10-18 Thread Nissim Derdiger
ints return same value, but when converting that list back to np array (arr=np.array(list)) - the printing issue returns. Any ideas what may cause that? Thanks, Nissim. -- next part -- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/numpy-discuss

Re: [Numpy-discussion] Github overview change

2017-10-18 Thread Charles R Harris
On Wed, Oct 18, 2017 at 7:23 AM, Sebastian Berg wrote: > Hi all, > > probably silly, but is anyone else annoyed at not seeing comments > anymore in the github overview/start page? I stopped getting everything > as mails and had a (bad) habit of glancing at them which would spot at > least bigger

[Numpy-discussion] Github overview change

2017-10-18 Thread Sebastian Berg
Hi all, probably silly, but is anyone else annoyed at not seeing comments anymore in the github overview/start page? I stopped getting everything as mails and had a (bad) habit of glancing at them which would spot at least bigger discussions going on, but now it only shows actual commits, which ho

Re: [Numpy-discussion] different values for ndarray when printed with or without [ ]

2017-10-18 Thread Nicholas Nadeau
Hi Nissim, While a working example will be helpful, I just wanted to confirm that you're not assigning a value to `list`, as you did in your message (e.g., ` list = arr.tolist()`). Because if that's the case, then you may run into issues, as `list` is a built-in Python keyword (for the `list` cla

Re: [Numpy-discussion] different values for ndarray when printed with or without [ ]

2017-10-18 Thread Andras Deak
On Wed, Oct 18, 2017 at 12:44 PM, Nissim Derdiger wrote: > Hi all, > > I have a ndarray, that shows different values when called like that: > print(arr) or like that print(arr[0::]). > > When changing it back to a python string (with list = arr.tolist()) – both > prints return same value, but when

[Numpy-discussion] different values for ndarray when printed with or without [ ]

2017-10-18 Thread Nissim Derdiger
Hi all, I have a ndarray, that shows different values when called like that: print(arr) or like that print(arr[0::]). When changing it back to a python string (with list = arr.tolist()) - both prints return same value, but when converting that list back to np array (arr=np.array(list)) - the pri

[Numpy-discussion] ANN: second SciPy 1.0.0 release candidate

2017-10-18 Thread Ralf Gommers
Hi all, I'm excited to be able to announce the availability of the second (and hopefully last) release candidate of Scipy 1.0. This is a big release, and a version number that has been 16 years in the making. It contains a few more deprecations and backwards incompatible changes than an average re