Re: [Numpy-discussion] ANN: bcolz 0.7.0 released

2014-07-22 Thread Anthony Scopatz
Congrats Francesc! On Tue, Jul 22, 2014 at 9:53 AM, Francesc Alted wrote: > == > Announcing bcolz 0.7.0 > == > > What's new > == > > In this release, support for Python 3 has been added, Pandas and > HDF5/PyTables conversion, support for different

[Numpy-discussion] Research position in the Brazilian Research Institute for Science and Neurotechnology – BRAINN

2014-07-22 Thread Thiago Franco Moraes
*Research position in the Brazilian Research Institute for Science and Neurotechnology – BRAINN Postdoc researcher to work with software development for medical imaging* The Brazilian Research Institute for Neuroscience and Neurotechnology (BRAINN) (www.brainn.org.br) focuses on the investigation

[Numpy-discussion] ANN: bcolz 0.7.0 released

2014-07-22 Thread Francesc Alted
== Announcing bcolz 0.7.0 == What's new == In this release, support for Python 3 has been added, Pandas and HDF5/PyTables conversion, support for different compressors via latest release of Blosc, and a new `iterblocks()` iterator. Also, intensive

Re: [Numpy-discussion] length - sticks algorithm

2014-07-22 Thread Robert Kern
What have you tried? What exactly are you having problems with? Loosely, I would suggest the following approach: For each stick, iterate over each stick that intersects with it (as recorded in M). Find the coordinates of all of the intersection points. Label the intersection points by the IDs of t

[Numpy-discussion] length - sticks algorithm

2014-07-22 Thread Josè Luis Mietta
Hi experts! Im working with conductivity of sticks film - systems. In my algorithm (N sticks) I have the intersection graph matrix M (M is a NxN matrix, M_ij=1 if sticks 'i' and 'j' do intersect, and M_ij=0 if sticks 'i' and 'j' do not). Also I have 2 lists with the end-points of each stic