summaryrefslogtreecommitdiff
path: root/gnu/packages/python-science.scm
Commit message (Collapse)AuthorAge
...
| * gnu: python-scipy: Run tests conditionally.Ricardo Wurmus2021-11-15
| | | | | | | | | | * gnu/packages/python-science.scm (python-scipy)[arguments]: Respect TESTS? in 'CHECK phase.
* | gnu: python-pandas: Update to 1.3.4.Efraim Flashner2021-10-25
| | | | | | | | * gnu/packages/python-science.scm (python-pandas): Update to 1.3.4.
* | gnu: python-pandas: Fix building with pytest-6.Efraim Flashner2021-10-25
| | | | | | | | | | * gnu/packages/python-science.scm (python-pandas)[arguments]: In custom 'check phase adjust to not fail tests with missing test data.
* | gnu: python-pandas: Honor #:tests? flag.Efraim Flashner2021-10-25
|/ | | | | * gnu/packages/python-science.scm (python-pandas)[arguments]: Adjust custom 'check phase to honor the #:tests? flag.
* gnu: python-distributed: Update to 2021.09.1.Felix Gruber2021-10-12
| | | | | | | | * gnu/packages/python-science.scm (python-distributed): Update to 2021.09.1. [arguments]: Disable failing test test_text. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python-pandas: Update to 1.3.3.Felix Gruber2021-10-12
| | | | | | * gnu/packages/python-science.scm (python-pandas): Update to 1.3.3. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python2-pandas: Fix build by reverting inherited fields.Ricardo Wurmus2021-09-29
| | | | | | | | * gnu/packages/python-science.scm (python2-pandas)[arguments]: Do not inherit field; revert to values at commit c0d43f62232507b441edf28c3f051921dfb04c2a. [propagated-inputs]: Do not inherit. [inputs]: Same. [native-inputs]: Same.
* gnu: Add python-modin.Ricardo Wurmus2021-07-28
| | | | * gnu/packages/python-science.scm (python-modin): New variable.
* gnu: Add python-distributed.Ricardo Wurmus2021-07-28
| | | | * gnu/packages/python-science.scm (python-distributed): New variable.
* gnu: python-pandas: Update to 1.3.0.Ricardo Wurmus2021-07-28
| | | | | * gnu/packages/python-science.scm (python-pandas): Update to 1.3.0. [arguments]: Adjust check phase.
* gnu: Add python-pingouin.Arun Isaac2021-07-13
| | | | * gnu/packages/python-science.scm (python-pingouin): New variable.
* gnu: Add python-pandas-flavor.Arun Isaac2021-07-13
| | | | * gnu/packages/python-science.scm (python-pandas-flavor): New variable.
* gnu: python-numpy, python-scipy: Remove dependency on lapack.Ludovic Courtès2021-06-22
| | | | | | | | | | | The dependency on lapack was unused; the LAPACK interface of OpenBLAS is used instead. The dependency on lapack was added in cba256f8faaa18457fc9b77e8b401f17b89bdd75 (numpy) and 719b01c1575b8599b0dca9f245a9d759032f3168 (scipy). * gnu/packages/python-science.scm (python-scipy)[inputs]: Remove LAPACK. * gnu/packages/python-xyz.scm (python-numpy)[inputs]: Likewise.
* gnu: Add python-ruffus.Ricardo Wurmus2021-06-14
| | | | * gnu/packages/python-science.scm (python-ruffus): New variable.
* gnu: python-vedo: Make pkg-config a native input.Paul Garlick2021-06-02
| | | | | * gnu/packages/python-science.scm (python-vedo)[inputs]: Move pkg-config to... [native-inputs]: ...here.
* gnu: Add python-vedo.Paul Garlick2021-06-01
| | | | * gnu/packages/python-science.scm (python-vedo): New variable.
* gnu: Add python-pyflow.Roel Janssen2021-05-31
| | | | * gnu/packages/python-science.scm (python-pyflow): New variable.
* gnu: python-scikit-image: Enable tests.Vinicius Monego2021-03-13
| | | | | | | | | * gnu/packages/python-science.scm (python-scikit-image)[arguments]: Add phases related to tests. [native-inputs]: Add python-codecov, python-flake8, python-pytest, python-pytest-cov, python-pytest-localserver, python-wheel. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: python-scikit-image: Update to 0.18.1.Vinicius Monego2021-03-13
| | | | | | | * gnu/packages/python-science.scm (python-scikit-image): Update to 0.18.1. [propagated-inputs]: Remove python-six. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add python-upsetplot.Ricardo Wurmus2021-03-12
| | | | * gnu/packages/python-science.scm (python-upsetplot): New variable.
* gnu: Add python-statannot.Ricardo Wurmus2021-03-12
| | | | * gnu/packages/python-science.scm (python-statannot): New variable.
* gnu: python-scipy: Update to 1.6.0.Greg Hogan2021-02-09
| | | | | | | | * gnu/packages/python-xyz.scm (python-scipy): Update to 1.6.0. [inputs]: Add pybind11. [arguments]<#:phases>['change-home-dir]: New phase. Signed-off-by: Jelle Licht <jlicht@fsfe.org>
* gnu: Add python-baycomp.Vinicius Monego2020-11-24
| | | | | | * gnu/packages/python-science.scm (python-baycomp): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add python-sgp4.Vinicius Monego2020-08-16
| | | | | | * gnu/packages/python-science.scm (python-sgp4): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add python-bottleneck.Vinicius Monego2020-08-10
| | | | | | * gnu/packages/python-science.scm (python-bottleneck): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: python-scikit-image: Add dependencies.Vinicius Monego2020-07-08
| | | | | | | * gnu/packages/python-science.scm (python-scikit-image)[propagated-inputs]: Add python-imageio and python-tifffile. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add python-scikit-fuzzy.Vinicius Monego2020-07-08
| | | | | | * gnu/packages/python-science.scm (python-scikit-fuzzy): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add python-msgpack-numpy.Ricardo Wurmus2020-06-23
| | | | * gnu/packages/python-science.scm (python-msgpack-numpy): New variable.
* gnu: python-scikit-image: Update to 0.17.2.Ricardo Wurmus2020-06-23
| | | | * gnu/packages/python-science.scm (python-scikit-image): Update to 0.17.2.
* gnu: Add python-xarray.Pierre Langlois2020-06-22
| | | | | | | | | | | From 27ec21904f769c1e8114f767972d9037e1e9f68a Mon Sep 17 00:00:00 2001 From: Pierre Langlois <pierre.langlois@gmx.com> Date: Thu, 18 Jun 2020 00:58:02 +0200 Subject: [PATCH 4/5] gnu: Add python-xarray. * gnu/package/python-science.scm (python-xarray): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python-pandas: Update to 1.0.5.Pierre Langlois2020-06-22
| | | | | | | | | | | | | | | | | | But also keep version 0.25.3 around for packages requiring an earlier versions, as well as version 0.24.2 for a version with python2. * gnu/packages/python-science.scm (python-pandas): Update to 1.0.5. [arguments]: Adapt 'patch-which phase. Add new 'prepare-x phase. Do not delete tests that depend on "moto", they are skipped automatically. [propagated-inputs]: Add python-jinja2. [inputs]: Add xsel and xclip. [native-inputs]: Add xorg-server-for-tests so we can test clipboard support. (python-pandas-0.24): New variable. (python2-pandas): Inherit from python-pandas-0.25. * gnu/packages/bioinformatics.scm (python-biom-format)[propagated-inputs]: Switch to python-pandas-0.25. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python2-weave.Ricardo Wurmus2020-04-30
| | | | * gnu/packages/python-science.scm (python2-weave): New variable.
* gnu: Remove python2-scikit-image.Marius Bakke2020-04-09
| | | | | | Some of the packages that this depends upon no longer supports Python 2. * gnu/packages/python-science.scm (python2-scikit-image): Remove variable.
* gnu: python2-pandas: Fix build with Python 2.7.17.Marius Bakke2020-03-15
| | | | | | | | While at it, fix the inheritance. * gnu/packages/python-science.scm (python2-pandas): Use INHERIT instead of PACKAGE/INHERIT. [source](modules, snippet): New fields.
* gnu: python-scikit-image: Use HTTPS home page.Tobias Geerinckx-Rice2020-02-19
| | | | * gnu/packages/python-science.scm (python-scikit-image)[home-page]: Use HTTPS.
* gnu: python-lxml: Move to (gnu packages xml).Marius Bakke2020-01-15
| | | | | | | | | | * gnu/packages/python-xyz.scm (python-lxml): Move from here ... * gnu/packages/xml.scm (python-lxml): ... to here. * gnu/packages/django.scm, gnu/packages/drones.scm, gnu/packages/libreoffice.scm, gnu/packages/nutrition.scm, gnu/packages/openstack.scm, gnu/packages/pulseaudio.scm, gnu/packages/python-science.scm, gnu/packages/tryton.scm, gnu/packages/wireservice.scm: Adjust module imports.
* gnu: python-pandas: Move to (gnu packages python-science).Ricardo Wurmus2019-12-04
| | | | | | | | | * gnu/packages/python-xyz.scm (python-pandas, python2-pandas): Move from here... * gnu/packages/python-science.scm (python-pandas, python2-pandas): ...to here. * gnu/packages/benchmark.scm, gnu/packages/databases.scm, gnu/packages/graph.scm, gnu/packages/parallel.scm, gnu/packages/serialization.scm: Import (gnu packages python-science).
* gnu: python-scipy: Move to (gnu packages python-science).Ricardo Wurmus2019-12-02
| | | | | | | | * gnu/packages/python-xyz.scm (python-scipy, python2-scipy): Move these from here... * gnu/packages/python-science.scm (python-scipy, python2-scipy): ...to here. * gnu/packages/bioinformatics.scm, gnu/packages/machine-learning.scm, gnu/packages/statistics.scm: Adjust module imports.
* gnu: python-scikit-image: Move to (gnu packages python-science).Ricardo Wurmus2019-12-02
* gnu/packages/python-xyz.scm (python-scikit-image, python2-scikit-image): Move these two from here... * gnu/packages/python-science.scm: ...to this new file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.