Age | Commit message (Expand) | Author |
2022-01-11 | gnu: python-scikit-rebate: Update to 0.62....* gnu/packages/machine-learning.scm (python-scikit-rebate): Update to 0.62.
[arguments]: Disable tests.
[native-inputs]: Remove.
| Marius Bakke |
2021-12-28 | gnu: Add guile-aiscm-next....* gnu/packages/machine-learning.scm (guile-aiscm-next): New variable.
| Ricardo Wurmus |
2021-12-28 | gnu: guile-aiscm: Remove opencv and tensorflow....* gnu/packages/machine-learning.scm (guile-aiscm)[inputs]: Remove opencv and
tensorflow.
| Ricardo Wurmus |
2021-12-28 | gnu: guile-aiscm: Remove timestamp from documentation....* gnu/packages/machine-learning.scm (guile-aiscm)[arguments]: Add phase
'build-reproducibly.
| Ricardo Wurmus |
2021-12-28 | gnu: tensorflow: Install C headers....* gnu/packages/machine-learning.scm (tensorflow)[arguments]: Add build phase
'patch-cmake-file-to-install-c-headers; move setting of LDFLAGS from
'build-pip-package to 'unpack-third-party-sources; move 'build-pip-package
after 'install phase.
[source]: Add patch.
* gnu/packages/patches/tensorflow-c-api-fix.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
| Ricardo Wurmus |
2021-12-27 | gnu: Add guile-aiscm....* gnu/packages/machine-learning.scm (guile-aiscm): New variable.
| Ricardo Wurmus |
2021-12-15 | gnu: tensorflow: Fix build with newer numpy....* gnu/packages/machine-learning.scm (tensorflow)[arguments]: Rename
'python3.7-compatibility to 'python3.9-compatibility and patch file to allow
building with newer numpy.
| Ricardo Wurmus |
2021-12-14 | gnu: tensorflow: Do not unpack directory....* gnu/packages/machine-learning.scm (tensorflow)[arguments]: Copy Eigen source
code instead of trying to unpack it.
| Ricardo Wurmus |
2021-12-13 | gnu: Further simplify package inputs....This is the result of running:
./pre-inst-env guix style --input-simplification=safe
and manually undoing changes on a dozen of packages to reduce
rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)
| Ludovic Courtès |
2021-12-13 | gnu: Simplify package inputs....This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
| Ludovic Courtès |
2021-12-09 | gnu: python2-scikit-learn: Disable one more test....* gnu/packages/machine-learning.scm (python2-scikit-learn)[arguments]: Do not
inherit; remove obsolete 'make-files-writable phase; disable one more failing
test in 'check phase.
| Ricardo Wurmus |
2021-12-09 | gnu: libsvm: Install header and library....* gnu/packages/machine-learning.scm (libsvm)[arguments]: Add build phase
'build-lib; also install header file and shared library in the 'install phase.
| Ricardo Wurmus |
2021-12-08 | gnu: ocaml-mcl: Add -fcommon to compiler flags....* gnu/packages/machine-learning.scm (ocaml-mcl)[arguments]: Add -fcommon.
| Ricardo Wurmus |
2021-12-07 | gnu: mcl: Add -fcommon to compiler flags....* gnu/packages/machine-learning.scm (mcl)[arguments]: Set CFLAGS.
| Ricardo Wurmus |
2021-12-05 | Merge remote-tracking branch 'origin/master' into core-updates-frozen | Ricardo Wurmus |
2021-12-02 | gnu: randomjungle: Fix compatibility errors....* gnu/packages/machine-learning.scm (randomjungle)[arguments]: Add build phase
'fix-compatibility-errors to patch type errors.
| Ricardo Wurmus |
2021-11-20 | gnu: python-scikit-learn: Update to 1.0.1....* gnu/packages/machine-learning.scm (python-scikit-learn): Update to 1.0.1.
[arguments]: Disable one failing network test.
| Ricardo Wurmus |
2021-11-20 | gnu: python-scikit-learn: Run tests conditionally....* gnu/packages/machine-learning.scm (python-scikit-learn)[arguments]: Respect
TESTS? in 'check phase.
| Ricardo Wurmus |
2021-11-20 | gnu: python-pytorch: Warn of missing test inputs....* gnu/packages/machine-learning.scm (python-pytorch): Add comment.
| Ricardo Wurmus |
2021-11-20 | gnu: python-pytorch: Add missing input....* gnu/packages/machine-learning.scm (python-pytorch)[propagated-inputs]: Add
python-click.
| Ricardo Wurmus |
2021-11-20 | gnu: python-pytorch: Use ADD-INSTALLED-PYTHONPATH....* gnu/packages/machine-learning.scm (python-pytorch)[arguments]: Do not set
PYTHONPATH; use add-installed-pythonpath instead.
| Ricardo Wurmus |
2021-11-17 | Merge branch 'master' into core-updates-frozen | Ludovic Courtès |
2021-11-15 | gnu: python-pytorch: Update to 1.10.0....* gnu/packages/machine-learning.scm (python-pytorch): Update to 1.10.0.
* gnu/packages/patches/python-pytorch-system-libraries.patch: Adjust.
| Ludovic Courtès |
2021-11-11 | gnu: python-keras: Skip a flaky test....* gnu/packages/machine-learning.scm (python-keras)
[phases]{check}: Also skip the test_stateful_metrics test.
| Maxim Cournoyer |
2021-11-11 | gnu: python-keras: Enable parallel tests....* (python-keras)[phases]: Delete trailing #t.
{check}: Honor TESTS?. Run the tests in parallel. Disable PEP8 lint.
| Maxim Cournoyer |
2021-11-11 | gnu: tensorflow: Enable parallel build (at least partially)....There are still many parts of the build that happen sequentially, but at least
this hastens the long build somewhat.
* gnu/packages/machine-learning.scm (tensorflow)[phases]: Remove trailing #t.
{build-pip-package}: Honor the PARALLEL-BUILD? argument.
| Maxim Cournoyer |
2021-11-11 | gnu: abseil-cpp: Update to 20210324.2....But keep the older variant for Tensorflow.
* gnu/packages/cpp.scm (abseil-cpp-20200923.3): Renamed older variant.
(abseil-cpp): New variable.
* gnu/packages/machine-learning.scm (tensorflow-lite)
[inputs]: Adjust to use the older abseil-cpp-20200923.3.
* gnu/packages/rpc.scm (grpc-1.16.1)[native-inputs]: Likewise.
Co-authored-by: Greg Hogan <code@greghogan.com>
| Maxim Cournoyer |
2021-10-12 | Merge remote-tracking branch 'origin/master' into core-updates-frozen. | Mathieu Othacehe |
2021-09-25 | gnu: Add python-xgboost....* gnu/packages/machine-learning.scm (python-xgboost): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Vinicius Monego |
2021-09-25 | gnu: Add xgboost....* gnu/packages/machine-learning.scm (xgboost): New variable.
* gnu/packages/patches/xgboost-use-system-dmlc-core.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Vinicius Monego |
2021-09-25 | gnu: Add dmlc-core....* gnu/packages/machine-learning.scm (dmlc-core): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Vinicius Monego |
2021-09-24 | gnu: python-pytorch: Unbundle NNPACK....* gnu/packages/machine-learning.scm (python-pytorch)[source]: Delete
"third_party/NNPACK".
[inputs]: Add NNPACK.
[propagated-inputs]: Remove PYTHON-PEACHPY.
* gnu/packages/patches/python-pytorch-system-libraries.patch: Remove
hunk modifying NNPACK; add hunk to allow the use of our own NNPACK.
| Ludovic Courtès |
2021-09-24 | gnu: Add NNPACK....* gnu/packages/machine-learning.scm (nnpack): New variable.
* gnu/packages/patches/nnpack-system-libraries.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
| Ludovic Courtès |
2021-09-07 | Merge branch 'master' into core-updates-frozen | Ludovic Courtès |
2021-08-12 | Merge branch 'master' into core-updates-frozen... Conflicts:
gnu/packages/algebra.scm
gnu/packages/games.scm
gnu/packages/golang.scm
gnu/packages/kerberos.scm
gnu/packages/mail.scm
gnu/packages/python.scm
gnu/packages/ruby.scm
gnu/packages/scheme.scm
gnu/packages/tex.scm
gnu/packages/tls.scm
gnu/packages/version-control.scm
| Marius Bakke |
2021-08-01 | Merge branch 'master' into core-updates-frozen | Marius Bakke |
2021-07-29 | Merge branch 'master' into core-updates-frozen... Conflicts:
gnu/packages/bioinformatics.scm
gnu/packages/cmake.scm
gnu/packages/curl.scm
gnu/packages/emacs-xyz.scm
gnu/packages/gpodder.scm
gnu/packages/music.scm
gnu/packages/patches/glibc-bootstrap-system.patch
gnu/packages/python-xyz.scm
gnu/packages/shells.scm
gnu/packages/statistics.scm
| Marius Bakke |
2021-07-31 | gnu: onnx: Change source to 'git-fetch'....* gnu/packages/machine-learning.scm (onnx)[source]: Change to
'git-fetch'. Add "onnx-skip-model-downloads.patch".
[arguments]: Add 'make-test-directory-writable' phase.
* gnu/packages/patches/onnx-skip-model-downloads.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
| Ludovic Courtès |
2021-07-31 | gnu: python-onnx: Rename to "onnx"....* gnu/packages/machine-learning.scm (python-onnx): Rename to...
(onnx): ... this, and change 'name' field accordingly.
(python-onnx): New variable.
* gnu/packages/patches/python-onnx-shared-libraries.patch: Rename to...
* gnu/packages/patches/onnx-shared-libraries.patch: ... this.
* gnu/packages/patches/python-onnx-use-system-googletest.patch: Rename
to...
* gnu/packages/patches/onnx-use-system-googletest.patch: ... this.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
| Ludovic Courtès |
2021-07-31 | gnu: python-onnx: Install libonnx.so and libonnx_proto.so....* gnu/packages/patches/python-onnx-shared-libraries.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/machine-learning.scm (python-onnx)[source]: Use it.
[arguments]: New field.
| Ludovic Courtès |
2021-07-31 | gnu: python-onnx: Delete bundled software....* gnu/packages/machine-learning.scm (python-onnx)[source]: Delete
the 'third_party' directory.
| Ludovic Courtès |
2021-07-31 | gnu: python-onnx: Move comment to the patch header....* gnu/packages/machine-learning.scm (python-onnx): Move patch comment to...
* gnu/packages/patches/python-onnx-use-system-googletest.patch: ... here.
| Ludovic Courtès |
2021-07-31 | gnu: python-onnx: Update to 1.9.0....* gnu/packages/machine-learning.scm (python-onnx): Update to 1.9.0.
| Ludovic Courtès |
2021-07-29 | gnu: Add XNNPACK....* gnu/packages/machine-learning.scm (xnnpack): New variable.
* gnu/packages/patches/xnnpack-system-libraries.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
| Ludovic Courtès |
2021-08-30 | gnu: python-scikit-learn: Update to 0.24.2....* gnu/packages/machine-learning.scm (python-scikit-learn): Update to 0.24.2.
[arguments]: Remove trailing #t.
| Ricardo Wurmus |
2021-08-27 | gnu: Add python-hmmlearn....* gnu/packages/machine-learning.scm (python-hmmlearn): New variable.
| Ricardo Wurmus |
2021-08-04 | gnu: python-pytorch: Remove leftover comment....* gnu/packages/machine-learning.scm (python-pytorch)[arguments]: Remove
leftover comment.
| Ludovic Courtès |
2021-08-04 | gnu: Add python-pytorch....* gnu/packages/machine-learning.scm (python-pytorch): New variable.
* gnu/packages/patches/python-pytorch-runpath.patch,
gnu/packages/patches/python-pytorch-system-libraries.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
| Ludovic Courtès |
2021-08-04 | gnu: gemmlowp: Add "generic" variant....* gnu/packages/machine-learning.scm (gemmlowp): New variable, based on
'gemmlowp-for-tensorflow'.
(gemmlowp-for-tensorflow): Rewrite to inherit from GEMMLOWP.
[properties]: New field.
| Ludovic Courtès |
2021-08-04 | gnu: gloo: Honor #:tests? in 'check' phase....* gnu/packages/machine-learning.scm (gloo)[arguments]: In 'check' phase,
honor #:tests?.
| Ludovic Courtès |