| Commit message (Expand) | Author | Age | Files | Lines |
* | gnu: ghmm: Fix missing module import.•••This is a follow-up to commit 9c2563a80b6f1d8fb8677f5314e6180ea9916aa5.
* gnu/packages/machine-learning.scm (ghmm)[arguments]: Add #:modules.
| Marius Bakke | 2020-01-26 | 1 | -0/+2 |
* | gnu: Add python-umap-learn.•••* gnu/packages/machine-learning.scm (python-umap-learn): New variable.
| Brett Gilio | 2019-12-23 | 1 | -0/+29 |
* | gnu: Really move lisp libraries to lisp-xyz, uglify-js to javascript and stum...•••* gnu/local.mk: Include lisp-xyz.scm.
* gnu/packages/lisp-xyz.scm: New file.
* gnu/packages/lisp.scm: Move all lisp libraries to lisp-xyz.scm, uglify-js to
javascript.scm and stumpwm to wm.scm.
* gnu/packages/javascript.scm: Add uglify-js.
* gnu/packages/wm.scm: Add stumpwm.
* gnu/packages/bioinformatics.scm: Find uglify-js in javascript.scm.
* gnu/packages/machine-learning.scm: Depend on lisp-xyz.scm instead of lisp.scm.
* gnu/packages/web.scm: Find uglify-js in javascript.scm.
* gnu/packages/web-browsers.scm: Depend on lisp-xyz.scm instead of lisp.scm.
* guix/build-system/minify.scm (default-uglify-js): Find uglify-js in
javascript module instead of lisp.
| Pierre Neidhardt | 2019-12-05 | 1 | -1/+1 |
* | Revert "gnu: Properly move lisp libraries to lisp-xyz, uglify-js to javascrip...•••This reverts commit ac1ee30f4f7f9d0ae2a655676b0e8b9eb90a35dd, which
still breaks ‘guix pull’.
| Tobias Geerinckx-Rice | 2019-12-05 | 1 | -1/+1 |
* | gnu: Properly move lisp libraries to lisp-xyz, uglify-js to javascript and st...•••* gnu/local.mk: Include lisp-xyz.scm.
* gnu/packages/lisp-xyz.scm: New file.
* gnu/packages/lisp.scm: Move all lisp libraries to lisp-xyz.scm, uglify-js to
javascript.scm and stumpwm to wm.scm.
* gnu/packages/javascript.scm: Add uglify-js.
* gnu/packages/wm.scm: Add stumpwm.
* gnu/packages/bioinformatics.scm: Find uglify-js in javascript.scm.
* gnu/packages/machine-learning.scm: Depend on lisp-xyz.scm instead of lisp.scm.
* gnu/packages/web.scm: Find uglify-js in javascript.scm.
* gnu/packages/web-browsers.scm: Depend on lisp-xyz.scm instead of lisp.scm.
* guix/build-system/minify.scm (default-uglify-js): Find uglify-js in
javascript module instead of lisp.
| Pierre Neidhardt | 2019-12-05 | 1 | -1/+1 |
* | gnu: python-scipy: Move to (gnu packages python-science).•••* gnu/packages/python-xyz.scm (python-scipy, python2-scipy): Move these from
here...
* gnu/packages/python-science.scm (python-scipy, python2-scipy): ...to here.
* gnu/packages/bioinformatics.scm, gnu/packages/machine-learning.scm,
gnu/packages/statistics.scm: Adjust module imports.
| Ricardo Wurmus | 2019-12-02 | 1 | -0/+1 |
* | Revert "gnu: Move lisp libraries to lisp-xyz, uglify-js to javascript and stu...•••This reverts commit abf43a67d5929bf279edce3e790ef1348dda32a5 as it broke "guix pull".
| Ricardo Wurmus | 2019-11-28 | 1 | -1/+1 |
* | gnu: Move lisp libraries to lisp-xyz, uglify-js to javascript and stumpwm to wm.•••* gnu/local.mk: Include lisp-xyz.scm.
* gnu/packages/lisp-xyz.scm: New file.
* gnu/packages/lisp.scm: Move all lisp libraries to lisp-xyz.scm, uglify-js to
javascript.scm and stumpwm to wm.scm.
* gnu/packages/javascript.scm: Add uglify-js.
* gnu/packages/wm.scm: Add stumpwm.
* gnu/packages/bioinformatics.scm: Find uglify-js in javascript.scm.
* gnu/packages/machine-learning.scm: Depend on lisp-xyz.scm instead of lisp.scm.
* gnu/packages/web.scm: Find uglify-js in javascript.scm.
* gnu/packages/web-browsers.scm: Depend on lisp-xyz.scm instead of lisp.scm.
| Pierre Neidhardt | 2019-11-28 | 1 | -1/+1 |
* | gnu: Add gloo.•••* gnu/packages/machine-learning.scm (gloo): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Giacomo Leidi | 2019-10-21 | 1 | -0/+36 |
* | gnu: protobuf: Update to 3.10.0.•••* gnu/packages/protobuf.scm (protobuf, python-protobuf): Update to 3.10.0.
(protobuf-next, python-protobuf-next): Rename to ....
(protobuf-3.6, python-protobuf-3.6): ... this.
(protobuf-3.5): New public variable.
* gnu/packages/machine-learning.scm (grpc)[native-inputs]: Change from
PROTOBUF-NEXT to PROTOBUF.
(tensorflow)[native-inputs, propagated-inputs]: Adjust for renamed PROTOBUF-NEXT.
* gnu/packages/robotics.scm (aseba)[inputs]: Change from PROTOBUF to PROTOBUF-3.5.
* gnu/packages/telephony.scm (mumble)[inputs]: Likewise.
| Marius Bakke | 2019-10-21 | 1 | -5/+5 |
* | gnu: gRPC: Update description.•••* gnu/packages/machine-learning.scm (grpc)[description]: Remove "open source".
| Marius Bakke | 2019-10-12 | 1 | -6/+6 |
* | gnu: FANN: Update description.•••* gnu/packages/machine-learning.scm (fann)[description]: Remove "open source".
| Marius Bakke | 2019-10-12 | 1 | -3/+3 |
* | gnu: python-scikit-learn: Update to 0.20.4.•••Fixes <https://bugs.gnu.org/37705>.
* gnu/packages/machine-learning.scm (python-scikit-learn): Update to 0.20.4.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Jesse Gibbons | 2019-10-12 | 1 | -2/+2 |
* | Merge branch 'master' into core-updates | Ricardo Wurmus | 2019-10-06 | 1 | -0/+130 |
|\ |
|
| * | gnu: Add cl-random-forest.•••* gnu/packages/machine-learning.scm (sbcl-cl-random-forest, cl-random-forest,
ecl-cl-random-forest): New variables.
| Guillaume Le Vaillant | 2019-10-06 | 1 | -0/+53 |
| * | gnu: Add cl-online-learning.•••* gnu/packages/machine-learning.scm (sbcl-cl-online-learning,
cl-online-learning, ecl-cl-online-learning): New variables.
| Guillaume Le Vaillant | 2019-10-06 | 1 | -0/+39 |
| * | gnu: Add cl-libsvm-format.•••* gnu/packages/machine-learning.scm (sbcl-cl-libsvm-format, cl-libsvm-format,
ecl-cl-libsvm-format): New variables.
| Guillaume Le Vaillant | 2019-10-06 | 1 | -0/+38 |
* | | Merge branch 'master' into core-updates | Marius Bakke | 2019-08-13 | 1 | -7/+10 |
|\| |
|
| * | gnu: ghmm: Remove extra build phase.•••* gnu/packages/machine-learning.scm (ghmm)[arguments]: Remove unneeded
'autogen phase.
| Efraim Flashner | 2019-08-07 | 1 | -4/+1 |
| * | gnu: ghmm: Update source file-name field.•••* gnu/packages/machine-learning.scm (ghmm)[source]: Change 'file-name
field to include '-checkout' string.
| Efraim Flashner | 2019-08-07 | 1 | -1/+1 |
| * | gnu: python-scikit-learn: Make gzip timestamps writable.•••* gnu/packages/machine-learning.scm (python-scikit-learn)
[arguments]: Add custom phase to make gzip timestamps writable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Brian Leung | 2019-08-05 | 1 | -2/+8 |
* | | gnu: python-keras: Add upstream patch.•••* gnu/packages/patches/python-keras-integration-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/machine-learning.scm (python-keras)[source](patches): New field.
| Marius Bakke | 2019-07-19 | 1 | -0/+1 |
* | | gnu: tensorflow: Provide older setuptools version.•••* gnu/packages/python-xyz.scm (python-setuptools-for-tensorflow): New public
variable.
* gnu/packages/machine-learning.scm (tensorflow)[native-inputs]: Add it.
| Marius Bakke | 2019-07-19 | 1 | -0/+3 |
* | | gnu: gRPC: Re-add custom c-ares variant.•••Commit e8393ebe46d9ad09aceb152618db490378ba5ded updated c-ares without knowing
that cmake-build-system was the most important feature of 'c-ares-next'.
* gnu/packages/adns.scm (c-ares/cmake): New hidden package.
* gnu/packages/machine-learning.scm (grpc)[inputs]: Change C-ARES to C-ARES/CMAKE.
| Marius Bakke | 2019-07-15 | 1 | -1/+1 |
* | | gnu: gst-kaldi-nnet2-online: Adjust for GCC 7.•••* gnu/packages/machine-learning.scm (gst-kaldi-nnet2-online)[arguments]: Don't
read CPLUS_INCLUDE_PATH, or pass -std=c++11. End phases on #t.
| Marius Bakke | 2019-07-14 | 1 | -4/+4 |
* | | build-system/python: Export 'python-version'.•••* guix/build/python-build-system.scm (get-python-version): Rename to...
(python-version): ... this. Update callers. Make public.
* gnu/packages/gstreamer.scm (python-gst)[arguments]: Adjust accordingly.
* gnu/packages/machine-learning.scm (ghmm)[arguments]: Likewise.
* gnu/packages/openldap.scm (389-ds-base)[arguments]: Import (guix
build python-build-system). Use 'python-version'.
* gnu/packages/package-management.scm (conda)[arguments]: Use
'python-version'.
| Ludovic Courtès | 2019-06-21 | 1 | -2/+1 |
* | | Merge branch 'staging' into core-updates | Marius Bakke | 2019-06-20 | 1 | -3/+165 |
|\| |
|
| * | gnu: Add python-keras.•••* gnu/packages/machine-learning.scm (python-keras): New variable.
| Ricardo Wurmus | 2019-06-19 | 1 | -0/+75 |
| * | gnu: Add python-keras-preprocessing.•••* gnu/packages/machine-learning.scm (python-keras-preprocessing): New variable.
| Ricardo Wurmus | 2019-06-19 | 1 | -0/+30 |
| * | gnu: Add python-keras-applications.•••* gnu/packages/machine-learning.scm (python-keras-applications): New variable.
| Ricardo Wurmus | 2019-06-19 | 1 | -0/+29 |
| * | gnu: Add python-iml.•••* gnu/packages/machine-learning.scm (python-iml): New variable.
| Nicolas Goaziou | 2019-06-18 | 1 | -0/+28 |
| * | gnu: gemmlowp-for-tensorflow: Use SSE2.•••* gnu/packages/machine-learning.scm (gemmlowp-for-tensorflow)[arguments]: Only
enable SSE2, not SSE4.1 on i686 and x86_64 architectures.
| Ricardo Wurmus | 2019-06-18 | 1 | -1/+1 |
| * | gnu: python-scikit-learn: Update to 0.20.3.•••* gnu/packages/machine-learning.scm (python-scikit-learn): Update to 0.20.3.
| Ricardo Wurmus | 2019-06-17 | 1 | -2/+2 |
* | | Merge branch 'master' into core-updates | Ludovic Courtès | 2019-06-13 | 1 | -7/+7 |
|\| |
|
| * | gnu: rxcpp: Don't use unstable tarball.•••* gnu/packages/machine-learning.scm (rxcpp)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
| Tobias Geerinckx-Rice | 2019-05-26 | 1 | -5/+6 |
| * | gnu: rxcpp: Update to 4.1.0.•••* gnu/packages/machine-learning.scm (rxcpp): Update to 4.1.0.
| Tobias Geerinckx-Rice | 2019-05-26 | 1 | -3/+2 |
* | | Merge branch 'master' into core-updates | Marius Bakke | 2019-05-01 | 1 | -41/+545 |
|\| |
|
| * | gnu: libsvm: Update to 3.23.•••* gnu/packages/machine-learning.scm (libsvm): Update to 3.23.
| Tobias Geerinckx-Rice | 2019-04-25 | 1 | -5/+4 |
| * | gnu: openfst: Update to 1.7.2.•••* gnu/packages/machine-learning.scm (openfst): Update to 1.7.2.
| Tobias Geerinckx-Rice | 2019-04-25 | 1 | -3/+3 |
| * | gnu: Add tensorflow.•••* gnu/packages/machine-learning.scm (tensorflow): New variable.
| Ricardo Wurmus | 2019-04-11 | 1 | -0/+451 |
| * | gnu: ocaml-mcl: Do not use unstable tarball.•••* gnu/packages/machine-learning.scm (ocaml-mcl)[source]: Use git-fetch.
| Ricardo Wurmus | 2019-04-11 | 1 | -6/+6 |
| * | gnu: ocaml-mcl: Build with latest OCaml.•••* gnu/packages/machine-learning.scm (ocaml-mcl)[arguments]: Remove #:ocaml
and #:findlib arguments; patch code in build phase.
[native-inputs]: Add ocamlbuild.
| Ricardo Wurmus | 2019-04-11 | 1 | -5/+23 |
| * | gnu: Add gemmlowp-for-tensorflow.•••* gnu/packages/machine-learning.scm (gemmlowp-for-tensorflow): New variable.
| Ricardo Wurmus | 2019-04-08 | 1 | -1/+59 |
| * | gnu: r-kernlab: Move to (gnu packages cran).•••* gnu/packages/machine-learning.scm (r-kernlab): Move from here...
* gnu/packages/cran.scm (r-kernlab): ...to here.
| Ricardo Wurmus | 2019-03-25 | 1 | -22/+0 |
* | | Merge branch 'staging' into core-updates | Marius Bakke | 2019-03-23 | 1 | -1/+223 |
|\| |
|
| * | gnu: Add grpc.•••* gnu/packages/machine-learning.scm (grpc): New variable.
| Ricardo Wurmus | 2019-03-18 | 1 | -0/+41 |
| * | gnu: Add kaldi-gstreamer-server.•••* gnu/packages/machine-learning.scm (kaldi-gstreamer-server): New variable.
| Ricardo Wurmus | 2019-03-17 | 1 | -0/+94 |
| * | gnu: Add gst-kaldi-nnet2-online.•••* gnu/packages/machine-learning.scm (gst-kaldi-nnet2-online): New variable.
| Ricardo Wurmus | 2019-03-14 | 1 | -0/+73 |
| * | gnu: kaldi: Install headers and fix installation of libraries.•••* gnu/packages/machine-learning.scm (kaldi)[arguments]: Fix installation of
libraries and install headers in "install" phase.
| Ricardo Wurmus | 2019-03-14 | 1 | -1/+15 |
|/ |
|
* | gnu: Add kaldi.•••* gnu/packages/machine-learning.scm (kaldi): New variable.
| Ricardo Wurmus | 2019-03-13 | 1 | -0/+103 |