summaryrefslogtreecommitdiff
path: root/gnu/packages/python-science.scm
AgeCommit message (Collapse)Author
2025-01-20gnu: python-qdldl: Add missing input.Ricardo Wurmus
* gnu/packages/python-science.scm (python-qdldl)[native-inputs]: Add python-wheel. Change-Id: I6bca560b20a9c259eae95c09edcf10ead685ec21
2025-01-20gnu: python-osqp: Add missing inputs.Ricardo Wurmus
* gnu/packages/python-science.scm (python-osqp)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ief43d97442a98935dea1499c67e022e9beb5359e
2025-01-20gnu: python-scikit-fuzzy: Add missing inputs.Ricardo Wurmus
* gnu/packages/python-science.scm (python-scikit-fuzzy)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: Idbaf5fa622b3584f8fd348ec0783605936d3bf41
2025-01-20gnu: python-scikit-allel: Update to 1.3.13.Ricardo Wurmus
* gnu/packages/python-science.scm (python-scikit-allel): Update to 1.3.13. [propagated-inputs]: Remove python-click. [native-inputs]: Remove python-scipy. Change-Id: I3c29bd3d9f87d0866da747c344740bad71cae1c3
2025-01-20gnu: python-scikit-opt: Add missing input.Ricardo Wurmus
* gnu/packages/python-science.scm (python-scikit-opt)[native-inputs]: Add python-setuptools. Change-Id: Id14e3964257e250c1ba597c6d8fe1a0410fa475f
2025-01-20gnu: python-traittypes: Fix tests.Ricardo Wurmus
* gnu/packages/python-science.scm (python-traittypes)[arguments]: Add phase 'numpy-compatibility. Change-Id: I41d55d65d0dafd44029de38b3044d9fad378db50
2025-01-20gnu: python-pandas-2: Restrict number of test processes.Ricardo Wurmus
* gnu/packages/python-science.scm (python-pandas-2)[arguments]: Restrict to at most four processes. Change-Id: I8ee4cb29ad922e9b853515b5f0e8f8aabca52c92
2025-01-20gnu: python-pandas-2: Remove X.Ricardo Wurmus
These tests are not run anyway, so there is no need to launch an X server. * gnu/packages/python-science.scm (python-pandas-2)[arguments]: Rename 'prepare-x phase to 'pre-check. [native-inputs]: Remove xorg-server-for-tests. Change-Id: Ib85883360397d2715a1893b74435d96a1d119f9e
2025-01-20gnu: python-pythran: Update to 0.17.0.Ricardo Wurmus
* gnu/packages/python-science.scm (python-pythran): Update to 0.17.0. [build-system]: Use pyproject-build-system. [source]: Remove obsolete snippet. [arguments]: Remove phase 'do-not-install-third-parties and custom 'check phase; use #:test-flags and add 'pre-check phase. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I49ebdd21cfb0668dd84f0d12c460a86ed694c7d6
2025-01-20gnu: python-scikit-build-core: Update to 0.10.7.Ricardo Wurmus
* gnu/packages/python-science.scm (python-scikit-build-core): Update to 0.10.7. [native-inputs]: Add python-pytest-subprocess. Change-Id: I3da5a9e5d59900335deee2d4a5a1c80d1dd7c5ab
2025-01-20gnu: python-qdldl: Add missing input.Ricardo Wurmus
* gnu/packages/python-science.scm (python-qdldl)[native-inputs]: Add python-setuptools. Change-Id: I5f4c5b8f368da21da1f7d5c5cedd7a806dbdd709
2025-01-01gnu: python-upsetplot: Add missing inputs.Ricardo Wurmus
* gnu/packages/python-science.scm (python-upsetplot)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ibddb6f183345af29dfce218145c7c8c83aa9c244
2024-12-21gnu: python-mpl-scatter-density: Fix buld.Sharlatan Hellseher
* gnu/packages/python-science.scm (python-mpl-scatter-density): [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ica320293019ae3e88e2b0654e356bc4d1be50626
2024-12-21gnu: python-supersmoother: Fix buildSharlatan Hellseher
* gnu/packages/python-science.scm (python-supersmoother): [native-inputs]: Add python-pytest, python-setuptools, and python-wheel. Change-Id: I33f151e74d54b6e0647b3cfae73c063522c35ea3
2024-12-21gnu: python-trimesh: Update to 4.5.3.Sharlatan Hellseher
* gnu/packages/python-science.scm (python-trimesh): Update to 4.5.3, fix build. [arguments] <phases>: Remove 'fix-build, as resolved upstream. Delete 'sanity-check. Change-Id: I9320912764506a8c0d0bd7f300dca98b32ce4333
2024-12-19gnu: Add pyre.Maxim Cournoyer
* gnu/packages/python-science.scm (pyre): New variable. Change-Id: I4a26d7a83f24210104cb0ab50b5392ab97d9bfc4
2024-12-17gnu: python-pandas-stubs: Update to 2.2.3.241126.Maxim Cournoyer
* gnu/packages/python-science.scm (python-pandas-stubs): Update to 2.2.3.241126. [arguments]: Ignore tests/test_io.py in #:test-flags. [native-inputs]: Replace python-sqlalchemy with python-sqlalchemy-2. Change-Id: If27b3a5b687ca230a209e8a8087a89802414912e
2024-12-17gnu: Add python-ndindex.Maxim Cournoyer
Adapted from <https://raw.githubusercontent.com/Blosc/python-blosc2/refs/heads/main/.guix/modules/python-blosc2-package.scm>. * gnu/packages/python-science.scm (python-ndindex): New variable. Co-authored-by: Ivan Vilata i Balaguer <ivan@selidor.net> Change-Id: I38fbcbd8859c2ddbfdd39e8d84a63b20deef75c4
2024-12-15gnu: python-xarray: Disable bad tests.Ricardo Wurmus
* gnu/packages/python-science.scm (python-xarray)[arguments]: Disable two tests. Change-Id: Ia9799a5bd247907ee875925431cd0fe2714f51b3
2024-12-13gnu: Remove python-typeguard-4.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-typeguard-4): Delete variable. * gnu/packages/python-check.scm (python-icontract) [native-inputs]: Remove python-typeguard-4; add python-typeguard. * gnu/packages/python-science.scm (python-pandera) [propagated-inputs]: Remove python-typeguard-4; add python-typeguard. Change-Id: Ie20deee06629452c804fa6f62b1bd1f67038bc86
2024-12-13gnu: python-pandas-2: Update to 2.2.3.Sharlatan Hellseher
* gnu/packages/python-science.scm (python-pandas-2): Update to 2.2.3. [arguments]<test-flags>: Ignore move failing test which require optional dependencies. [native-inputs]: Remove python-cython-0.29.35; add python-cython-3. Change-Id: I402627132c9f0771470d89dea986c92855ae4ced
2024-12-13gnu: Remove python-pytest-next.Sharlatan Hellseher
* gnu/packages/check.scm (python-pytest-next): Delete variable. * gnu/packages/python-science.scm (python-pandas-2) [native-inputs]: Remove python-pytest-next; add python-pytest. * gnu/packages/python-xyz.scm (python-hy) [native-inputs]: Remove python-pytest-next; add python-pytest. Change-Id: I57e14aa11c2e3cd1d8e8119f566b49fd902c7957
2024-12-13gnu: python-fast-histogram: Adjust inputs.Sharlatan Hellseher
* gnu/packages/python-science.scm (python-fast-histogram) [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I53e2ce8019c421894e50138099539021a91f7c24
2024-12-13gnu: python-distributed: Adjust inputs.Sharlatan Hellseher
* gnu/packages/python-science.scm (python-distributed) [native-inputs]: Add python-wheel. Change-Id: I9c8620c04f7ed75af6900b885b58937621af15f9
2024-12-13gnu: python-scikit-fem: Update to 10.0.2.Sharlatan Hellseher
* gnu/packages/python-science.scm (python-scikit-fem): Update to 10.0.2. Improve style. [arguments]<test-flags>: Skip some failing tests. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I4efe9f0e93d315c7b979bf3160fa5a3a97ab2115
2024-12-13gnu: python-unyt: Adjust inputs.Sharlatan Hellseher
* gnu/packages/python-science.scm (python-unyt): Shift the order of native and propagated inuts, add missing. [native-inputs]: Add python-setuptools-scm. Change-Id: Ibb1606be89743ac7d90fcafeaa75eae7ccfd756c
2024-12-13gnu: python-pandera: Adjust inputs.Sharlatan Hellseher
* gnu/packages/python-science.scm (python-pandera) [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ic0a46a11f0410a5d4a29dce8416a9d3ff89f471f
2024-12-13gnu: build-system/pyproject: Add missing native-inputs.Nicolas Graves
* gnu/packages/bioinformatics.scm (python-ega-download-client) [native-inputs]: Add python-setuptools and python-wheel. * gnu/packages/databases.scm (datasette)[native-inputs]: Add python-pip. * gnu/packages/django.scm (python-django-localflavor, python-django-contact-form)[native-inputs]: Add python-setuptools and python-wheel. * gnu/packages/graphviz.scm (python-uqbar)[native-inputs]: Add python-setuptools and python-wheel. * gnu/packages/jupyter.scm (python-jupyterlab-server)[native-inputs]: Add python-wheel. (python-nbstripout)[native-inputs]: Add python-setuptools and python-wheel. * gnu/packages/machine-learning.scm (python-captum, python-linear-operator, python-gpytorch)[native-inputs]: Add python-setuptools. * gnu/packages/music.scm (abjad, abjad-ext-rmarkers, abjed-ext-nauert, python-mutagen)[native-inputs]: Add python-setuptools and python-wheel. * gnu/packages/package-management.scm (python-conda-package-handling)[native-inputs]: Add python-setuptools and python-wheel. (conda)[native-inputs]: Add python-wheel. * gnu/packages/python-check.scm (python-pyinstrument, python-pytest-testmon, python-pytest-trio, python-nbval, python-pytest-toolbox)[native-inputs]: Add python-setuptools and python-wheel. (python-nptyping)[native-inputs]: Add python-setuptools. * gnu/packages/python-check.scm (python-dask-expr)[native-inputs]: Add python-setuptools and python-wheel. * gnu/packages/python-web.scm (parfive, python-aioftp, python-hupper, python-sanic, python-mechanicalsoup, python-tinycss, python-aiostream, python-cbor2, gunicorn)[native-inputs]: Add python-setuptools and python-wheel. * gnu/packages/python-xyz.scm (python-apprise, python-jaraco-classes, python-sparse, python-shtab, python-pyan3)[native-inputs]: Add python-setuptools. (python-jupytext, python-orderedmultidict, python-identify, python-nodeenv, python-cfgv, python-zarr, python-multipart, python-nbconvert, python-cram, python-immutables, python-numpydoc, python-cairosvg, python-unidecode, python-black, python-multidict, python-mpv-jsonipc, python-humanize, python-cmd2)[native-inputs]: Add python-setuptools and python-wheel. (python-partd, python-dask, python-zarr)[native-inputs]: Add python-wheel. (python-nbconvert)[propagated-inputs]: Add texlive-etoolbox. Remove duplicate textlive-jknapltx. (python-isort)[native-inputs]: Add python-pip. * gnu/packages/simulation.scm (python-fenics-dijitso)[native-inputs]: Add python-setuptools and python-wheel. * gnu/packages/sphinx.scm (python-pydata-sphinx-theme, python-sphinx-autodoc-typehints)[native-inputs]: Add python-setuptools. * gnu/packages/syndication.scm (tuir)[native-inputs]: Add python-setuptools and python-wheel. * gnu/packages/terminals.scm (python-halo)[native-inputs]: Add python-setuptools and python-wheel. * gnu/packages/time.scm (python-arrow, python-dateutil) [native-inputs]: Add python-setuptools and python-wheel. * gnu/packages/version-control.scm (pre-commit)[native-inputs]: Add python-setuptools and python-wheel. Remove input labels. * gnu/packages/virtualization.scm (python-qemu-qmp, python-transient)[native-inputs]: Add python-setuptools and python-wheel. * gnu/packages/xorg.scm (python-xcffib)[native-inputs]: Add python-setuptools and python-wheel. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Change-Id: Id61cf8cdc47bd4c2871c0a9c8e9a5bfd51157df0
2024-12-13gnu: Add python-setuptools/python-wheel where necessary.Lars-Dominik Braun
Changes to pyproject-build-system require explicit dependency on setuptools/wheel. Change-Id: Icd7699fc1dc56e974ae7568f2ae916dbf876bea5
2024-12-13build-system/pyproject: Use python-sans-pip-wrapper as default-python.Lars-Dominik Braun
Also adds python-setuptools and python-wheel to relevant packages, either to native-inputs or to propagated inputs if the pkg_resources Python module is loaded at runtime. * guix/build-system/pyproject.scm (default-python): Default to python-sans-pip-wrapper. Change-Id: I2d986c2225114f54459dd6bb360913106e52cdf4
2024-12-10gnu: Fix synopsis in various python packages.Gabriel Wicki
* gnu/packages/python-compression.scm (python-inflate64): Fix synopsis. * gnu/packages/python-science.scm (python-xarray-dataclasses): Fix synopsis. * gnu/packages/python-web.scm (python-waybackpack): Fix synopsis. * gnu/packages/python-xyz.scm (python-mir-eval): Fix synopsis. (python-restructuredtext-lint): Fix synopsis. (python-pixelmatch): Fix synopsis. (python-google-pasta): Fix synopsis. (python-xmp-toolkit): Fix synopsis. * gnu/packages/bioinformatics.scm (python-mgatk): Fix synopsis. * gnu/packages/rpc.scm (python-grpc-stubs): Fix synopsis. * gnu/packages/simulation.scm (python-commonroad-io): Fix synopsis. Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
2024-12-04gnu: packages/python-science: Update copyright header.Sharlatan Hellseher
* gnu/packages/python-science.scm: Update copyright header for Antero Mejr <antero@mailbox.org> . Change-Id: I4153d51d74f7de1629d5a7851346021b77e7352d
2024-12-04gnu: Add python-scikit-surprise.Antero Mejr
* gnu/packages/python-science.scm (python-scikit-surprise): New variable. Change-Id: I9b5e13f0c985f34bb0bd759e76ebd27221a340a4 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-11-18gnu: Add python-pyet.Rick Huijzer
* gnu/packages/python-science.scm (python-pyet): New variable. Change-Id: Ia2be23aeb83911aa93869f82cf0667da8af509c4 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-11-01gnu: python-scs: Adjust inputs.Sharlatan Hellseher
* gnu/packages/python-science.scm (python-scs) [inputs]: Remove meson-python. [native-inputs]: Remove python-meson-python; add meson-python. Change-Id: I0122ecd0db405b134a6587c32592b59522e6320b
2024-10-30gnu: python-trimesh: Update to 4.1.8.Sharlatan Hellseher
* gnu/packages/python-science.scm (python-trimesh): Update to 4.1.8. [arguments]<test-flags>: Refresh list of disabled tests. [propagated-inputs]: Add python-meshio, python-psutil, python-pycollada, python-pyglet, and python-scikit-image. [native-inputs]: Remove python-pytest-cov. [description]: Adjust fill alignment. Change-Id: I722311cbe883499c0eca99d0f30b0788e87598d3
2024-10-30gnu: Add python-pymcubes.Sharlatan Hellseher
* gnu/packages/python-science.scm (python-pymcubes): New variable. Change-Id: I47273d933824fb96d3c2c1950f0a2f89ce635c41
2024-10-02gnu: python-pynsee: Update to 0.1.8.Sharlatan Hellseher
* gnu/packages/python-science.scm (python-pynsee): Update to 0.1.8. [propagated-inputs]: Add python-openpyxl, python-platformdirs, python-pyarrow, and python-xlrd. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ibb9ec7b979b7e27d2c2a48e2bf27dfcddc79200d
2024-10-02gnu: Add python-pynsee.Nicolas Graves
* gnu/packages/python-science.scm (python-pynsee): New variable. Change-Id: I4e93d26ad4b6be238b0e4cce82ea77030caf6e02 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-09-02gnu: python-scikit-fuzzy: Enable tests.Vinicius Monego
* gnu/packages/python-science.scm (python-scikit-fuzzy)[arguments]: Remove #:tests? #f and add #:test-flags. [native-inputs]: Remove python-nose. Add python-pytest. Change-Id: I317d6ad2fdede1a3a4737c45118932e2ddc5ce46
2024-09-02gnu: python-scikit-fuzzy: Update to 0.5.0.Vinicius Monego
* gnu/packages/python-science.scm (python-scikit-fuzzy): Update to 0.5.0. [source]: Adjust URI. [build-system]: Move to pyproject-build-system. Change-Id: I5dbe3788c34767d4af0c1b526a3ce79f0f6d532f
2024-08-31gnu: python-clarabel: Fix build.宋文武
* gnu/packages/python-science.scm (python-clarabel)[arguments]: Don't refer to nonexistent 'prepare-python-module' phase. Change-Id: I002e6a5a5bf9a540c5d6e169a9ba59dc96f6b361
2024-08-31gnu: meson: Update to 1.1.1 and ungraft.Ludovic Courtès
* gnu/packages/build-tools.scm (meson): Update to 1.1.1. [replacement]: Remove. (meson/newer): Remove. (meson-python/newer): Remove. * gnu/packages/pdf.scm (capypdf)[arguments]: Remove #:meson. Change-Id: I77dd9203461e8dd635753ec742bd8046dd63e3f9 * gnu/packages/python-science.scm (python-pandas-2): Use regular meson-python. * gnu/packages/python-xyz.scm (python-contourpy): Same
2024-07-30gnu: Add python-mpl-scatter-density.Sharlatan Hellseher
* gnu/packages/python-science.scm (python-mpl-scatter-density): New variable. Change-Id: Id4ea80b2c62642affbe1944e0c5126a1c53d16c3
2024-07-30gnu: python-fast-histogram: Adjust inputs.Sharlatan Hellseher
* gnu/packages/python-science.scm (python-fast-histogram): Fix lint warnings and adjust inputs. [native-inputs]: Add python-setuptools-scm. Change-Id: Ic51660d7542114f2bb45be4720ab4d899633e56d
2024-07-05gnu: python-scikit-optimize: Update to 0.10.2.Vinicius Monego
* gnu/packages/python-science.scm (python-scikit-optimize): Update to 0.10.2. [source]: Switch to maintained repository. Remove compatibility patches and snippet. * gnu/packages/patches/python-scikit-optimize-1148.patch, gnu/packages/patches/python-scikit-optimize-1150.patch: Remove files. * gnu/local.mk (dist_patch_DATA): Remove them. Change-Id: I6c23c93d3c256b0b97166f80eaeab7f2c7282c5f
2024-06-30gnu: Add python-fast-histogram.Sharlatan Hellseher
* gnu/packages/python-science.scm (python-fast-histogram): New variable. Change-Id: Ibecdd87db9c132052a8eca76c01108c4f6e624c4
2024-06-30gnu: Add python-corner.Sharlatan Hellseher
* gnu/packages/python-science.scm (python-corner): New variable. Change-Id: I75c3a88ba4b729fb7c9a50dd85a00b22cdcaa828
2024-06-26gnu: Add python-spin.Vinicius Monego
* gnu/packages/python-science.scm (python-spin): New variable. Change-Id: I794845d559f3f4f3ab9cf98b0e4a4321b470f7f8 Signed-off-by: jgart <jgart@dismail.de>
2024-06-16gnu: Add python-formulaic.Ricardo Wurmus
* gnu/packages/python-science.scm (python-formulaic): New variable. Change-Id: Ib21bfdc3050c042abc7494501d7b0409be8ed3bb