The next NumPy triage meeting will be held this Wednesday, August 9th at
5pm UTC. This is a meeting where we synchronously triage prioritized PRs
and issues.
Join us via Zoom:
https://numfocus-org.zoom.us/j/82096749952?pwd=MW9oUmtKQ1c3a2gydGk1RTdYUUVXZz09
.
Everyone is welcome to attend and contrib
Hi everyone,
In 2.8.5 we have added a new function, `validate` which checks an
expression `ex`
for validity, for usage where the program is parsing a user input. There
are also
consequences for this sort of usage, since `eval(ex)` is called, and as
such we
do some string sanitization as described
The array-api documentation (
https://data-apis.org/array-api/latest/API_specification/generated/array_api.asarray.html#array_api.asarray)
for `asarray` has a copy keyword, the numpy version doesn't. Is there a
plan to add such a keyword to no.asarray?
I guess this is part of a general question,