-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mir.algorithm - Sorting, searching and counting #50
Comments
Probably this name would never be used. What you can place here? |
Sorting, searching and counting can be done with std.algorithm. Any use case, which should be put here? |
AFAIK phobos doesn't have any windowing function. |
but ndslice already has |
This issue is also about creating some documentation and tests that ensure that std.algorithm works fine with Ndslice - especially the documentation is important to users. |
Okay then this is only to write a guideguide or tutorial. |
The best option is |
BTW, half of check boxes in our wiki about numpy should be turn on. They are 1-3 lines functions. |
However this is useless without examples |
I found a good example in |
This would in filters or something specialized. algorithm assumes something general purposed |
Ideally this would seamlessly integrate with the existing algorithms in Phobos from std.algorithm.
I don't know what we do with new algorithms, but mir.algorithm sounds like a good place?
At least sorting, partitioning, counting and searching should be checked.
See also:
https://github.com/DlangScience/mir/wiki/NumPy:-Sorting,-searching,-and-counting
The text was updated successfully, but these errors were encountered: