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
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
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