[Numpy-discussion] ANN: SciPy 0.19.0

2017-03-09 Thread Evgeni Burovski
nterpolators), you may want to double-check your results. Authors ======= * @endolith * Max Argus + * Hervé Audren * Alessandro Pietro Bardelli + * Michael Benfield + * Felix Berkenkamp * Matthew Brett * Per Brodtkorb * Evgeni Burovski * Pierre de Buyl * CJ Carey * Brandon Carter + * Tim Cera * Klesk C

Re: [Numpy-discussion] Could we simplify backporting?

2017-02-24 Thread Evgeni Burovski
> I really don't like the double work and the large amount of noise coming > from backporting every other PR to NumPy very quickly. For SciPy the policy > is: > - anyone can set the "backport-candidate" label > - the release manager backports, usually a bunch in one go > - only important fixe

[Numpy-discussion] ANN: Scipy 0.19.0 release candidate 2

2017-02-24 Thread Evgeni Burovski
details of the interpolators), you may want to double-check your results. Authors === * @endolith * Max Argus + * Hervé Audren * Alessandro Pietro Bardelli + * Michael Benfield + * Felix Berkenkamp * Matthew Brett * Per Brodtkorb * Evgeni Burovski * Pierre de Buyl * CJ Carey * Brandon C

[Numpy-discussion] ANN: scipy 0.19.0 release candidate 1

2017-02-15 Thread Evgeni Burovski
s. Authors === * @endolith * Max Argus + * Hervé Audren * Alessandro Pietro Bardelli + * Michael Benfield + * Felix Berkenkamp * Matthew Brett * Per Brodtkorb * Evgeni Burovski * Pierre de Buyl * CJ Carey * Brandon Carter + * Tim Cera * Klesk Chonkin * Christian Häggström + * Luca Citi * Peadar

Re: [Numpy-discussion] Numpy development version wheels for testing

2017-01-28 Thread Evgeni Burovski
On Fri, Jan 27, 2017 at 9:24 PM, Matthew Brett wrote: > Hi, > > I've taken advantage of the new travis-ci cron job feature [1] to set > up daily builds of numpy manylinux and OSX wheels for the current > trunk, uploading to: > > https://7933911d6844c6c53a7d-47bd50c35cd79bd838daf386af554a83.ssl.cf2

Re: [Numpy-discussion] Numpy 1.11.3, scipy 0.18.1, MSVC 2015 and crashes in complex functions

2017-01-23 Thread Evgeni Burovski
Related to https://github.com/scipy/scipy/issues/6336? 23.01.2017 14:40 пользователь "David Cournapeau" написал: > Hi there, > > While building the latest scipy on top of numpy 1.11.3, I have noticed > crashes while running the scipy test suite, in scipy.special (e.g. in > scipy.special hyp0f1 te

Re: [Numpy-discussion] missing from contributor list?

