Amelia Thurdekoos

Results 8 comments of Amelia Thurdekoos

I would love some feedback on[ _float16_tests.c ](https://github.com/numpy/numpy/blob/ff6ada95a9dac0457d9b86dcfa4510a60c2e9c23/numpy/_core/src/npymath/_float16_tests.c) I have the same function logic essentially repeated multiple times right now to help with debug but I am a bit back...

`c-api/float16.rst` was added as a new stand alone file and added to the file tree under c-api. I recognize that this is likely not the most ideal location for this...

> A few comments, but overall looks good to me, thanks. I am not quite sure we have settled if we want to remove anything again here. I think it's...

Looks like my CI jobs are failing due to a unrelated docker issue.

@inakleinbottle quick fyi ping to keep you apprised of my current status

Changes made: - Created new file `multiarray/simd_accum_traits.h` to host SIMD wrappers. - Relocated SIMD related supporting structures to `multiarray/simd_accum_traits.h`. - Removed all `enable_if`, replaced with templated structs. - Removed all...

I'm currently in the process of adding a new C-API and found this documentation to be missing. Writing up this issue to track this. As I'm already working a new...

Hi @melissawm! Can you confirm that I am understanding the new document submission process correctly? 1. I submit the PR at this directory: [doc/source/user](https://github.com/numpy/numpy/tree/main/doc/source/user). 2. To link it under `Advanced...