Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help


sort by:
RevisionAuthorDateMessageCommit Date
332b50d Vincent ADAM18 February 2019, 16:24:13 UTCupdating mcmc notebook18 February 2019, 16:24:13 UTC
b0fb55d Vincent ADAM18 February 2019, 12:09:01 UTCMerge branch 'vincent/notebooks-revamp' into va/hackathon-mcmc-notebook18 February 2019, 12:09:01 UTC
746adca Vincent ADAM18 February 2019, 12:07:03 UTCminor edits18 February 2019, 12:07:03 UTC
bcaf16e Vincent Adam18 February 2019, 12:00:19 UTCupdating multiclass notebook (#926) Updating multiclass notebook18 February 2019, 12:00:19 UTC
fb1de54 Stefanos Eleftheriadis05 February 2019, 12:33:34 UTCStef/natgrads notebook revamp (#930) Natural Gradients notebook05 February 2019, 12:33:34 UTC
71c4460 Nicolas Durrande05 February 2019, 11:10:39 UTCNicolas/notebook classification (#929) Classification notebook05 February 2019, 11:10:39 UTC
802f9ce vdutor05 February 2019, 10:22:03 UTCMake data dir05 February 2019, 10:22:03 UTC
f8f79c6 vdutor05 February 2019, 10:21:14 UTCMerge branch 'vincent/notebooks-revamp' of github.com:GPflow/GPflow into vincent/notebooks-revamp05 February 2019, 10:21:14 UTC
e47c4de vdutor05 February 2019, 10:20:54 UTCUpdate intro notebook05 February 2019, 10:20:54 UTC
5123e1d Vincent Dutordoir04 February 2019, 17:42:17 UTCGPLVM notebook (#927)04 February 2019, 17:42:17 UTC
a495b64 Vincent Dutordoir04 February 2019, 17:33:57 UTCNbviewer (#931) Update readme with nbviewer04 February 2019, 17:33:57 UTC
1103ca5 Vincent Adam04 February 2019, 17:01:55 UTCstart of a comprehensive MCMC notebook (ongoing)04 February 2019, 17:01:55 UTC
be9b6bc Ayman Boustati04 February 2019, 16:26:51 UTCMerge pull request #915 from GPflow/ayman/notebook-revamp Cleaned up SVGP Notebook04 February 2019, 16:26:51 UTC
a37c7e5 Ayman Boustati04 February 2019, 16:26:23 UTCMerge pull request #928 from GPflow/ayman/coregion-notebook restructured coregionalisation notebook04 February 2019, 16:26:23 UTC
8ac635e Ayman Boustati04 February 2019, 16:07:55 UTCrestructured coregionalisation notebook04 February 2019, 16:07:55 UTC
b37e121 Ayman Boustati04 February 2019, 13:39:43 UTCMerge branch 'vincent/notebooks-revamp' into ayman/notebook-revamp04 February 2019, 13:39:43 UTC
c3c3f0b ST John04 February 2019, 12:00:01 UTCkern_list -> kernels04 February 2019, 12:00:01 UTC
7bfe11b Ayman Boustati04 February 2019, 11:59:54 UTCMerge remote-tracking branch 'origin/vincent/notebooks-revamp' into ayman/notebook-revamp04 February 2019, 11:59:54 UTC
d7dfbbe Ayman Boustati04 February 2019, 11:59:18 UTCFurther clean-up of SVGP notebook04 February 2019, 11:59:18 UTC
610c4c5 Vincent Adam04 February 2019, 11:22:34 UTCMerge branch 'vincent/notebooks-revamp' of github.com:GPflow/GPflow into vincent/notebooks-revamp04 February 2019, 11:22:34 UTC
7b26bd3 Vincent Adam04 February 2019, 11:22:22 UTCfinal clean up of multiclass notebook04 February 2019, 11:22:22 UTC
58db756 Ayman Boustati04 February 2019, 11:06:20 UTCMerge remote-tracking branch 'origin/vincent/notebooks-revamp' into ayman/notebook-revamp04 February 2019, 11:06:20 UTC
c13d8be Vincent Dutordoir04 February 2019, 11:02:50 UTCMerge branch 'develop' into vincent/notebooks-revamp04 February 2019, 11:02:50 UTC
191a1c2 Vincent Dutordoir04 February 2019, 10:57:34 UTCBroadcasting of conditionals (#895)04 February 2019, 10:57:34 UTC
d572283 st--04 February 2019, 10:45:08 UTCMerge branch 'develop' into vincent/notebooks-revamp04 February 2019, 10:45:08 UTC
ad6c706 Nicolas Durrande01 February 2019, 21:49:13 UTCAdding new notebooks to the documentation (#918) * adding new files * adding empty notebooks and links from the intro page * adding links in regression notebook * taking feedback from Artem and Vincent into account in the Regression notebook01 February 2019, 21:49:13 UTC
771de3e st--01 February 2019, 18:20:08 UTCMinor changes to Tips & Tricks notebook (#921) * minor changes to tips_and_tricks notebook * add tips_and_tricks to docs * add doc/README.md01 February 2019, 18:20:08 UTC
9fac59f vdutor30 January 2019, 14:04:09 UTCMerge branch 'vincent/notebooks-revamp' of github.com:GPflow/GPflow into vincent/notebooks-revamp30 January 2019, 14:04:09 UTC
470920c vdutor30 January 2019, 14:03:32 UTCIntro update and GPLVM start30 January 2019, 14:03:32 UTC
765224b Artem Artemev30 January 2019, 01:11:11 UTCTips & Tricks notebooks changes (#916)30 January 2019, 01:11:11 UTC
0bf75f7 st--29 January 2019, 11:27:39 UTCFix AutoBuild metaclass to not screw up method signatures (#907) The AutoBuild metaclass that is present in all Parameterized subclasses (e.g. models, kernels, likelihoods etc.) overwrote the `__init__` function and thereby replaced the signature with `*args, **kwargs`, which meant that the API documentation and command-line/IDE auto-completion was broken. This PR makes use of the "decorator" package (slightly hacked) to restore the original signatures (while allowing autobuild to still be passed as an additional keyword argument).29 January 2019, 11:27:39 UTC
5166d0f Artem Artemev29 January 2019, 08:16:48 UTCMerge branch 'develop' of github.com:GPflow/GPflow into develop29 January 2019, 08:16:48 UTC
c6805dc Artem Artemev29 January 2019, 08:16:40 UTCChange github template29 January 2019, 08:16:40 UTC
35e58c4 Artem Artemev28 January 2019, 22:11:34 UTCUpdate README.md28 January 2019, 22:11:34 UTC
c613302 Artem Artemev28 January 2019, 21:31:13 UTCAdd references to documentation and tips & tricks in README.28 January 2019, 21:31:13 UTC
7610f98 Ayman Boustati28 January 2019, 18:44:04 UTCCleaned up SVGP Notebook28 January 2019, 18:44:04 UTC
f8fc156 Artem Artemev28 January 2019, 18:13:37 UTCResults of hackathon 28 January (#914)28 January 2019, 18:13:37 UTC
d9fa6a9 Vincent Adam28 January 2019, 17:14:16 UTCupdating the multiclass notebook: more text, remove mcmc28 January 2019, 17:14:16 UTC
1c74ce4 James Hensman28 January 2019, 17:13:41 UTCHackathon doc cleanup (#906) * Release v1.3.0 (#869) * cleaning up some of the .rst files into a flatter hierarchy * editing upper bound notebook so that headers don't interfere with the doc structure * some eidts to the GPR docstring and call signature * imrpving kernel docstrings * improving SGPR call signature * simplifying use of abc.abstractmethod * reinstating a very important period * Update gpflow/kernels.py Co-Authored-By: jameshensman <james.hensman@gmail.com> * improvements for kernel docstrings * typo fix in gpflow/models/gpr.py Co-Authored-By: jameshensman <james.hensman@gmail.com> * typo fix in gpflow/models/sgpr.py Co-Authored-By: jameshensman <james.hensman@gmail.com> * more kernel docstring improvements * Added module level descriptions of likelihoods and kernels, fixed table in intro, and added auto-detection of modules with auto-members * Fixed minor typos in the docs * improving TOC by setting trtee depth to 2 * some copyright edits * Moved documentation from .rst to module level documentation * including missing argument in SGPR init * Added mean function module level documentation, changed to unicode from LaTeX for readability in code28 January 2019, 17:13:41 UTC
7918396 Vincent Adam28 January 2019, 17:09:23 UTCupdating the multiclass notebook: more text, remove mcmc28 January 2019, 17:09:23 UTC
7e55422 st--28 January 2019, 16:32:15 UTCTypo "NOSET" -> "NOTSET" in gpflowrc (#911) The available Python logging levels are as written now in the file: https://docs.python.org/3/library/logging.html#levels28 January 2019, 16:32:15 UTC
a5add0f vdutor28 January 2019, 15:22:49 UTCintro to notebooks28 January 2019, 15:22:49 UTC
f78ade1 st--28 January 2019, 15:17:56 UTCPrivatize core methods (#908) * remove deprecated full_name (replaced by pathname) * rename a bunch of core methods to be private to clean up API docs28 January 2019, 15:17:56 UTC
830d414 vdutor28 January 2019, 15:05:59 UTCMerge remote-tracking branch 'origin/hackathon_doc_cleanup' into vincent/notebooks-revamp28 January 2019, 15:05:59 UTC
f582f4c James Hensman28 January 2019, 14:56:55 UTCMerge branch 'develop' into hackathon_doc_cleanup28 January 2019, 14:56:55 UTC
ba8b7a5 Alan Saul28 January 2019, 14:56:28 UTCUpdate README to include local compilation of docs (#904) * Update README to include instructions for local compilation of docs28 January 2019, 14:56:28 UTC
5dc383e James Hensman28 January 2019, 14:52:28 UTCMerge branch 'develop' into hackathon_doc_cleanup28 January 2019, 14:52:28 UTC
2696407 st--28 January 2019, 14:49:34 UTCfix models maths documentation (#905) (#909) Some docstrings had \\ for LaTeX maths commands but had a r at the start, so they were escaped too much. One docstring was missing the r but had some single-\. Fixes those.28 January 2019, 14:49:34 UTC
7efe89c James Hensman28 January 2019, 14:39:46 UTCsome copyright edits28 January 2019, 14:39:46 UTC
8cb72b7 James Hensman28 January 2019, 14:30:19 UTCMerge branch 'hackathon_doc_cleanup' of github.com:GPflow/GPflow into hackathon_doc_cleanup28 January 2019, 14:30:19 UTC
b10acfc James Hensman28 January 2019, 14:30:08 UTCimproving TOC by setting trtee depth to 228 January 2019, 14:30:08 UTC
435d86b Alan Saul28 January 2019, 14:14:29 UTCFixed minor typos in the docs28 January 2019, 14:14:29 UTC
533603b Alan Saul28 January 2019, 14:07:49 UTCMerge branch 'hackathon_doc_cleanup' of https://github.com/GPflow/GPflow into hackathon_doc_cleanup28 January 2019, 14:07:49 UTC
f81c694 Alan Saul28 January 2019, 14:07:42 UTCAdded module level descriptions of likelihoods and kernels, fixed table in intro, and added auto-detection of modules with auto-members28 January 2019, 14:07:42 UTC
8e33395 James Hensman28 January 2019, 14:07:21 UTCMerge branch 'hackathon_doc_cleanup' of github.com:GPflow/GPflow into hackathon_doc_cleanup28 January 2019, 14:07:21 UTC
6d01b06 James Hensman28 January 2019, 14:07:16 UTCmore kernel docstring improvements28 January 2019, 14:07:16 UTC
a5cc3a2 st--28 January 2019, 13:49:11 UTCtypo fix in gpflow/models/sgpr.py Co-Authored-By: jameshensman <james.hensman@gmail.com>28 January 2019, 13:49:11 UTC
918a386 st--28 January 2019, 13:49:00 UTCtypo fix in gpflow/models/gpr.py Co-Authored-By: jameshensman <james.hensman@gmail.com>28 January 2019, 13:49:00 UTC
2fa3e6c James Hensman28 January 2019, 13:47:59 UTCMerge branch 'hackathon_doc_cleanup' of github.com:GPflow/GPflow into hackathon_doc_cleanup28 January 2019, 13:47:59 UTC
19e1c74 James Hensman28 January 2019, 13:47:51 UTCimprovements for kernel docstrings28 January 2019, 13:47:51 UTC
01d676d st--28 January 2019, 13:42:26 UTCUpdate gpflow/kernels.py Co-Authored-By: jameshensman <james.hensman@gmail.com>28 January 2019, 13:42:26 UTC
972965c James Hensman28 January 2019, 13:41:58 UTCreinstating a very important period28 January 2019, 13:41:58 UTC
7eaf24d vdutor28 January 2019, 13:39:04 UTCInitial structure notebooks revamp28 January 2019, 13:39:04 UTC
9dfb922 James Hensman28 January 2019, 13:38:54 UTCMerge branch 'hackathon_doc_cleanup' of github.com:GPflow/GPflow into hackathon_doc_cleanup28 January 2019, 13:38:54 UTC
67920da James Hensman28 January 2019, 13:38:47 UTCsimplifying use of abc.abstractmethod28 January 2019, 13:38:47 UTC
9169559 st--28 January 2019, 13:38:09 UTCMerge branch 'develop' into hackathon_doc_cleanup28 January 2019, 13:38:09 UTC
e48d5b4 James Hensman28 January 2019, 13:26:33 UTCimproving SGPR call signature28 January 2019, 13:26:33 UTC
56bb9b1 James Hensman28 January 2019, 12:46:41 UTCimrpving kernel docstrings28 January 2019, 12:46:41 UTC
e5284cb James Hensman28 January 2019, 12:14:16 UTCsome eidts to the GPR docstring and call signature28 January 2019, 12:14:16 UTC
d8cd7ae James Hensman28 January 2019, 11:45:29 UTCediting upper bound notebook so that headers don't interfere with the doc structure28 January 2019, 11:45:29 UTC
146dfc9 James Hensman28 January 2019, 11:44:42 UTCcleaning up some of the .rst files into a flatter hierarchy28 January 2019, 11:44:42 UTC
cc5693c Vincent Dutordoir09 January 2019, 17:25:24 UTCHotfix fully_correlated_conditional (#899)09 January 2019, 17:25:24 UTC
a5e1796 vdutor07 January 2019, 09:51:43 UTCMerge branch 'vincent/broadcasting-mixing-conditional' of github.com:GPflow/GPflow into vincent/broadcasting-mixing-conditional07 January 2019, 09:51:43 UTC
071fda5 vdutor07 January 2019, 09:50:54 UTCWork on sampling broadcasting conditionals07 January 2019, 09:50:54 UTC
57f4c14 Artem Artemev06 January 2019, 00:57:33 UTCChange github issue templates.06 January 2019, 00:57:33 UTC
c43d3f5 Artem Artemev06 January 2019, 00:46:41 UTCIssue templates06 January 2019, 00:46:41 UTC
b855848 Artem Artemev24 December 2018, 19:21:02 UTCMerge branch 'develop' into vincent/broadcasting-mixing-conditional24 December 2018, 19:21:02 UTC
d8fc9c1 Artem Artemev23 December 2018, 00:02:46 UTCCircleCI config. Add version to workflow23 December 2018, 00:02:46 UTC
880c35d Artem Artemev22 December 2018, 23:49:51 UTCCircleCI status badge22 December 2018, 23:49:51 UTC
27ff38c Artem Artemev22 December 2018, 16:38:02 UTCAdd names to run commands for circleci22 December 2018, 16:38:02 UTC
111a93f Artem Artemev21 December 2018, 13:27:23 UTCMerge branch 'develop' into vincent/broadcasting-mixing-conditional21 December 2018, 13:27:23 UTC
d5be4ee Artem Artemev21 December 2018, 13:15:28 UTCCircleCI instead of TravisCI (#892)21 December 2018, 13:15:28 UTC
04006b7 vdutor21 December 2018, 09:22:05 UTCFix bug in sample_conditional21 December 2018, 09:22:05 UTC
635fcc1 vdutor20 December 2018, 17:15:21 UTCWork on broadcasting samples20 December 2018, 17:15:21 UTC
a1ded81 Vincent Dutordoir19 December 2018, 10:44:47 UTCApply suggestions from code review19 December 2018, 10:44:47 UTC
815af20 vdutor18 December 2018, 15:41:45 UTCclean-up18 December 2018, 15:41:45 UTC
26e638d vdutor18 December 2018, 15:15:14 UTCFix full_cov of broadcasting mixing conditional18 December 2018, 15:15:14 UTC
ddd25cd vdutor18 December 2018, 14:12:59 UTCChange broadcasting behaviour kernels18 December 2018, 14:12:59 UTC
0af98cc vdutor17 December 2018, 20:21:06 UTCTest for broadcasting mixing kernels17 December 2018, 20:21:06 UTC
30df244 vdutor17 December 2018, 17:18:43 UTCtest for mixing latent gps17 December 2018, 17:18:43 UTC
88673b8 vdutor17 December 2018, 10:56:03 UTCMerge branch 'develop' into vincent/broadcasting-mixing-conditional17 December 2018, 10:56:03 UTC
7f0cac1 Artem Artemev03 December 2018, 00:36:05 UTCConfigure travis to work with jobs (#888)03 December 2018, 00:36:05 UTC
856193d Artem Artemev02 December 2018, 08:53:44 UTCTravis configuration. Remove pip -y option02 December 2018, 08:53:44 UTC
132a194 Artem Artemev02 December 2018, 08:43:29 UTCCreate conda env with yes option02 December 2018, 08:43:29 UTC
44090f2 Artem Artemev02 December 2018, 08:28:13 UTCPIP install with auto yes02 December 2018, 08:28:13 UTC
0bc4b16 Artem Artemev02 December 2018, 00:50:29 UTCTravis configuration (#887)02 December 2018, 00:50:29 UTC
8675c7a vdutor30 November 2018, 19:51:50 UTCAdded separate test file for broadcasting conditionals30 November 2018, 19:51:50 UTC
fdb8efb Vincent Dutordoir28 November 2018, 19:37:13 UTCSupport TensorFlow 1.12 (#877)28 November 2018, 19:37:13 UTC
757686c vdutor28 November 2018, 13:46:18 UTCMixing latent gp allows for leading dims28 November 2018, 13:46:18 UTC
d5e7bc1 vdutor27 November 2018, 20:49:56 UTCbroadcasting base conditional with Inducing Point features27 November 2018, 20:49:56 UTC
  • Newer
  • Older

back to top

Software Heritage — Copyright (C) 2015–2025, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Contact— JavaScript license information— Web API