Thank you so much for this opportunity! I am so excited to get started with this project. I really appreciate all the help and encouragement from the community. It is going to be so much fun to work with you all!
Cheers, Mukulika On Sat, May 15, 2021 at 2:18 AM <numpy-discussion-requ...@python.org> wrote: > Send NumPy-Discussion mailing list submissions to > numpy-discussion@python.org > > To subscribe or unsubscribe via the World Wide Web, visit > https://mail.python.org/mailman/listinfo/numpy-discussion > or, via email, send a message with subject or body 'help' to > numpy-discussion-requ...@python.org > > You can reach the person managing the list at > numpy-discussion-ow...@python.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of NumPy-Discussion digest..." > > > Today's Topics: > > 1. Google Season of Docs (Melissa Mendon?a) > 2. Re: Google Season of Docs (Stefan van der Walt) > 3. Re: Google Season of Docs (Ralf Gommers) > 4. Re: bad CRC errors when using np.savez, only sometimes > though! (Isaac Gerg) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Fri, 14 May 2021 15:41:56 -0300 > From: Melissa Mendon?a <meliss...@gmail.com> > To: Discussion of Numerical Python <numpy-discussion@python.org> > Subject: [Numpy-discussion] Google Season of Docs > Message-ID: > < > cac7j6vzzvkluhc14f1emvo1vh40y+qhxfeyl8whxk9-bpin...@mail.gmail.com> > Content-Type: text/plain; charset="utf-8" > > Hello, all! > > I am happy to announce we found our technical writer for the Google Season > of Docs program. After looking at all submitted proposals we have decided > to hire Mukulika. You can see her Statement of Interest here: > https://mail.python.org/pipermail/numpy-discussion/2021-May/081746.html > > We are very glad to participate again this year and sincerely thank all the > technical writers who took an interest in our project and that contacted us > about it. If you want to keep contributing to NumPy, you are all most > welcome! > > Mukulika has already started doing some contributions to NumPy and we wish > her a successful project. Me and Ross will be the mentors for this proposal > but the community is also encouraged to participate with suggestions and > comments. You can check out the timeline and more details about GSoD here: > https://developers.google.com/season-of-docs/docs/timeline > > Cheers, > > Melissa > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > https://mail.python.org/pipermail/numpy-discussion/attachments/20210514/1dce5a39/attachment-0001.html > > > > ------------------------------ > > Message: 2 > Date: Fri, 14 May 2021 11:47:02 -0700 > From: "Stefan van der Walt" <stef...@berkeley.edu> > To: "Discussion of Numerical Python" <numpy-discussion@python.org> > Subject: Re: [Numpy-discussion] Google Season of Docs > Message-ID: <a5e42f87-9fa7-4171-bb09-1d68821cf...@www.fastmail.com> > Content-Type: text/plain; charset="utf-8" > > On Fri, May 14, 2021, at 11:41, Melissa Mendon?a wrote: > > I am happy to announce we found our technical writer for the Google > Season of Docs program. After looking at all submitted proposals we have > decided to hire Mukulika. You can see her Statement of Interest here: > https://mail.python.org/pipermail/numpy-discussion/2021-May/081746.html > > A great big welcome to the team, Mukulika! We are excited to work with > you. > > Thank you also to Melissa & Ross for mentoring, and to all the other > applicants for their interest in the project. > > St?fan > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > https://mail.python.org/pipermail/numpy-discussion/attachments/20210514/61720fa1/attachment-0001.html > > > > ------------------------------ > > Message: 3 > Date: Fri, 14 May 2021 22:37:12 +0200 > From: Ralf Gommers <ralf.gomm...@gmail.com> > To: Discussion of Numerical Python <numpy-discussion@python.org> > Subject: Re: [Numpy-discussion] Google Season of Docs > Message-ID: > < > cabl7cqhoxqsbfpksrk-tv6up6ozk1yiotsc-31bpw7hftj9...@mail.gmail.com> > Content-Type: text/plain; charset="utf-8" > > On Fri, May 14, 2021 at 8:47 PM Stefan van der Walt <stef...@berkeley.edu> > wrote: > > > On Fri, May 14, 2021, at 11:41, Melissa Mendon?a wrote: > > > > I am happy to announce we found our technical writer for the Google > Season > > of Docs program. After looking at all submitted proposals we have decided > > to hire Mukulika. You can see her Statement of Interest here: > > https://mail.python.org/pipermail/numpy-discussion/2021-May/081746.html > > > > > > A great big welcome to the team, Mukulika! We are excited to work with > > you. > > > > Great to have you on the team Mukulika, welcome! > > > > Thank you also to Melissa & Ross for mentoring, and to all the other > > applicants for their interest in the project. > > > > +10 > > Cheers, > Ralf > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > https://mail.python.org/pipermail/numpy-discussion/attachments/20210514/4e16ab2c/attachment-0001.html > > > > ------------------------------ > > Message: 4 > Date: Fri, 14 May 2021 16:46:19 -0400 > From: Isaac Gerg <isaac.g...@gergltd.com> > To: Discussion of Numerical Python <numpy-discussion@python.org> > Subject: Re: [Numpy-discussion] bad CRC errors when using np.savez, > only sometimes though! > Message-ID: > <CADnN3yUtptF7kNK4hWG-kJEszi=- > ouhtw0vw9uhsh74+wsg...@mail.gmail.com> > Content-Type: text/plain; charset="utf-8" > > Is it zlib or zipfile? > > On Fri, May 14, 2021 at 11:38 AM Benjamin Root <ben.v.r...@gmail.com> > wrote: > > > Isaac, > > > > What I mean is that your bug might be similar to the savemat() bug that > > was fixed in scipy in 2019. Completely different functions, but both > > functions need to properly interact with zlib in order to work properly. > > > > On Fri, May 14, 2021 at 10:22 AM Isaac Gerg <isaac.g...@gergltd.com> > > wrote: > > > >> Hi Ben, I am not sure. However, in looking at the dates, it looks like > >> that was fixed in scipy as of 2019. > >> > >> Would you recommend using the scipy save interface as opposed to the > >> numpy one? > >> > >> On Fri, May 14, 2021 at 10:16 AM Benjamin Root <ben.v.r...@gmail.com> > >> wrote: > >> > >>> Perhaps it is a similar bug as this one? > >>> https://github.com/scipy/scipy/issues/6999 > >>> > >>> Basically, it turned out that the CRC was getting computed on an > >>> unflushed buffer, or something like that. > >>> > >>> On Fri, May 14, 2021 at 10:05 AM Isaac Gerg <isaac.g...@gergltd.com> > >>> wrote: > >>> > >>>> I am using 1.19.5 on Windows 10 using Python 3.8.6 > >>>> (tags/v3.8.6:db45529, Sep 23 2020, 15:52:53) [MSC v.1927 64 bit > (AMD64)]. > >>>> > >>>> I have two python processes running (i.e. no threads) which do > >>>> independent processing jobs and NOT writing to the same directories. > Each > >>>> process runs for 5-10 hours and then writes out a ~900MB npz file > >>>> containing 4 arrays. > >>>> > >>>> When I go back to read in the npz files, I will sporadically get bad > >>>> CRC errors which are related to npz using ziplib. I cannot figure > out why > >>>> this is happening. Looking through online forums, other folks have > had CRC > >>>> problems but they seem to be isolated to specifically using ziblib, > not > >>>> numpy. I have found a few mentions though of ziplib causing > headaches if > >>>> the same file pointer is used across calls when one uses the file > handle > >>>> interface to ziblib as opposed to passing in a filename.' > >>>> > >>>> I have verified with 7zip that the files do in fact have a CRC error > so > >>>> its not an artifact of the ziblib. I have also used the file handle > >>>> interface to np.load and still get the error. > >>>> > >>>> Aside from writing my own numpy storage file container, I am stumped > as > >>>> to how to fix this, or reproduce this in a consistent manner. > >>>> Any suggestions would be greatly appreciated! > >>>> > >>>> Thank you, > >>>> Isaac > >>>> _______________________________________________ > >>>> NumPy-Discussion mailing list > >>>> NumPy-Discussion@python.org > >>>> https://mail.python.org/mailman/listinfo/numpy-discussion > >>>> > >>> _______________________________________________ > >>> NumPy-Discussion mailing list > >>> NumPy-Discussion@python.org > >>> https://mail.python.org/mailman/listinfo/numpy-discussion > >>> > >> _______________________________________________ > >> NumPy-Discussion mailing list > >> NumPy-Discussion@python.org > >> https://mail.python.org/mailman/listinfo/numpy-discussion > >> > > _______________________________________________ > > NumPy-Discussion mailing list > > NumPy-Discussion@python.org > > https://mail.python.org/mailman/listinfo/numpy-discussion > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > https://mail.python.org/pipermail/numpy-discussion/attachments/20210514/dede81ba/attachment.html > > > > ------------------------------ > > Subject: Digest Footer > > _______________________________________________ > NumPy-Discussion mailing list > NumPy-Discussion@python.org > https://mail.python.org/mailman/listinfo/numpy-discussion > > > ------------------------------ > > End of NumPy-Discussion Digest, Vol 176, Issue 22 > ************************************************* >
_______________________________________________ NumPy-Discussion mailing list NumPy-Discussion@python.org https://mail.python.org/mailman/listinfo/numpy-discussion