mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-multiscale-spatial-image: Move to python-science.
* gnu/packages/python-xyz.scm (python-multiscale-spatial-image): Move from here ... * gnu/packages/python-science.scm: ... to here. Change-Id: Ib921389b3018e353d3eb85030bf63cbb9b68c213
This commit is contained in:
parent
ed03c2b055
commit
aaeb42f675
2 changed files with 41 additions and 41 deletions
|
@ -1556,6 +1556,47 @@ by numpy using the highly efficient @code{msgpack} format. Serialization of
|
||||||
Python's native complex data types is also supported.")
|
Python's native complex data types is also supported.")
|
||||||
(license license:bsd-3)))
|
(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-narwhals
|
(define-public python-narwhals
|
||||||
(package
|
(package
|
||||||
(name "python-narwhals")
|
(name "python-narwhals")
|
||||||
|
|
|
@ -10636,47 +10636,6 @@ easily generalized like @dfn{compressed sparse row/column}(CSR/CSC) and
|
||||||
depends on @code{scipy.sparse} for some computations.")
|
depends on @code{scipy.sparse} for some computations.")
|
||||||
(license license:bsd-3)))
|
(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
|
(define-public python-spectra
|
||||||
(package
|
(package
|
||||||
(name "python-spectra")
|
(name "python-spectra")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue