Martin Weinelt
e62d70a790
python3Packages.pandas: Disable failing test with numpy 1.24
2023-01-05 13:20:46 +01:00
Joachim Breitner
8afcb44617
python3Packages.pandas: 1.4.4 -> 1.5.2
2023-01-05 01:08:49 +01:00
Martin Weinelt
f1ebf7751e
python3Packages.pandas: 1.4.3 -> 1.4.4
...
https://github.com/pandas-dev/pandas/releases/tag/v1.4.4
2022-09-18 23:57:30 +02:00
Martin Weinelt
599d078a28
python3Packages.pandas: 1.4.2 -> 1.4.3
2022-07-21 22:33:36 +02:00
Ivan Kozik
98ce308ab5
python3Packages.pandas: skip test_rolling_var_numerical_issues
...
On amd64, it does not fail on nixpkgs by default, but does fail if you
build everything with e.g. -march=haswell -mtune=haswell
2022-05-21 21:50:45 +00:00
Shea Levy
7456be85db
Merge branch 'staging-next' into staging
2022-05-18 06:40:21 -04:00
happysalada
889bb1a1aa
python3Packages.pandas: remove unused commands
2022-05-16 19:12:47 -07:00
midchildan
d5cf6ab1b1
pandas: fix darwin build
2022-05-16 04:21:16 +09:00
Phillip Cloud
5be42ba941
python3Packages.pandas: enable parallel build
2022-04-22 18:25:12 +02:00
Martin Weinelt
44f0a04ddd
python3Packages.pandas: use upstreams fast test settings
2022-04-15 01:39:53 +02:00
Martin Weinelt
72f9e7ced4
python3Packages.pandas: 1.4.1 -> 1.4.2
2022-04-15 01:39:50 +02:00
Martin Weinelt
491416d9cc
python3Packages.pandas: 1.3.5 -> 1.4.1
2022-03-14 00:28:57 +01:00
Jonathan Ringer
624676631e
python3Packages.pandas: 1.3.4 -> 1.3.5
2022-01-23 01:09:14 +01:00
Fabian Affolter
f6cfdc97cc
python3Packages.pandas: disable failing test
2021-12-02 20:44:36 +01:00
Jonathan Ringer
9b1636a0ef
python3Packages.pandas: 1.3.3 -> 1.3.4
2021-11-30 18:52:07 -08:00
Sandro
9ad417c8c1
Merge pull request #136080 from womfoo/fix/armv7l-pandas
2021-11-30 21:14:34 +01:00
Frederik Rietdijk
6dc2edb831
python3.pkgs.pandas: remove optional dependencies
2021-11-24 09:54:17 +01:00
Markus S. Wamser
2043dbb6fa
pkgs.development.python-modules: remove unused args
2021-11-12 19:10:54 -08:00
Martin Weinelt
1bb86211f3
python3Packages.pandas: 1.3.2 -> 1.3.3
2021-10-11 01:22:05 +02:00
Martin Weinelt
cfa9d1c84c
python3Packages.pandas: 1.2.4 -> 1.3.2
2021-09-01 21:23:10 +02:00
Kranium Gikos Mendoza
4c391b4329
pythonPackages.pandas: disable tests on armv7l
2021-08-29 15:51:51 +10:00
Sandro
3aaf52603c
python39Packages.pandas: disable failing test ( #135814 )
2021-08-26 22:48:23 +02:00
Robert Schütz
1ec5651913
treewide: use pythonPackages.python-dateutil instead of pythonPackages.dateutil
2021-07-03 13:45:57 +02:00
Martin Weinelt
390727658b
python3Packages.pandas: 1.2.3 -> 1.2.4
2021-06-22 13:42:35 +02:00
Andrew Childs
7869d16545
llvmPackages: Multuple outputs for everythting
...
Also begin to start work on cross compilation, though that will have to
be finished later.
The patches are based on the first version of
https://reviews.llvm.org/D99484 . It's very annoying to do the
back-porting but the review has uncovered nothing super major so I'm
fine sticking with what I've got.
Beyond making the outputs work, I also strove to re-sync the packages,
as they have been drifting pointlessly apart for some time.
----
Other misc notes, highly incomplete
- lvm-config-native and llvm-config are put in `dev` because they are
tools just for build time.
- Clang no longer has an lld dep. That was introduced in
db29857eb3
, but if clang needs help
finding lld when it is used we should just pass it flags / put in the
resource dir. Providing it at build time increases critical path
length for no good reason.
----
A note on `nativeCC`:
`stdenv` takes tools from the previous stage, so:
1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.stdenv.cc`: `(?0, ?1, x)`
while:
1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.targetPackages`: `(x, x, ?2)`
3. `pkgsBuildBuild.targetPackages.stdenv.cc`: `(?1, x, x)`
2021-04-30 05:41:00 +00:00
Sandro Jäckel
3e6464e159
Revert "pythonPackages.pandas: skip hanging/crashing test"
...
This reverts commit b86327ef93
.
This is a temporary hack which can't be merged into master at some point
because the package is actually broken. The real issue will likely be fixed
in #118454 .
2021-04-05 03:44:29 +02:00
Sandro Jäckel
b86327ef93
pythonPackages.pandas: skip hanging/crashing test
2021-04-05 00:55:35 +02:00
Fabian Affolter
dd567e6046
python3Packages.pandas: 1.2.2 -> 1.2.3
2021-03-06 08:48:21 +01:00
Martin Weinelt
9e86aa7157
Merge remote-tracking branch 'origin/master' into staging-next
2021-03-01 16:03:00 +01:00
SCOTT-HAMILTON
e8cfc61efa
pandas: fix scipy coo_matrix test
2021-02-28 11:22:42 -05:00
Frederik Rietdijk
38cd2a9702
python3Packages.pandas: 1.1.5 -> 1.2.2
2021-02-26 11:02:02 +01:00
Sandro Jäckel
703d23bb90
python39Packages.pandas: Remove unused checkInput to fix python 3.9 support
2021-02-14 06:34:20 +01:00
Pavol Rusnak
a4bbfba80d
pkgs/development/python-modules: stdenv.lib -> lib
2021-01-24 01:29:22 +01:00
Jonathan Ringer
3fe3dcd92e
python3Packages.pandas: fix tests
...
Tests now have relative imports to other test files,
so pytest needs to be executed in the
$out/${python.sitePackages}/pandas directory to make
these assumptions valid
2021-01-11 23:58:03 -08:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Robert T. McGibbon
547376fe0e
python3Packages.pandas: 1.1.4 -> 1.1.5
2020-12-08 19:04:39 -05:00
Jonathan Ringer
8ba1cd2e10
python3Packages.pandas: fix tests
2020-11-05 20:01:03 -08:00
Drew Risinger
1849bc57be
pythonPackages.pandas: convert to pytestCheckHook
2020-11-05 15:47:09 -08:00
Drew Risinger
ac8aff99bf
pythonPackages.pandas: cleanup
...
* Sort imports
* add changelog
2020-11-05 15:47:09 -08:00
Frederik Rietdijk
57887f659d
python3Packages.pandas: 1.1.3 -> 1.1.4
2020-11-05 15:47:08 -08:00
Frederik Rietdijk
caa139243d
python3Packages.pandas: 1.1.1 -> 1.1.3
2020-11-05 15:47:01 -08:00
Frederik Rietdijk
8211f56941
python3Packages.pandas: 1.1.0 -> 1.1.1
2020-08-29 10:23:39 -07:00
tobim
5be356a9cc
pythonPackages.pandas: fix build with clang ( #95992 )
...
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2020-08-22 23:51:48 -04:00
Frederik Rietdijk
2dafde493f
python: pandas: 1.0.5 -> 1.1.0
2020-08-04 21:54:26 +02:00
Mario Rodas
8f58d6f067
python38Packages.pandas: fix build on darwin
2020-07-25 20:20:20 -05:00
Frederik Rietdijk
31a34710ca
python: pandas: 1.0.4 -> 1.0.5
2020-06-30 17:35:29 +02:00
Frederik Rietdijk
63767fc254
python: pandas: 1.0.3 -> 1.0.4
2020-06-05 18:44:50 +02:00
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