2016-11-02 Thread Evgeni Burovski
br@duneyrr:~/repos/numpy/numpy/_build_utils$ git blame -M -C -C apple_accelerate.py 4743f3b4 numpy/_build_utils/apple_accelerate.py (Charles Harris 2015-12-05 19:16:00 -0700 1) from __future__ import division, a 4743f3b4 numpy/_build_utils/apple_accelerate.py (Charles Harris 2015-12-05 19:16:00 -0

Re: [Numpy-discussion] NumPy 1.11.2 released

2016-10-03 Thread Evgeni Burovski
Thank you Chuck! 04.10.2016 5:15 пользователь "Charles R Harris" написал: > *Hi All,* > > I'm pleased to announce the release of Numpy 1.11.2. This release > supports Python 2.6 - 2.7, and 3.2 - 3.5 and fixes bugs and regressions > found in Numpy 1.11.1. Wheels for Linux, Windows, and OSX can be

Re: [Numpy-discussion] Vendorize tempita

2016-10-01 Thread Evgeni Burovski
om> wrote: >>> >>> >>> >>> On Fri, Sep 30, 2016 at 9:48 AM, Evgeni Burovski < evgeny.burovs...@gmail.com> wrote: >>>> >>>> On Fri, Sep 30, 2016 at 6:29 PM, Charles R Harris >>>> wrote: >>>> > &

Re: [Numpy-discussion] Vendorize tempita

2016-09-30 Thread Evgeni Burovski
On Fri, Sep 30, 2016 at 6:29 PM, Charles R Harris wrote: > > > On Fri, Sep 30, 2016 at 9:21 AM, Benjamin Root wrote: >> >> This is the first I am hearing of tempita (looks to be a templating >> language). How is it a dependency of numpy? Do I now need tempita in order >> to use numpy, or is it a

Re: [Numpy-discussion] scipy curve_fit variable list of optimisation parameters

2016-08-02 Thread Evgeni Burovski
On Tue, Aug 2, 2016 at 6:41 PM, Siegfried Gonzi wrote: > Hi all > > Does anyone know how to invoke curve_fit with a variable number of > parameters, e.g. a1 to a10 without writing it out, > > e.g. > > def func2( x, a1,a2,a3,a4 ): > > # Bessel function > tmp = scipy.special.j0( x[:

[Numpy-discussion] ANN: scipy 0.18.0 release

2016-07-25 Thread Evgeni Burovski
larjoe + * Gregory Allen + * Gilles Aouizerate + * Tom Augspurger + * Henrik Bengtsson + * Felix Berkenkamp * Per Brodtkorb * Lars Buitinck * Daniel Bunting + * Evgeni Burovski * CJ Carey * Tim Cera * Grey Christoforo + * Robert Cimrman * Philip DeBoer + * Yves Delley + * Dávid Bodnár + * Ion Elberdin +

[Numpy-discussion] scipy 0.18.0 release candidate 2

2016-07-08 Thread Evgeni Burovski
On behalf of the scipy development team, I am pleased to announce the second release candidate for scipy 0.18.0. Please test it --- both the release itself on your machines and your code against this release --- and report results on the issue tracker or scipy-dev mailing list. Source tarballs an

Re: [Numpy-discussion] Benchmark regression feeds

2016-06-29 Thread Evgeni Burovski
Thanks Pauli! Maybe it's worth to add these to the devdocs pages? On Jun 24, 2016 10:05 PM, "Pauli Virtanen" wrote: > Hi, > > In case someone is interested in getting notifications of performance > regressions in the Numpy and Scipy benchmarks, this is available as Atom > feeds at: > > https://pv

Re: [Numpy-discussion] scipy 0.18 release candidate 1

2016-06-21 Thread Evgeni Burovski
On Tue, Jun 21, 2016 at 4:27 AM, Matthew Brett wrote: > Hi, > > On Mon, Jun 20, 2016 at 6:31 AM, Evgeni Burovski > wrote: >> Hi, >> >> I'm pleased to announce the availability of the first release >> candidate for scipy 0.18.0. >> Please try this

[Numpy-discussion] scipy 0.18 release candidate 1

2016-06-20 Thread Evgeni Burovski
. The bundled copy of SuperLU in the `scipy.sparse` subpackage has been upgraded to version 5.1.1. Authors === * @endolith * @yanxun827 + * @kleskjr + * @MYheavyGo + * @solarjoe + * Gregory Allen + * Gilles Aouizerate + * Tom Augspurger + * Henrik Bengtsson + * Felix Berkenkamp * Per Brodtkorb *

[Numpy-discussion] scipy 0.17.1 release

2016-05-12 Thread Evgeni Burovski
Hi, On behalf of the scipy development team, I'm pleased to announce the availability of scipy 0.17.1. This is a bugfix release with no new features compared to 0.17.0. Source tarballs and OS X wheels are available from PyPI or from GitHub releases at https://github.com/scipy/scipy/releases/tag/

Re: [Numpy-discussion] GSoC?

2016-03-03 Thread Evgeni Burovski
> On Wed, Feb 10, 2016 at 11:55 PM, Ralf Gommers > wrote: >> This is last year's page: >> https://github.com/scipy/scipy/wiki/GSoC-2015-project-ideas >> >> Some ideas have been worked on, others are still relevant. Let's copy this >> page to -2016- and start editing it and adding new ideas. I'l

Re: [Numpy-discussion] Fwd: Multi-distribution Linux wheels - please test

2016-02-09 Thread Evgeni Burovski
>>> == >>> ERROR: test_multiarray.TestNewBufferProtocol.test_relaxed_strides >>> -- >>> Traceback (most recent call last): >>> File >>> "/home/br/virtualenvs/ma

Re: [Numpy-discussion] [SciPy-Dev] Multi-distribution Linux wheels - please test

2016-02-08 Thread Evgeni Burovski
> numpy.show_config() shows the places that numpy found the libraries at > build time. In the case of the manylinux wheel builds, I put openblas > at /usr/local , but the place the wheel should be loading openblas > from is /.libs. For example, I think you'll > find that the numpy tests will stil

[Numpy-discussion] Fwd: Multi-distribution Linux wheels - please test

2016-02-08 Thread Evgeni Burovski
-- Forwarded message -- From: Evgeni Burovski Date: Mon, Feb 8, 2016 at 11:56 AM Subject: Re: [Numpy-discussion] Multi-distribution Linux wheels - please test To: Discussion of Numerical Python On Sat, Feb 6, 2016 at 8:26 PM, Matthew Brett wrote: > Hi, > > As some o

Re: [Numpy-discussion] Numpy 1.11.0b2 released

2016-02-04 Thread Evgeni Burovski
> scipy: >one new failure, in test_nanmedian_all_axis >250 calls to np.testing.rand (wtf), 92 calls to random_integers, 3 uses > of datetime64 with timezones. And for some reason the new numpy gives more > "invalid value encountered in greater"-type warnings. One limitation of this approac

Re: [Numpy-discussion] [OT] Interpolation of an unevently sampled bandwidth limited signal

2016-02-04 Thread Evgeni Burovski
On Thu, Feb 4, 2016 at 9:32 AM, Nadav Horesh wrote: > I have several cases of hand digitized spectra that I'd like to resample > these spectra at even spacings. My problem is that cubic or RBF splines > often result in an unacceptible over-shooting. Is there a python module that > provides somethi

Re: [Numpy-discussion] Numpy pull requests getting out of hand.

2016-02-01 Thread Evgeni Burovski
On Mon, Feb 1, 2016 at 11:22 PM, Julian Taylor wrote: > I don't like that approach, closing PRs with valuable code causes them > to get lost in the much larger set of closed ones. > Instead we could tag them appropriately so they can be found by > parties interested in using or finishing them. The

Re: [Numpy-discussion] ANN: scipy 0.17.0 release

2016-01-23 Thread Evgeni Burovski
23.01.2016 22:12 пользователь "Kiko" написал: > > is it python3.5 compatible? your message and github don't say the same. It is indeed --- thanks for catching it. My typo, my bad. Evgeni > 2016-01-23 19:12 GMT+01:00, Charles R Harris : > > > > > > Congratulations. > > > > Chuck > > > _

[Numpy-discussion] ANN: scipy 0.17.0 release

2016-01-23 Thread Evgeni Burovski
lle + * Bruno Beltran + * Sumit Binnani + * Joseph Jon Booker * Olga Botvinnik + * Michael Boyle + * Matthew Brett * Zaz Brown + * Lars Buitinck * Pete Bunch + * Evgeni Burovski * CJ Carey * Ien Cheng + * Cody + * Jaime Fernandez del Rio * Ales Erjavec + * Abraham Escalante * Yves-Rémi Van Eycke + * Yu Feng +

[Numpy-discussion] ANN: second release candidate for scipy 0.17.0

2016-01-07 Thread Evgeni Burovski
Hi, I'm pleased to announce the availability of the second release candidate for Scipy 0.17.0. It's two days ahead of the original schedule: based on typical development patterns, I'd like to have two weekends and a full working week before January 17th, when this rc2 is supposed to become the fin