Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Timo Kaufmann
4027538dfe
Merge pull request #83004 from timokau/pandas-parallel-build
...
python.pkgs.pandas: parallelize build
2020-03-20 21:54:02 +00:00
Timo Kaufmann
81212e6955
python.pkgs.pandas: parallelize build
2020-03-20 16:50:40 +01:00
Jonathan Ringer
b549a006fe
pythonPackages.pandas: 1.0.1 -> 1.0.3
2020-03-19 08:32:35 -07:00
Frederik Rietdijk
a328142bde
python: pandas: 1.0.0 -> 1.0.1
2020-02-09 09:17:31 +01:00
Jonathan Ringer
ff741a5d52
python3Packages.pandas: disable invalid tests
...
util_in_top_level tries to import from pandas.tests.
This would be fine if running the tests pre-installation,
however, the tests directory isn't available after installation
2020-02-02 16:02:32 -08:00
Frederik Rietdijk
1a3a0e8181
python: pandas: 0.25.3 -> 1.0.0
2020-01-30 21:34:58 +01:00
Jonathan Ringer
0726ab30f6
python3Packages.pandas: fix tests
...
The default ordering behavior has changed with pd.NAT
2020-01-09 11:28:31 -08:00
c0bw3b
69b393ace5
Treewide: update some problematic homepages
...
These URLs are reported as problematic by Repology.
It could be a permanent redirection
or the page does not exist anymore
2019-12-08 10:21:29 -08:00
Jonathan Ringer
a4f454cca0
pythonPackages.pandas: update homepage
2019-12-07 09:26:59 +01:00
Orivej Desh
2becf48fb5
python: pandas: support Python 2
...
pandas/2.nix is supposed to be a Python 2 expression, and 0.24.2 is the last
release that supports it.
2019-11-23 07:41:02 +00:00
Frederik Rietdijk
689697ff13
python: pandas: 0.25.2 -> 0.25.3
2019-11-12 14:57:20 +01:00
Frederik Rietdijk
31f555030b
python: pandas: 0.25.2 -> 0.25.3
2019-11-12 14:57:20 +01:00
Frederik Rietdijk
fb2f276e78
python: pandas: 0.25.1 -> 0.25.2
2019-10-27 16:26:48 +01:00
Frederik Rietdijk
4ac2102b42
python: pandas: 0.24.2 -> 0.25.2
2019-10-27 16:26:48 +01:00
Robert Scott
8044cf3668
pythonPackages.pandas: 0.25.0 -> 0.25.1
2019-10-07 07:57:12 -07:00
Frederik Rietdijk
536341c91b
python3Packages.pandas: 0.24.2 -> 0.25.0
2019-07-21 08:38:23 +02:00
Matthieu Coudron
9cd3fba059
python: pandas: 0.24.1 -> 0.24.2
2019-04-14 16:01:12 +09:00
Jörg Thalheim
dadc7eb329
treewide: use runtimeShell instead of stdenv.shell whenever possible
...
Whenever we create scripts that are installed to $out, we must use runtimeShell
in order to get the shell that can be executed on the machine we create the
package for. This is relevant for cross-compiling. The only use case for
stdenv.shell are scripts that are executed as part of the build system.
Usages in checkPhase are borderline however to decrease the likelyhood
of people copying the wrong examples, I decided to use runtimeShell as well.
2019-02-26 14:10:49 +00:00
Vladimír Čunát
f7f1a2f54e
Merge branch 'master' into staging-next
...
A mass darwin rebuild from master (#55784 ).
2019-02-17 08:05:24 +01:00
Frederik Rietdijk
4aaa34f724
python: pandas: 0.23.4 -> 0.24.1
2019-02-16 12:11:28 +01:00
Frederik Rietdijk
6fe10d2779
Merge master into staging-next
2019-02-16 09:29:54 +01:00
Dmitry Kalinkin
2b15d5c4c8
pythonPackages.pandas: don't propagate cython dependency
2019-02-13 23:03:37 -05:00
Vladimír Čunát
3fe32b675e
Merge branch 'master' into staging
2019-01-22 15:59:42 +01:00
Robert Schütz
b802698873
python.pkgs.pandas_0_17_1: remove
...
It is not used anywhere.
2019-01-21 18:00:06 +01:00
rnhmjoj
bcf54ce5bb
treewide: use ${stdenv.shell} instead of /bin/sh where possible
2019-01-16 20:37:15 +01:00
worldofpeace
5518f1ce58
pythonPackages.pandas: don't run tests on aarch64
2018-11-25 19:06:07 -05:00
Frederik Rietdijk
43f6ceabb8
pythonPackages.pandas: fix build
2018-09-01 10:41:37 +02:00
Frederik Rietdijk
6e0424a77c
python: pandas: 0.23.3 -> 0.23.4
2018-08-25 07:38:22 +02:00
Frederik Rietdijk
8364053af4
python3.pkgs.pandas: fix build, for real
2018-07-28 12:13:44 +02:00
Frederik Rietdijk
2e7ed10e44
python.pkgs.pandas: fix build
2018-07-26 12:43:16 +02:00
Frederik Rietdijk
2b3f304bba
python: pandas: 0.23.1 -> 0.23.3
2018-07-22 16:52:47 +02:00
Jörg Thalheim
218298b30f
Merge branch 'master' into unused5
2018-07-21 15:41:22 +01:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
volth
6d2857a311
[bot] treewide: remove unused 'inherit' in let blocks
2018-07-20 19:38:19 +00:00
Frederik Rietdijk
ced21f5e1a
pythonPackages: remove name
attribute`
...
The `buildPython*` function computes name from `pname` and `version`.
This change removes `name` attribute from all expressions in
`pkgs/development/python-modules`.
While at it, some other minor changes were made as well, such as
replacing `fetchurl` calls with `fetchPypi`.
2018-06-23 18:14:26 +02:00
Frederik Rietdijk
46b7f6bdfd
python.pkgs.pandas: fix build
2018-06-23 11:48:06 +02:00
Frederik Rietdijk
cede7caab8
python: pandas: 0.23.0 -> 0.23.1
2018-06-22 13:09:43 +02:00
Frederik Rietdijk
aeef0cd86a
python: pandas: 0.22.0 -> 0.23.0
2018-06-22 13:09:22 +02:00
Frederik Rietdijk
c09b89cb71
Revert "python: pandas: 0.17.1 -> 0.22.0"
...
Accidental automatic update.
This reverts commit 7a2b46f88a
.
2018-06-21 07:42:50 +02:00
Orivej Desh
49dc36c9a8
pandas: fix check with the current pytest
...
pandas 0.23.0 has fixed this too, but it introduces new test failures.
2018-06-02 18:36:41 +00:00
Frederik Rietdijk
7a2b46f88a
python: pandas: 0.17.1 -> 0.22.0
2018-04-08 11:34:55 +02:00
Frederik Rietdijk
8ca8c46520
python: pandas: 0.21.1 -> 0.22.0
2018-01-01 16:00:51 +01:00
Frederik Rietdijk
fb51574bf6
python.pkgs.pandas: 0.21.0 -> 0.21.1
2017-12-23 09:44:32 +01:00
Matthieu Coudron
d22a1f6abc
pandas: 0.20.3 -> 0.21.0
...
Now needs 'moto' to complete tests.
2017-10-31 03:08:43 +09:00
Shea Levy
e3a389c670
Add pandas 0.17
2017-10-10 09:23:51 -04:00
Frederik Rietdijk
67651d80bc
Merge pull request #28884 from FRidh/python-fixes
...
Python: several fixes
2017-09-06 13:54:10 +02:00
Silvan Mosberger
f5fa5fa4d6
pkgs: refactor needless quoting of homepage meta attribute ( #27809 )
...
* pkgs: refactor needless quoting of homepage meta attribute
A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.
* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit
* Fixed some instances
2017-08-01 22:03:30 +02:00
Frederik Rietdijk
ac3cae1191
python.pkgs.pandas: 0.20.2 -> 0.20.3
2017-07-17 13:54:03 +02:00
Frederik Rietdijk
7111351963
python.pkgs.pandas: 0.20.1 -> 0.20.2
2017-06-06 14:42:10 +02:00