Hi all, Recently a few people (Tyler, Matti, myself, maybe others?) were discussing the history of missing data in the context of custom dtypes. I mentioned that there was a good write-up, but couldn't find it at the time. I just stumbled across it, it's hidden in the numpy.org repo: http://www.numpy.org/NA-overview. So hope this helps. That document further references two alternative NEPs that didn't make it into our repo: 1. https://gist.github.com/njsmith/1056379 (authors Matthew Brett, Nathaniel Smith), 2. https://gist.github.com/njsmith/1068264 (author Nathaniel Smith), as well as another summary: https://github.com/njsmith/numpy/wiki/NA-discussion-status I'd like to see the NEPs rescued, and the summary moved from the numpy.org repo (maybe into yet another NEP?). It would be best if the original authors do this, but otherwise I'm happy to do it. Thoughts? Cheers, Ralf
On September 2, 2018 06:16:36 Ralf Gommers <ralf.gommers@gmail.com> wrote:
I'd like to see the NEPs rescued, and the summary moved from the numpy.org repo (maybe into yet another NEP?). It would be best if the original authors do this, but otherwise I'm happy to do it. Thoughts?
I think this is an excellent suggestion. A lot of recollections like these live in various community members' heads only (some of them no longer involved), so I'd love to see that history more carefully reconstructed. And the longer we leave it, the harder the detective work becomes! Best regards, Stéfan
On Sun, Sep 2, 2018 at 8:15 AM Stefan van der Walt <stefanv@berkeley.edu> wrote:
On September 2, 2018 06:16:36 Ralf Gommers <ralf.gommers@gmail.com> wrote:
I'd like to see the NEPs rescued, and the summary moved from the numpy.org repo (maybe into yet another NEP?). It would be best if the original authors do this, but otherwise I'm happy to do it. Thoughts?
I think this is an excellent suggestion. A lot of recollections like these live in various community members' heads only (some of them no longer involved), so I'd love to see that history more carefully reconstructed. And the longer we leave it, the harder the detective work becomes!
Done in https://github.com/numpy/numpy/pull/12017 Cheers, Ralf
Makes sense to me On Sat, Sep 1, 2018 at 9:15 PM, Ralf Gommers <ralf.gommers@gmail.com> wrote:
Hi all,
Recently a few people (Tyler, Matti, myself, maybe others?) were discussing the history of missing data in the context of custom dtypes. I mentioned that there was a good write-up, but couldn't find it at the time. I just stumbled across it, it's hidden in the numpy.org repo: http://www.numpy.org/NA-overview. So hope this helps.
That document further references two alternative NEPs that didn't make it into our repo: 1. https://gist.github.com/njsmith/1056379 (authors Matthew Brett, Nathaniel Smith), 2. https://gist.github.com/njsmith/1068264 (author Nathaniel Smith), as well as another summary: https://github.com/njsmith/numpy/wiki/NA-discussion-status
I'd like to see the NEPs rescued, and the summary moved from the numpy.org repo (maybe into yet another NEP?). It would be best if the original authors do this, but otherwise I'm happy to do it. Thoughts?
Cheers, Ralf
_______________________________________________ NumPy-Discussion mailing list NumPy-Discussion@python.org https://mail.python.org/mailman/listinfo/numpy-discussion
-- Nathaniel J. Smith -- https://vorpus.org
participants (3)
-
Nathaniel Smith
-
Ralf Gommers
-
Stefan van der Walt