Commit Graph

29 Commits

Author SHA1 Message Date
Martin Weinelt 0215034f25 python3.pkgs: Migrate fetchers to use hash
when they already rely on SRI hashes.
2023-03-03 23:59:29 +01:00
Guillaume Girol 33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Martin Weinelt 6e67852e21 python3Packages.imbalanced-learn: 0.9.1 -> 0.10.1 2023-01-05 01:10:09 +01:00
Martin Weinelt 23c0e823b7 python3Packages.imbalanced-learn: 0.9.0 -> 0.9.1 2022-07-21 22:33:53 +02:00
R. Ryantm e44f6ebdbd python310Packages.imbalanced-learn: 0.8.1 -> 0.9.0 2022-01-19 23:40:35 +00:00
Robert Schütz 2cae050057 python2Packages: remove superfluous overrides
Since Python 2 is not supported anymore we only keep those overrides
which are used by leaf packages.
2022-01-01 02:10:53 +01:00
R. RyanTM 97dc734ab5 python38Packages.imbalanced-learn: 0.8.0 -> 0.8.1 2021-09-30 11:24:44 +00:00
DavHau cd8f3e6c44 python3Packages.scikitlearn: rename to scikit-learn 2021-05-17 17:41:36 +07:00
Robert T. McGibbon a6c50aff9d python3Packages.imbalanced-learn: 0.7.0 -> 0.8.0 2021-03-19 16:30:04 -04:00
Sandro 83c9307474 Merge pull request #113098 from SuperSandro2000/fix-collection12 2021-02-17 13:28:08 +01:00
Sandro Jäckel 6ec8a98248 pythonPackages.imbalanced-learn: disable failing test 2021-02-17 11:31:46 +01:00
Sandro Jäckel 29300a43f6 pythonPackages.imbalanced-learn: remove unused input 2021-02-16 06:56:13 +01:00
Robert T. McGibbon 7773122eec python3Packages.imbalanced-learn: fix tests 2021-02-09 17:02:34 -05:00
Pavol Rusnak a6ce00c50c treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01: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 23e230b8eb python3Packages.imbalanced-learn: unbreak build 2020-12-30 17:57:48 -05:00
Frederik Rietdijk 6d1efb160c python: imbalanced-learn: 0.6.2 -> 0.7.0 2020-08-16 19:31:03 +02:00
Frederik Rietdijk 495e44e2a3 python3Packages.imbalanced-learn: 0.6.1 -> 0.6.2 2020-05-11 22:12:11 +02:00
Michael Reilly 84cf00f980 treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Frederik Rietdijk 350143d0aa python: imbalanced-learn: 0.5.0 -> 0.6.1 2019-12-30 16:46:43 +01:00
Jonathan Ringer 0e520afd0e python3Packages.imbalanced-learn: disable version tests
seems that the sklearn package has moved some private methods.
2019-11-27 22:26:23 -08:00
Jonathan Ringer 0bff5f6438 Revert "python: imbalanced-learn: 0.4.3 -> 0.5.0"
This reverts commit 47c7ad52f0.

frozen version was not meant to be bumped
2019-11-27 19:26:28 -08:00
Frederik Rietdijk 47c7ad52f0 python: imbalanced-learn: 0.4.3 -> 0.5.0 2019-10-27 16:26:45 +01:00
Jonathan Ringer f744758a74 python3Packages.imbalanced-learn: 0.4.3 -> 0.5.0 2019-07-30 13:00:01 +02:00
Jonathan Ringer 35b622f0da python2Packages.imbalanced-learn: freeze at 0.4.3 2019-07-30 13:00:01 +02:00
Jonathan Ringer 02ecb596a3 python2Packages.imbalanced-learn: fix build 2019-07-30 13:00:01 +02:00
Frederik Rietdijk d16915f56d python: imbalanced-learn: 0.4.2 -> 0.4.3 2018-12-03 16:50:38 +01:00
Frederik Rietdijk d70775f338 python: imbalanced-learn: 0.3.3 -> 0.4.2 2018-12-03 16:50:31 +01:00
xeji 6b2bc4b5d1 pythonPackages.imbalanced-learn: 0.3.2 -> 0.3.3, fix build
minor bump, fix tests, move to development/python-modules
2018-04-01 01:58:22 +02:00