On Wed, Jul 9, 2014 at 1:29 AM, Josè Luis Mietta
wrote:
> Hi experts!!
>
> I am studying the intersection between line segments (sticks). I have an
> Numpy array (M) corresponding to the intersection graph of the system (the
> element Mij = 1 if the sticks' i 'and' 'j' intersect, and Mij = 0 if no
I am very happy to announce the release of Bokeh version 0.5!
(http://continuum.io/blog/bokeh-0.5)
Bokeh is a Python library for visualizing large and realtime datasets on the
web.
This release includes many new features: weekly dev releases, a new plot frame,
a click tool, "always on" hover t
Feodor updated the AppVeyor nodes to have the Windows SDK matching
MSVC 2008 Express for Python 2. I have updated my sample scripts and
we now have a working example of a free CI system for:
Python 2 and 3 both for 32 and 64 bit architectures.
https://github.com/ogrisel/python-appveyor-demo
Best
On Sat, Jul 5, 2014 at 6:40 PM, David Cournapeau wrote:
> The efforts are on average less demanding than this discussion. We are
> talking about adding entries to a list in most cases...
In scikit-image we use the following script to check for the most
basic discrepancies:
https://github.com/sci