[Numpy-discussion] Re: 1D ndarray to java double[]

2023-03-20 Thread Bill Ross
Getting back to this, byteswap() looks like a general endian solution for ndarrays: https://stackoverflow.com/questions/49578507/fast-way-to-reverse-float32-endianness-in-binary-file The examples there specify float32 format for opening a file, but that seemed to scramble the header that was o

[Numpy-discussion] next NumPy Newcomers' Hour - 12 pm UTC

2023-03-20 Thread Inessa Pawson
Our next Newcomers' Hour will be held this Thursday, March 23rd at 12 pm UTC. Stop by to ask questions, share your progress, celebrate success, or just to say hi. To add to the meeting agenda the topics you’d like to discuss, follow the link: https://hackmd.io/3f3otyyuTte3FU9y3QzsLg?both Join the

[Numpy-discussion] dropping support for Gitpod and our Docker image builds

2023-03-20 Thread Ralf Gommers
Hi all, We received a notification from Docker that there Free Team organization no longer exists, and that we have until April 14 to upgrade to a paid tier. We only use Docker to support Gitpod. Gitpod builds have been broken in main for quite a while (see https://github.com/numpy/numpy/actions/w

[Numpy-discussion] Re: dropping support for Gitpod and our Docker image builds

2023-03-20 Thread Rohit Goswami
I'm in favor of dropping Gitpod, IMO during sprints as well, it yielded less utility than expected initially, and breaks far too often (as summarized above). It would also be good to be free from docker rot given their recent changes. --- Rohit On Mar 20 2023, at 9:09 pm, Ralf Gommers wrote: >

[Numpy-discussion] Re: dropping support for Gitpod and our Docker image builds

2023-03-20 Thread Charles R Harris
On Mon, Mar 20, 2023 at 3:13 PM Ralf Gommers wrote: > Hi all, > > We received a notification from Docker that there Free Team organization > no longer exists, and that we have until April 14 to upgrade to a paid > tier. We only use Docker to support Gitpod. Gitpod builds have been broken > in mai