[Numpy-discussion] ANN: Stop plotting your data -- HoloViews 1.4 released!

2016-02-24 Thread James A. Bednar
We are pleased to announce the fifth public release of HoloViews, a Python package for exploring and visualizing numerical data: http://holoviews.org HoloViews provides composable, sliceable, declarative data structures for building even complex visualizations easily. Instead of you having

Re: [Numpy-discussion] Numpy 1.11.0rc1 released.

2016-02-24 Thread Charles R Harris
On Tue, Feb 23, 2016 at 8:44 AM, Pauli Virtanen wrote: > 23.02.2016, 03:47, Charles R Harris kirjoitti: > > I'm delighted to announce the release of Numpy 1.11.0rc1. Hopefully the > > issues discovered in 1.11.0b3 have been dealt with and this release can > go > > on to become the

[Numpy-discussion] ANN: SfePy 2016.1

2016-02-24 Thread Robert Cimrman
I am pleased to announce release 2016.1 of SfePy. Description --- SfePy (simple finite elements in Python) is a software for solving systems of coupled partial differential equations by the finite element method or by the isogeometric analysis (preliminary support). It is distributed

Re: [Numpy-discussion] fromnumeric.py internal calls

2016-02-24 Thread G Young
Hello all, I have PR #7325 up that changes the internal calls for functions in *fromnumeric.py* from positional arguments to keyword arguments. I made this change for two reasons: 1) It is consistent with the external function signature 2) The