[Numpy-discussion] Re: NEP 55 Updates and call for testing

2023-12-08 Thread Michael Siebert
Hi Nathan, thank you for your great work on UTF8 strings and their integration in Numpy. This is a very important dtype to support, especially with the widespread use of large language models (LLM) nowadays. However, I would like to comment on the serialization. Hope it's not too late at this p

[Numpy-discussion] Re: NEP 55 Updates and call for testing

2023-12-08 Thread Nathan
I just opened a draft PR to include stringdtype in numpy: https://github.com/numpy/numpy/pull/25347 If you are interested in testing the new dtype but haven't had the chance yet, hopefully this should be easier to test. From a clone of the NumPy repo, doing: $ git fetch https://github.com/ngoldba