Are we ndarray yet?
Chưa có ai nhận issue này.
Đánh giá
- Độ khó
- 5/5
- Thời gian dự kiến
- Hơn một tuần
- Mức phù hợp với người mới
- 20/100
- Loại issue
- Tài liệu
- Độ rõ ràng
- Cần làm rõ
- Mức độ hoạt động
- Đình trệ
- Công nghệ
- rust
- Lĩnh vực
- documentation
Hướng nghiên cứu
Start with the checklist in issue #597 and review each linked ndarray issue to determine whether it remains open and immediately actionable. Compare the listed categories and statuses with the referenced issues and pull requests; done means the tracker accurately reflects current work and provides useful starting points for contributors.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Mô tả
Purpose
The idea behind this collection is to provide an index to easily navigate all currently open ndarray's issues which are immediately actionable.
This is meant to be a good starting point for new contributors (e.g. what should I work on?) and it can also help existing contributors to identify trends and hot areas. I have pinned it using GitHub's new feature, so that it doesn't get lost (and stale).
Given that we have ~100 open issues (and more are opened every day), you are very welcome contributing to this taxonomy effort either commenting on this issue or editing it directly (if you have permissions to do so).
I am only adding to this tracker things I can easily understand/where enough context is provided in the issue - if I left something along the way, feel free to add it and to provide more info on it.
New functionality
Documentation
- Guidelines on how to use
ndarray's types in a public API (Similar toVec<T>vs&[T]considerations)
Feature parity
- Equivalent of numpy.where or numpy.nonzero (Issue: https://github.com/rust-ndarray/ndarray/issues/466)
- Kronecker product (or tensor product) (Reference:
np.kron) (Issue: https://github.com/rust-ndarray/ndarray/issues/652)(Ongoing PR: #690) - Scalar versions of standard deviation and variance (Issue: https://github.com/rust-ndarray/ndarray/issues/655)
- Add dstack, vstack, and hstack (Issue: https://github.com/rust-ndarray/ndarray/issues/667)
- Sorting (Issue: https://github.com/rust-ndarray/ndarray/issues/195)
Interop / Finer-grained control
-
Implement ascontiguousarray() or contiguous() method (Issue: https://github.com/rust-ndarray/ndarray/issues/532) - Add
shrink_to_fitmethod (Issue: https://github.com/rust-ndarray/ndarray/issues/427)
Ergonomics
- Implement
multislice_axis!macro (Issue: https://github.com/rust-ndarray/ndarray/issues/593) -
New constructor method for 2D arrays from an iterator of 1D arrays/vectors (Issue: https://github.com/rust-ndarray/ndarray/issues/539)(https://github.com/rust-ndarray/ndarray/issues/609) -
ArrawViewas custom Dynamically Sized Type (Issue: https://github.com/rust-ndarray/ndarray/issues/538) - Use
#[track_caller]to improve panic info #972
Quality of life
- Implement proptest's
Arbitrarytrait forArray(Issue: https://github.com/rust-ndarray/ndarray/issues/596) - Add new type aliases:
ArcArray1andArcArray2(Issue: https://github.com/rust-ndarray/ndarray/issues/661) -
Runrustfmton the project and add it to the CI pipeline (PR: https://github.com/rust-ndarray/ndarray/pull/608) -
Runclippyon the project and take care of the linter warnings (PR: https://github.com/rust-ndarray/ndarray/pull/642)
Other
- Add in-place variants of dimension-changing operations for dynamic-dimensional arrays (Issue: https://github.com/rust-ndarray/ndarray/issues/428)
- Support
Cloneelements instackandselect(Issue: #269)
Improvements
Documentation
- Add a new example to
ndarray-examples - Provide more details on
AxisNewType pattern rationale (Issue: https://github.com/rust-ndarray/ndarray/issues/564) - Document ndarray's equivalent to NumPy's
astype(Issues: https://github.com/rust-ndarray/ndarray/issues/493 , https://github.com/rust-ndarray/ndarray/issues/525) - Improve doc examples for
Zip/azipwith failing examples (Issue: https://github.com/rust-ndarray/ndarray/issues/453)
Error messages / Debugging
- Better messages for incompatible shapes errors (Issue: https://github.com/rust-ndarray/ndarray/issues/449).
-
Better formatting withDebugfor arrays (Issue: https://github.com/rust-ndarray/ndarray/issues/398, PR: https://github.com/rust-ndarray/ndarray/pull/606)
Sharp API edges/corner cases
-
Avoid panicking for zero-length axis inmap_axis/map_axis_mut(Issue: https://github.com/rust-ndarray/ndarray/issues/579) - Refactor all dimension-related traits (Issues: https://github.com/rust-ndarray/ndarray/issues/519 https://github.com/rust-ndarray/ndarray/issues/367)
Core
-
ChangeArrayBase.ptrtoNonNulltype (Issue: https://github.com/rust-ndarray/ndarray/issues/434)(Ongoing PR: #683) - Provide more direct mutable access to shape, strides, and owned data (Issues: https://github.com/rust-ndarray/ndarray/issues/429 https://github.com/rust-ndarray/ndarray/issues/592)
Performance
- Have a look at
sum_3_azip(Issue: https://github.com/rust-ndarray/ndarray/issues/561) - Faster, arbitrary-order iterators (Issue: https://github.com/rust-ndarray/ndarray/issues/469)
- Co-broadcasting/two-sided broadcasting performance fixes #936
- Ngôn ngữ chính
- Rust
- Star
- 4.3k
- Fork
- 391
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Issue khác của rust-ndarray/ndarray
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 72/100
rust-ndarray/ndarray#1612 · 1 bình luận ·
-
Độ khó 4/5 3-5 ngày Mức phù hợp với người mới 48/100
rust-ndarray/ndarray#1617 · 1 bình luận ·
-
Stack overflow in `triu` Đang mởbug good first issue
Độ khó 3/5 1-2 ngày Mức phù hợp với người mới 68/100
rust-ndarray/ndarray#1615 · 1 bình luận ·
-
Độ khó 4/5 3-5 ngày Mức phù hợp với người mới 48/100
rust-ndarray/ndarray#1610 ·
-
Độ khó 3/5 1-2 ngày Mức phù hợp với người mới 72/100
rust-ndarray/ndarray#1609 ·
Tất cả issue của rust-ndarray/ndarray
Issue tương tự
-
risk:low runtime status:in-progress type:test
Độ khó 1/5 Dưới một giờ Mức phù hợp với người mới 92/100
zeroclaw-labs/zeroclaw#11023 ·
-
good first issue refactor
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 72/100
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 84/100
EricSpencer00/Resilient#4835 · 1 bình luận ·
-
agent:ready documentation
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 88/100
cesarferreira/stax#890 ·
-
bug
Độ khó 1/5 Dưới một giờ Mức phù hợp với người mới 90/100