diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-03-06 08:34:09 -0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-03-06 09:09:59 -0800 |
commit | f30cef76c418345083cc705ae5c8a9ceab41bb4d (patch) | |
tree | d085331f77d76c821aaeac2e68c18ffde9e02e10 /math/py-numpy-groupies/pkg-descr | |
parent | editors/libreoffice: force PDFium to link with OpenJPEG (+) (diff) |
math/py-numpy-groupies: New port: Optimised tools for group-indexing operations: aggregated sum and more
Diffstat (limited to 'math/py-numpy-groupies/pkg-descr')
-rw-r--r-- | math/py-numpy-groupies/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/math/py-numpy-groupies/pkg-descr b/math/py-numpy-groupies/pkg-descr new file mode 100644 index 000000000000..c09e82b8c7cf --- /dev/null +++ b/math/py-numpy-groupies/pkg-descr @@ -0,0 +1,6 @@ +numpy-groupies is a small library of optimised tools for doing things +that can roughly be considered "group-indexing operations". The most +prominent tool is aggregate, which is descibed in detail further down +the page. + +WWW: https://github.com/ml31415/numpy-groupies |