2010/11/16 greg whittier :
> I'd like to be able to speed up the following code.
>
> def replace_dead(cube, dead):
> # cube.shape == (320, 640, 1200)
> # dead.shape == (320, 640)
> # cube[i,j,:] are bad points to be replaced via interpolation if
> dead[i,j] == True
>
> bands = np.arange(0,
On Wed, Nov 24, 2010 at 12:25 PM, Pauli Virtanen wrote:
> On Wed, 24 Nov 2010 12:13:19 -0700, Charles R Harris wrote:
> > I'd like to give Mark Wiebe commit rights.
>
> No objections from me, we do need more capable hands on the C side.
>
> Though it would be nice for someone (me?) to comment on
On Wed, 24 Nov 2010 12:13:19 -0700, Charles R Harris wrote:
> I'd like to give Mark Wiebe commit rights.
No objections from me, we do need more capable hands on the C side.
Though it would be nice for someone (me?) to comment on the half-float
addition before considering pushing it.
> That do
Hi All,
I'd like to give Mark Wiebe commit rights. That does
bring up the question of commit rights proliferation, so along with that I'd
like to suggest time limits on commit rights, something along the lines of
"no commits for a year, lose rights". It's nothing punitive, it's just a
matter of k
On 11/24/10 9:35 AM, NumPyStudent wrote:
>
> Well, I believe I should problably use the PyArray_API instead
> (http://www.velocityreviews.com/forums/t358140-re-dynamically-loaded-libraries.html),
> since it seems it's implemented in NumPy for this exact reason(?).
> Can anyone point me in the direc
On Wed, Nov 24, 2010 at 11:35, NumPyStudent
wrote:
>
> Well, I believe I should problably use the PyArray_API instead
> (http://www.velocityreviews.com/forums/t358140-re-dynamically-loaded-libraries.html),
> since it seems it's implemented in NumPy for this exact reason(?).
> Can anyone point me i
Well, I believe I should problably use the PyArray_API instead
(http://www.velocityreviews.com/forums/t358140-re-dynamically-loaded-libraries.html),
since it seems it's implemented in NumPy for this exact reason(?).
Can anyone point me in the direction of a good step-step guide og using this
api t
On Tue, Nov 23, 2010 at 3:37 AM, Sebastian Walter <
sebastian.wal...@gmail.com> wrote:
> On Tue, Nov 23, 2010 at 11:17 AM, Gael Varoquaux
> wrote:
> > On Tue, Nov 23, 2010 at 11:13:23AM +0100, Sebastian Walter wrote:
> >> I'm not familiar with dichotomy optimization.
> >> Several techniques have