[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70489] [PATCH 09/47] gnu: Add python-supersmoother.
From: |
Sharlatan Hellseher |
Subject: |
[bug#70489] [PATCH 09/47] gnu: Add python-supersmoother. |
Date: |
Sun, 21 Apr 2024 00:21:58 +0100 |
* gnu/packages/python-science.scm (python-supersmoother): New variable.
Change-Id: I8fb43d746757014e3b773c07458b777b893adb4a
---
gnu/packages/python-science.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 862e101f6a..b39dc5bc5b 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -2449,6 +2449,31 @@ (define-public python-simple-pid
proportional-integral-derivative} controller.")
(license license:expat)))
+(define-public python-supersmoother
+ (package
+ (name "python-supersmoother")
+ (version "0.4")
+ (source
+ (origin
+ (method git-fetch) ; no package in PyPI
+ (uri (git-reference
+ (url "https://github.com/jakevdp/supersmoother")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1lkj8l2mpki6x2pxcwlrplx63lhi8h9v2rzxgjfb0cppsfr8m1wp"))))
+ (build-system pyproject-build-system)
+ (propagated-inputs (list python-numpy))
+ (native-inputs (list python-scipy))
+ (home-page "http://github.com/jakevdp/supersmoother")
+ (synopsis "Python implementation of Friedman's Supersmoother")
+ (description
+ "This package provides an efficient implementation of
+@url{https://www.slac.stanford.edu/pubs/slacpubs/3250/slac-pub-3477.pdf,
+Friedman's SuperSmoother} based in Python. It makes use of numpy for fast
+numerical computation.")
+ (license license:bsd-2)))
+
(define-public python-opt-einsum
(package
(name "python-opt-einsum")
--
2.41.0
- [bug#70488] [PATCH 00/47] Astronomy 2024/02 updates., Sharlatan Hellseher, 2024/04/20
- bug#70488: [PATCH 00/47] Astronomy 2024/02 updates., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 02/47] gnu: stellarium: Update to 24.1., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 04/47] gnu: libxisf: Update to 0.2.12., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 03/47] gnu: indi-2.0: Update to 2.0.7., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 13/47] gnu: python-astropy: Symplify package., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 10/47] gnu: python-asdf: Update to 3.2.0., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 12/47] gnu: python-astropy-iers-data: Update to 0.2024.4.15.2.45.49., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 09/47] gnu: Add python-supersmoother.,
Sharlatan Hellseher <=
- [bug#70489] [PATCH 01/47] gnu: cfitsio: Update to 4.4.0., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 07/47] gnu: python-exif-read: Update to 3.0.0., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 15/47] gnu: python-astropy-healpix: Update to 1.0.3., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 11/47] gnu: python-asdf-astropy: Update to 0.6.1., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 14/47] gnu: python-astropy: Update to 6.0.1., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 08/47] gnu: Add python-pysiaf., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 16/47] gnu: python-jwst: Update to 1.14.0., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 17/47] gnu: python-stcal: Update to 1.7.0., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 18/47] gnu: python-stdatamodels: Update to 1.10.1., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 06/47] gnu: parfive: Update to 2.1.0., Sharlatan Hellseher, 2024/04/20