diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-04-03 17:35:57 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-04-30 21:36:10 +0100 |
| commit | 8cea282efe5caf9dda2980422e789a7e013b816a (patch) | |
| tree | df5050d7ef5cfa74273e0894b3131cedbf263ef7 /gnu | |
| parent | fc92d33932cd3b581c9085c03751ae4f01ade04b (diff) | |
gnu: Add python-supersmoother.
* gnu/packages/python-science.scm (python-supersmoother): New variable.
Change-Id: I8fb43d746757014e3b773c07458b777b893adb4a
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-science.scm | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 6fd4f555fa3..e1e6ba90f11 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm | |||
| @@ -2607,6 +2607,31 @@ interoperability offered by HDF5.") | |||
| 2607 | proportional-integral-derivative} controller.") | 2607 | proportional-integral-derivative} controller.") |
| 2608 | (license license:expat))) | 2608 | (license license:expat))) |
| 2609 | 2609 | ||
| 2610 | (define-public python-supersmoother | ||
| 2611 | (package | ||
| 2612 | (name "python-supersmoother") | ||
| 2613 | (version "0.4") | ||
| 2614 | (source | ||
| 2615 | (origin | ||
| 2616 | (method git-fetch) ; no package in PyPI | ||
| 2617 | (uri (git-reference | ||
| 2618 | (url "https://github.com/jakevdp/supersmoother") | ||
| 2619 | (commit (string-append "v" version)))) | ||
| 2620 | (file-name (git-file-name name version)) | ||
| 2621 | (sha256 | ||
| 2622 | (base32 "1lkj8l2mpki6x2pxcwlrplx63lhi8h9v2rzxgjfb0cppsfr8m1wp")))) | ||
| 2623 | (build-system pyproject-build-system) | ||
| 2624 | (propagated-inputs (list python-numpy)) | ||
| 2625 | (native-inputs (list python-scipy)) | ||
| 2626 | (home-page "http://github.com/jakevdp/supersmoother") | ||
| 2627 | (synopsis "Python implementation of Friedman's Supersmoother") | ||
| 2628 | (description | ||
| 2629 | "This package provides an efficient implementation of | ||
| 2630 | @url{https://www.slac.stanford.edu/pubs/slacpubs/3250/slac-pub-3477.pdf, | ||
| 2631 | Friedman's SuperSmoother} based in Python. It makes use of numpy for fast | ||
| 2632 | numerical computation.") | ||
| 2633 | (license license:bsd-2))) | ||
| 2634 | |||
| 2610 | (define-public python-opt-einsum | 2635 | (define-public python-opt-einsum |
| 2611 | (package | 2636 | (package |
| 2612 | (name "python-opt-einsum") | 2637 | (name "python-opt-einsum") |
