[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/64: gnu: Add python-multiscale-spatial-image.
From: |
guix-commits |
Subject: |
12/64: gnu: Add python-multiscale-spatial-image. |
Date: |
Thu, 2 May 2024 10:52:19 -0400 (EDT) |
rekado pushed a commit to branch wip-python-team
in repository guix.
commit 3c03f19f8951ca4fe59cd7987425b01107d44d4a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Apr 29 12:05:30 2024 +0200
gnu: Add python-multiscale-spatial-image.
* gnu/packages/python-xyz.scm (python-multiscale-spatial-image): New
variable.
Change-Id: I05a0b3a93091148917fade831faefb88c13bbc6f
---
gnu/packages/python-xyz.scm | 41 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 278a0ecd9b..e93020f6a7 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8465,6 +8465,47 @@ easily generalized like @dfn{compressed sparse
row/column}(CSR/CSC) and
depends on @code{scipy.sparse} for some computations.")
(license license:bsd-3)))
+(define-public python-multiscale-spatial-image
+ (package
+ (name "python-multiscale-spatial-image")
+ (version "1.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "multiscale_spatial_image" version))
+ (sha256
+ (base32 "01kcagjy797hbz5an9cp8wcl5krgp21yb7ibfimvpidb3jp5lfhb"))))
+ (build-system pyproject-build-system)
+ ;; All interesting tests require file downloads over IPFS.
+ (arguments (list #:tests? #false))
+ (propagated-inputs
+ (list `(,insight-toolkit "python")
+ python-dask
+ python-dask-image
+ python-numpy
+ python-spatial-image
+ python-xarray
+ python-xarray-datatree))
+ (native-inputs
+ (list python-fsspec
+ python-hatchling
+ python-ipfsspec
+ python-jsonschema
+ python-nbmake
+ python-pooch
+ python-pytest
+ python-pytest-mypy
+ python-urllib3
+ python-zarr))
+ (home-page "https://github.com/spatial-image/multiscale-spatial-image")
+ (synopsis "Multi-dimensional spatial image data structure")
+ (description
+ "This package lets you generate a multiscale, chunked, multi-dimensional
+spatial image data structure that can serialized to OME-NGFF. Each scale is a
+scientific Python Xarray spatial-image Dataset, organized into nodes of an
+Xarray Datatree.")
+ (license license:asl2.0)))
+
(define-public python-spectra
(package
(name "python-spectra")
- 56/64: gnu: python-umap-learn: Update to 0.5.6., (continued)
- 56/64: gnu: python-umap-learn: Update to 0.5.6., guix-commits, 2024/05/02
- 59/64: gnu: python-dask: Disable some tests., guix-commits, 2024/05/02
- 58/64: gnu: python-dask: Propagate python-dask-expr., guix-commits, 2024/05/02
- 62/64: gnu: tadbit: Update to 1.0.1-2.2838129., guix-commits, 2024/05/02
- 57/64: gnu: python-umap-learn: Disable failing test., guix-commits, 2024/05/02
- 61/64: gnu: python-cooler: Update to 0.9.3., guix-commits, 2024/05/02
- 25/64: gnu: python-pandas: Default to version 2.x., guix-commits, 2024/05/02
- 40/64: gnu: python-partd: Update to 1.4.1., guix-commits, 2024/05/02
- 38/64: gnu: python-tables: Update to 3.7.0., guix-commits, 2024/05/02
- 07/64: gnu: Add rust-blas-sys-0.7., guix-commits, 2024/05/02
- 12/64: gnu: Add python-multiscale-spatial-image.,
guix-commits <=
- 14/64: gnu: Add rust-amd-0.2., guix-commits, 2024/05/02
- 34/64: gnu: python-pandas-stub: Update to 2.1.1.230928., guix-commits, 2024/05/02
- 37/64: gnu: python-pyarrow: Build with ORC support., guix-commits, 2024/05/02
- 64/64: gnu: tadbit: Add R to inputs., guix-commits, 2024/05/02
- 60/64: gnu: python-dask: Do not reference pyarrow_hotfix., guix-commits, 2024/05/02
- 63/64: gnu: tadbit: Patch for compatibility with latest scipy., guix-commits, 2024/05/02
- 55/64: gnu: python-pandas-stubs: Accept numpy 1.23., guix-commits, 2024/05/02