Re: [Numpy-discussion] floats for indexing, reshape - too strict ?

2015-07-03 Thread Chris Barker
On Thu, Jul 2, 2015 at 6:18 PM, wrote: > round, floor, ceil don't produce integers. > True -- in a dynamic language, they probably should, but that's legacy that won't change. It's annoying, but you do need to do: int(round(want_it_to_be_an_index)) but as they say, explicite is better than im

[Numpy-discussion] Readings about governance and decision making for F/OSS projects

2015-07-03 Thread Nathaniel Smith
Hi all, As discussed on the call yesterday, here's some links to background reading on F/OSS project governance, to use as background reading for our discussion Tuesday. There's a lot out there, but here are the two I think are the most important/relevant: The classic book on running a F/OSS proj

[Numpy-discussion] ANN: HoloViews 1.3 released

2015-07-03 Thread James A. Bednar
We are pleased to announce the fourth public release of HoloViews, a Python package for simplifying the exploration of scientific data: http://holoviews.org HoloViews provides composable, sliceable, declarative data structures for building even complex visualizations easily. The goal of HoloVie