[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
36/53: gnu: Add python-xarray-datatree.
From: |
guix-commits |
Subject: |
36/53: gnu: Add python-xarray-datatree. |
Date: |
Sun, 21 Apr 2024 07:49:12 -0400 (EDT) |
rekado pushed a commit to branch wip-pandas-upgrade
in repository guix.
commit f5465948c093b7f42ad3ab4633d648a3dd10dd20
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Apr 19 13:35:37 2024 +0200
gnu: Add python-xarray-datatree.
* gnu/packages/python-science.scm (python-xarray-datatree): New variable.
Change-Id: I403f241b6daae8b5c835f4517a1dceca0393f8e6
---
gnu/packages/python-science.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index f5ad86caaa..74b5bc7eb2 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -1248,6 +1248,28 @@ are \"typed\" (i.e. fixed dimensions, data type,
coordinates, attributes, and
name) using the Python's @code{dataclass}.")
(license license:expat)))
+;; Note that this package will be folded into xarray eventually. See
+;; https://github.com/pydata/xarray/issues/8572 for details.
+(define-public python-xarray-datatree
+ (package
+ (name "python-xarray-datatree")
+ (version "0.0.14")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "xarray-datatree" version))
+ (sha256
+ (base32 "1x1s25s6dp1f2hck9qw8vl8hgkyy23rcwag2a9vd3w0dbgrrl5i6"))))
+ (build-system pyproject-build-system)
+ (propagated-inputs (list python-packaging python-xarray))
+ (native-inputs (list python-pytest python-zarr))
+ (home-page "https://github.com/xarray-contrib/datatree")
+ (synopsis "Hierarchical tree-like data structures for xarray")
+ (description "Datatree is a prototype implementation of a tree-like
+hierarchical data structure for @code{xarray}. Datatree is in the process of
+being merged upstream into @code{xarray}.")
+ (license license:asl2.0)))
+
(define-public python-xarray-einstats
(package
(name "python-xarray-einstats")
- 24/53: gnu: r-rcpparmadillo: Update to 0.12.8.2.1., (continued)
- 24/53: gnu: r-rcpparmadillo: Update to 0.12.8.2.1., guix-commits, 2024/04/21
- 26/53: gnu: r-diptest: Update to 0.77-1., guix-commits, 2024/04/21
- 29/53: gnu: r-gsva: Update to 1.50.5., guix-commits, 2024/04/21
- 39/53: gnu: meson/newer: Update to 1.2.1., guix-commits, 2024/04/21
- 27/53: gnu: r-lme4: Update to 1.1-35.3., guix-commits, 2024/04/21
- 32/53: gnu: Add python-ipfsspec., guix-commits, 2024/04/21
- 40/53: gnu: Add meson-python/newer., guix-commits, 2024/04/21
- 31/53: gnu: Add python-cyvcf2., guix-commits, 2024/04/21
- 30/53: gnu: r-bayseq: Update to 2.36.2., guix-commits, 2024/04/21
- 38/53: gnu: Add python-pims., guix-commits, 2024/04/21
- 36/53: gnu: Add python-xarray-datatree.,
guix-commits <=
- 41/53: gnu: python-pyproject-metadata: Update to 0.7.1., guix-commits, 2024/04/21
- 44/53: gnu: python-openpyxl: Update to 3.0.10., guix-commits, 2024/04/21
- 46/53: gnu: Add python-pytest-next., guix-commits, 2024/04/21
- 47/53: gnu: Add python-pandas-2., guix-commits, 2024/04/21
- 49/53: gnu: cpplint: Use pyproject-build-system., guix-commits, 2024/04/21
- 52/53: gnu: python-asdf-astropy: Add missing test inputs., guix-commits, 2024/04/21
- 06/53: gnu: r-renv: Update to 1.0.7., guix-commits, 2024/04/21
- 12/53: gnu: r-ggfortify: Update to 0.4.17., guix-commits, 2024/04/21
- 09/53: gnu: r-ggeffects: Update to 1.5.2., guix-commits, 2024/04/21
- 18/53: gnu: r-mlr3misc: Update to 0.15.0., guix-commits, 2024/04/21