summaryrefslogtreecommitdiff
path: root/gnu/packages/python-science.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: Add python-baycomp.•••* gnu/packages/python-science.scm (python-baycomp): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Vinicius Monego2020-11-241-0/+26
* gnu: Add python-sgp4.•••* gnu/packages/python-science.scm (python-sgp4): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego2020-08-161-0/+20
* gnu: Add python-bottleneck.•••* gnu/packages/python-science.scm (python-bottleneck): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego2020-08-101-0/+30
* gnu: python-scikit-image: Add dependencies.•••* gnu/packages/python-science.scm (python-scikit-image)[propagated-inputs]: Add python-imageio and python-tifffile. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Vinicius Monego2020-07-081-1/+3
* gnu: Add python-scikit-fuzzy.•••* gnu/packages/python-science.scm (python-scikit-fuzzy): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Vinicius Monego2020-07-081-0/+32
* gnu: Add python-msgpack-numpy.•••* gnu/packages/python-science.scm (python-msgpack-numpy): New variable. Ricardo Wurmus2020-06-231-0/+25
* gnu: python-scikit-image: Update to 0.17.2.•••* gnu/packages/python-science.scm (python-scikit-image): Update to 0.17.2. Ricardo Wurmus2020-06-231-2/+2
* gnu: Add python-xarray.•••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> Pierre Langlois2020-06-221-0/+35
* gnu: python-pandas: Update to 1.0.5.•••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> Pierre Langlois2020-06-221-18/+47
* gnu: Add python2-weave.•••* gnu/packages/python-science.scm (python2-weave): New variable. Ricardo Wurmus2020-04-301-1/+34
* gnu: Remove python2-scikit-image.•••Some of the packages that this depends upon no longer supports Python 2. * gnu/packages/python-science.scm (python2-scikit-image): Remove variable. Marius Bakke2020-04-091-3/+0
* gnu: python2-pandas: Fix build with Python 2.7.17.•••While at it, fix the inheritance. * gnu/packages/python-science.scm (python2-pandas): Use INHERIT instead of PACKAGE/INHERIT. [source](modules, snippet): New fields. Marius Bakke2020-03-151-10/+19
* gnu: python-scikit-image: Use HTTPS home page.•••* gnu/packages/python-science.scm (python-scikit-image)[home-page]: Use HTTPS. Tobias Geerinckx-Rice2020-02-191-1/+1
* gnu: python-lxml: Move to (gnu packages xml).•••* 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. Marius Bakke2020-01-151-0/+1
* gnu: python-pandas: Move to (gnu packages python-science).•••* 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). Ricardo Wurmus2019-12-041-2/+96
* gnu: python-scipy: Move to (gnu packages python-science).•••* 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. Ricardo Wurmus2019-12-021-0/+126
* gnu: python-scikit-image: Move to (gnu packages python-science).•••* 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. Ricardo Wurmus2019-12-021-0/+67