about summary refs log tree commit diff
path: root/pkgs/development/python-modules/hdbscan
AgeCommit message (Collapse)AuthorFilesLines
2023-12-07python3.pkgs.*: Explicitly pass buildPythonPackage format parameteradisbladis1-0/+1
Long term we should move everything over to `pyproject = true`, but in the mean time we can work towards deprecating the implicit `format` paremeter. cc https://github.com/NixOS/nixpkgs/issues/253154 cc @mweinelt @figsoda
2023-11-27python311Packages.hdbscan: fix buildtu-maurice1-12/+0
Patch is already upstream in the current packaged version.
2023-11-17treewide: remove ixxie as maintainer from various packagesMatan Bendix Shenhav1-1/+0
2023-09-27python3Packages.hdbscan: 0.8.28 -> 0.8.33Martin Weinelt1-2/+2
2023-03-03python3.pkgs: Migrate fetchers to use hashMartin Weinelt1-2/+2
when they already rely on SRI hashes.
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol1-1/+1
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.
2022-10-01Merge pull request #193095 from risicle/ris-joblib-1.2.0Sandro1-6/+10
2022-09-30python3Packages.hdbscan: Disable more flaky testsGeorge Macon1-0/+3
2022-09-30python3Packages.hdbscan: Patch out runtime Cython dependencyGeorge Macon1-1/+3
Upstream declares a dependency on Cython at runtime, but that's not a true requirements. Remove it so that derivations depending on this one can build without pip complaining that Cython cannot be found.
2022-09-27python3Packages.hdbscan: 0.8.27 -> 0.8.28Robert Scott1-6/+10
include patch for joblib 1.2.0 compatibility
2021-09-01python3Packages.hdbscan: add imports checkMartin Weinelt1-0/+2
2021-05-26python3Packages.hdbscan: disable another flaky testRobert Scott1-0/+2
2021-05-19python3Packages.hdbscan: disable flaky testsRobert Scott1-0/+6
2021-05-17python3Packages.scikitlearn: rename to scikit-learnDavHau1-2/+2
2021-03-24python3Packages.hdbscan: unbreakRobert T. McGibbon1-3/+15
2021-02-26python3Packages.hdbscan: 0.8.26 -> 0.8.27Frederik Rietdijk1-2/+2
2020-05-09python27Packages.hdbscan: 0.8.25 -> 0.8.26R. RyanTM1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-03-30python27Packages.hdbscan: 0.8.24 -> 0.8.25R. RyanTM1-2/+2
2019-12-15python: hdbscan: 0.8.23 -> 0.8.24Frederik Rietdijk1-2/+2
2019-11-05python3Packages.hdbscan: add missing dependencyJonathan Ringer1-1/+2
2019-10-18python: hdbscan: 0.8.22 -> 0.8.23Frederik Rietdijk1-2/+2
2019-06-22pythonPackages.hdbscan: fix build by removing upstream patch, adding joblibRobert Scott1-11/+3
joblib is for the benefit of py27, whose scikitlearn doesn't include it. also move cython to nativeBuildInputs
2019-06-18Merge branch 'master' into staging-nextVladimír Čunát1-0/+10
Hydra nixpkgs: ?compare=1525828
2019-06-16pythonPackages.hdbscan: fix build by applying upstream patchRobert Scott1-0/+10
simple missing import in one of the test modules
2019-06-15python: hdbscan: 0.8.20 -> 0.8.22Frederik Rietdijk1-2/+2
2019-04-18python: hdbscan: 0.8.19 -> 0.8.20Frederik Rietdijk1-2/+2
2019-02-17python: hdbscan: 0.8.18 -> 0.8.19Frederik Rietdijk1-2/+2
2018-10-13python: hdbscan: 0.8.15 -> 0.8.18Frederik Rietdijk1-2/+2
2018-07-22python: hdbscan: 0.8.13 -> 0.8.15Frederik Rietdijk1-2/+2
2018-06-27treewide: http -> https (#42665)Ryan Mulligan1-1/+1
2018-05-10python: hdbscan: 0.8.12 -> 0.8.13Frederik Rietdijk1-2/+2
2018-04-29pythonPackages.hdbscan: init at 0.8.12 (#37762)Matan Shenhav1-0/+30