aboutsummaryrefslogtreecommitdiff
(use-modules (guix)
             (gnu packages gdb)
             (gnu packages autotools)
             (gnu packages texinfo))

;; Augment the package definition of GDB with the build tools
;; needed when developing GDB (and which are not needed when
;; simply installing it.)
(package
  (inherit gdb)
  (native-inputs (modify-inputs (package-native-inputs gdb)
                   (prepend autoconf-2.69 automake texinfo))))
olspan='3' class='logmsg'> * gnu/packages/machine-learning.scm (python-cmaes): Update to 0.10.0. Change-Id: I90e6a3d5c64e48bba969b2eed7696200da29fffe 2024-03-23gnu: python-deepxde: Update to 1.11.0.Vinicius Monego * gnu/packages/machine-learning.scm (python-deepxde): Update to 1.11.0. Change-Id: Ifc58877d5ad1b7e485b7c05d1451f82371a62769 2024-03-21gnu: Add python-pytorch2.Ricardo Wurmus * gnu/packages/machine-learning.scm (python-pytorch2): New variable. Change-Id: Ibb837b5765438e7b9ec298537e5009e91d218601 2024-03-02gnu: llama-cpp: Update to 03bf16.John Fremlin * gnu/packages/machine-learning.scm (llama-cpp): Update to 03bf161eb6dea6400ee49c6dc6b69bdcfa9fd3fc. [arguments]: Adjust program names. Change-Id: I9f5474606dd01be73fbc50813250991e9d248d85 Signed-off-by: Ludovic Courtès <ludo@gnu.org> 2024-03-02gnu: Add python-mord.Spencer King * gnu/packages/machine-learning.scm (python-mord): New variable. Change-Id: I1a495fece72a0b998a69cb518544ed8835b12a40 Signed-off-by: Ludovic Courtès <ludo@gnu.org> 2024-02-16gnu: Add python-gymnasium.Timothee Mathieu * gnu/packages/machine-learning.scm (python-gymnasium): New variable. Change-Id: I22564c63b24ae98896f2e7b7da679463bd6b8496 Signed-off-by: Ricardo Wurmus <rekado@elephly.net> 2024-02-11gnu: Add python-gguf.David Pflug * gnu/packages/machine-learning.scm (python-gguf): New variable. Change-Id: Icf6138486cccc5b4c3141424baccf17c4edb3449 Signed-off-by: Andreas Enge <andreas@enge.fr> 2024-02-06gnu: Add openmm.Ricardo Wurmus * gnu/packages/machine-learning.scm (openmm): New variable. Change-Id: I2a296471881ffbd9356fcdd27d349aa4a7bb5132 2024-01-29gnu: Add python-hdbscan.Kiran Shila * gnu/packages/machine-learning.scm (python-hdbscan): New variable. Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I13a78dd795490e6d4a8486741e2d5281605b7bb9 2024-01-25gnu: python-pyro-ppl: Skip one more test.Ricardo Wurmus * gnu/packages/machine-learning.scm (python-pyro-ppl)[build-system]: Use pyproject-build-system. [arguments]: Remove custom 'check phase and replace with #:test-flags; disable test_sample tests. Change-Id: I058892451b9e5c96b077fae426a6649ce16f54c5 2024-01-24gnu: python-opentsne: Update to 1.0.1.Vinicius Monego * gnu/packages/machine-learning.scm (python-opentsne): Update to 1.0.1. Change-Id: Ic71c3622e9408a21c5bade00228a9af5320c6dce 2024-01-24gnu: python-pytorch-geometric: Disable one test.Ricardo Wurmus * gnu/packages/machine-learning.scm (python-pytorch-geometric)[arguments]: Disable test_gdc as it occasionally fails. Change-Id: I9d1dc1b68628801ea1bb5a8bdfa17063990748ea 2024-01-24gnu: python-xgboost: Fix build.Ricardo Wurmus * gnu/packages/machine-learning.scm (python-xgboost)[build-system]: Use pyproject-build-system. [arguments]: Move test flags to #:test-flags; disable a few more tests, mostly to account for a removed dataset; use G-expression; remove custom 'check phase. Change-Id: I6841a8c159919df85acaa8558248a8775ec5be80 2024-01-24gnu: Add python-pytorch-geometric.Ricardo Wurmus * gnu/packages/machine-learning.scm (python-pytorch-geometric): New variable. Change-Id: I9a016cda7d167159437724a878e6512c37106fea 2024-01-24gnu: python-scikit-learn-extra: Update to 0.3.0-1.0f95d8d.Ricardo Wurmus * gnu/packages/machine-learning.scm (python-scikit-learn-extra): Update to 0.3.0-1.0f95d8d. [arguments]: Move test flags out of 'check phase and to #:test-flags. [propagated-inputs]: Add python-packaging. Change-Id: I4081a9364a0646d0c6960a3d155315e8eff8af59 2024-01-23gnu: python-scikit-learn: Disable one test.Ricardo Wurmus This test fails with the upgrade of scipy. * gnu/packages/machine-learning.scm (python-scikit-learn)[arguments]: Disable test_singular_matrix test. Change-Id: I47627403826bb5c52f4d578399c7cabaa3f8838d 2024-01-19gnu: python-deepxde: Update to 1.10.1.Vinicius Monego * gnu/packages/machine-learning.scm (python-deepxde): Update to 1.10.1. Change-Id: If3515735d4adee8a2f1e9460d6ccb72c6ce26321 2024-01-16gnu: python-captum: Update to 0.7.0.Ricardo Wurmus * gnu/packages/machine-learning.scm (python-captum): Update to 0.7.0. [propagated-inputs]: Add python-tqdm. Change-Id: I8917b6e294fe08077a3af4423deefa9769ba9384 2024-01-16gnu: python-cleanlab: Disable test_aux_inputs, enable other tests.Ricardo Wurmus * gnu/packages/machine-learning.scm (python-cleanlab)[arguments]: Remove 'disable-bad-tests phase and ignore test files in #:test-flags instead; disable test_aux_inputs test, but re-enable tests from test_multilabel_classification.py. [native-inputs]: Add python-pytest-lazy-fixture. Change-Id: I77a16768ff61215e918c98bccd3efa216fb30d7f 2024-01-16gnu: python-umap-learn: Update to 0.5.5.Ricardo Wurmus * gnu/packages/machine-learning.scm (python-umap-learn): Update to 0.5.5. [build-system]: Use pyproject-build-system. [arguments]: Remove 'numpy-compatibility and custom 'check phases. Change-Id: I2123f66519730d43e454d9536e8cb7b6c4569d56 2024-01-16gnu: python-pynndescent: Update to 0.5.11.Ricardo Wurmus * gnu/packages/machine-learning.scm (python-pynndescent): Update to 0.5.11. [build-system]: Use pyproject-build-system. [arguments]: Remove. [propagated-inputs]: Add python-importlib-metadata. Change-Id: I14f15ea98157ed15b360971c30fe00c5f00af4a7 2024-01-16gnu: python-scikit-learn: Update to 1.3.2.Ricardo Wurmus * gnu/packages/machine-learning.scm (python-scikit-learn): Update to 1.3.2. [build-system]: Use pyproject-build-system. [arguments]: Move test flags to #:test-flags. [native-inputs]: Replace python-cython with python-cython-0.29.35. Change-Id: Iac6107dae752c42d9f57448a66eed0526974d57e 2024-01-15gnu: Remove python-tslearn.Ricardo Wurmus This package now lives in the guix-science channel. * gnu/packages/machine-learning.scm (python-tslearn): Remove variable. Change-Id: I655df3417d258cb1231746626817fde9628e9569 2024-01-09gnu: Add python-ripser.Troy Figiel * gnu/packages/machine-learning.scm (python-ripser): New variable. Change-Id: I21b42e555a5017e68cf43a6eaa19d991db36723d Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> 2024-01-09gnu: Add python-persim.Troy Figiel * gnu/packages/machine-learning.scm (python-persim): New variable. Change-Id: I914071a90b4555d7d1218ce83337d49298effb01 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> 2024-01-09gnu: Add python-hopcroftkarp.Troy Figiel * gnu/packages/machine-learning.scm (python-hopcroftkarp): New variable. Change-Id: I444f0371526d7a69d31363c228d5f7818bcf60dd Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> 2024-01-05gnu: onnx: Relax requirement on python-protobuf.Ricardo Wurmus * gnu/packages/machine-learning.scm (onnx)[arguments]: Add phase 'relax-requirements. (onnx-for-torch2)[arguments]: Delete 'relax-requirements phase. (onnx-optimizer)[arguments]: Same. Change-Id: If3bde363d06f16f2b82e175076041441d29e8d6e 2024-01-01gnu: liblantern: Update to 0.11.0-1.4d83bd0.Ricardo Wurmus * gnu/packages/machine-learning.scm (liblantern): Update to 0.11.0-1.4d83bd0. Change-Id: I04ac3d64df8ec3b4ba628886640020a24361f4e3 2024-01-01gnu: python-pytorch-for-r-torch: Update to 2.0.1.Ricardo Wurmus * gnu/packages/machine-learning.scm (python-pytorch-for-r-torch): Update to 2.0.1. * gnu/packages/patches/python-pytorch2-system-libraries.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Change-Id: I97551d543e50f6e511aa0529c097d156cf3f96de 2024-01-01gnu: Add onnx-optimizer-for-torch2.Ricardo Wurmus * gnu/packages/machine-learning.scm (onnx-optimizer-for-torch2): New variable. Change-Id: Icf48cba3f0a30f171b6f01cd033dd135a078ba1a 2024-01-01gnu: Add onnx-for-torch2.Ricardo Wurmus * gnu/packages/machine-learning.scm (onnx-for-torch2): New variable. * gnu/packages/patches/onnx-1.13.1-use-system-googletest.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Change-Id: I8a46b9a8096a33bcf949bc4f5d497e22902ab301 2024-01-01gnu: Add xnnpack-for-torch2.Ricardo Wurmus * gnu/packages/machine-learning.scm (xnnpack-for-torch2): New variable. * gnu/packages/patches/xnnpack-for-torch2-system-libraries.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Change-Id: I1c35f5fbd064fcc6732b924d7cafaa1a7d03ce04 2023-12-22gnu: tensorflow-lite: Update to 2.13.1Andy Tai * gnu/packages/machine-learning.scm (tensorflow-lite): Update to 2.13.1 Change-Id: Icc7ff237660006e2320df02b353ccab5dac7b7d2 Signed-off-by: Ludovic Courtès <ludo@gnu.org> 2023-12-06gnu: python-autograd: Update to 1.5.Felix Gruber * gnu/packages/machine-learning.scm (python-autograd): Update to 1.5. [build-system]: Use pyproject-build-system. [arguments]: Remove custom 'check phase. Change-Id: Ic76510b94d268d5dba6e9b0e057fcfca125e424f Signed-off-by: Ludovic Courtès <ludo@gnu.org> 2023-12-02gnu: Add python-scikit-learn-extra.Timothee Mathieu * gnu/packages/machine-learning.scm (python-scikit-learn-extra): New variable. Change-Id: I50992ceaa76608f3345df6d74a5d9e4aa7c485a5 gnu/packages/machine-learning.scm | 41 +++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) Signed-off-by: Ludovic Courtès <ludo@gnu.org> 2023-11-20gnu: python-imbalanced-learn: Update to 0.11.0.Troy Figiel * gnu/packages/machine-learning.scm (python-imbalanced-learn): Update to 0.11.0. [arguments]<#:test-flags>: Move broken tests from "unbreak-tests" phase to here. <#:phases>: Add back some deleted python-keras and tensorflow tests. [native-inputs]: Add python-keras, python-numpydoc and tensorflow. Change-Id: Ibc2827e27ee23e0ffb491cb791bba4d1a3f1109d Signed-off-by: Arun Isaac <arunisaac@systemreboot.net> 2023-11-20gnu: python-imbalanced-learn: Reformat with guix style.Arun Isaac * gnu/packages/machine-learning.scm (python-imbalanced-learn): Reformat with guix style. Change-Id: Ifbdcb8dc43433bd6b4777527d5f8f94d5e1aa168 2023-11-03gnu: python-deepxde: Update to 1.10.0.Vinicius Monego * gnu/packages/machine-learning.scm (python-deepxde): Update to 1.10.0. Change-Id: Ibc37f9e7df45c49f590beb1dda87236e853b88c1 2023-11-03gnu: python-opentsne: Update to 1.0.0.Vinicius Monego * gnu/packages/machine-learning.scm (python-opentsne): Update to 1.0.0.