owned this note
owned this note
Published
Linked with GitHub
---
tags: NumPy, triage
---
# 2025-09-03 NumPy triage meeting
- Time: 17:00 (5 pm) UTC
- Join via Zoom: https://numfocus-org.zoom.us/j/82096749952?pwd=MW9oUmtKQ1c3a2gydGk1RTdYUUVXZz09 (To dial in, find your local number: https://numfocus-org.zoom.us/u/kjGWtVx5y)
- [NumPy community events calendar](https://scientific-python.org/calendars)
- [Triage meetings notes archive](https://github.com/numpy/archive/tree/master/triage_meetings)
- [Community meetings notes archive](https://github.com/numpy/archive/tree/main/community_meetings) and [new meetings agenda](https://hackmd.io/76o-IxCjQX2mOXO_wwkcpg)
- [Documentation team meetings notes archive](https://github.com/numpy/archive/tree/main/docs_team_meetings)
**Code of Conduct**
The NumPy Steering Council has made a strong commitment to creating an open, inclusive, and positive community.
All attendees of NumPy community events must adhere to the NumPy Code of Conduct (https://numpy.org/code-of-conduct/).
If you see violations, take a screenshot, intervene in a respectful manner, and report it to the CoC Committee via email. For more information, refer to the Reporting Guidelines section on https://numpy.org/code-of-conduct/.
**Present**: Matti Picus, Tyler Reddy, Chuck Harris, Nathan Goldbaum, Riku Sakamoto, Raghuveer Devulapalli, Inessa Pawson, Joren Hammudoglu, Sam Morley, Sebastian Berg
## Follow up from previous meetings
- [PR 29537](https://github.com/numpy/numpy/pull/29537) to improve np.unique for complex, float: it seems to improve somewhere around 10% for float, and 3-4x for complex!
- Does it slow down for small arrays?
- Copilot added some comments
- The benchmarks should be part of our benchmark suite.
- Discuss resolution for https://github.com/numpy/numpy/issues/29560
- There is an intentional error when compiling for KnightsLanding CPU. This code has existed for over a year, with no complaints. There is user who hit this, so we need to fix it.
- intel/x86-simd-sort will probably not be maintained by Intel going forward. Needs a new home.
- We can fork or move it to the numpy org, Raghuveer will take on admin responsibilities.
- [Issue 28287](https://github.com/numpy/numpy/issues/28287) to deprecate `generic` unit for timedelta
- Does this deprecation make sense?
- Do you have any concerns?
- Who should we ping regarding this decision? (Sebastian suggests pandas members)
## New topics
- We should push the unique forward
- A few questions about implementation (-0 vs 0) and NaN tests
- Let's not worry about new benchmarks being put in
- Let's do it, even if there may not be many use-cases (float/complex unique is a bit niche and the gain is not as big as either).
## Action items
- Let's try to block out some time in the next meeting to go through PRs with the ENH label (there are around 100!) to try to close a bunch of them.
## Backlog
* [PRs and issues labelled with "triage review"](https://github.com/numpy/numpy/labels/triage%20review)
* https://github.com/numpy/numpy/pull/29389
* https://github.com/numpy/numpy/pull/29557
* [Open PRs - ](https://github.com/numpy/numpy/pulls)- aim to keep below 150
* [Open PRs from first-time contributors](https://github.com/orgs/numpy/projects/5)
* [Inactive PRs](https://github.com/orgs/numpy/projects/6)
---
### Let's connect and keep the conversation going!
Join the NumPy contributor community **Slack workspace**: https://join.slack.com/t/numpy-team/shared_invite/zt-1gokbq56s-bvEpo10Ef7aHbVtVFeZv2w
Sign up to the NumPy **mailing list**: [https://mail.python.org/mailman/listinfo/numpy-discussion](https://mail.python.org/mailman/listinfo/numpy-discussion)
Subscribe to the NumPy **YouTube** channel: https://www.youtube.com/c/NumPy_team
Follow us on **LinkedIn**: https://www.linkedin.com/company/numpy/
#### Presentation topics for NumPy Newcomers’ Hour
To suggest a topic for future presentations, please leave a comment in this tracking issue: https://github.com/numpy/archive/issues/58.
---
Remember to archive this file by committing it to [github.com/numpy/archive/triage_meetings](https://github.com/numpy/archive/tree/main/triage_meetings)