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

https://github.com/GPflow/GPflow
15 April 2026, 08:40:21 UTC
  • Code
  • Branches (230)
  • Releases (4)
  • Visits
Revision f3c511060ce62072a34a50319237d28b82d10448 authored by Vincent Dutordoir on 27 August 2020, 11:22:49 UTC, committed by GitHub on 27 August 2020, 11:22:49 UTC
Release 2.1.0 (#1552)
* Update pull request template (#1510)

Clarify template to make it easier for contributors to fill in relevant information.

* Temporary workaround for tensorflow_probability dependency issue (#1522)

* pin cloudpickle==1.3.0 as temporary workaround for tensorflow/probability#991 to unblock our build (to be reverted once fixed upstream)

* Update readme with new project using GPflow (#1530)

* fix bug in varying_noise notebook (#1526)

* Fix formatting in docs (intro.md) and restore link removed by #1498 (#1520)

* pin tensorflow<2.3 tensorflow-probability<0.11 (#1537)

* Quadrature Refactoring (#1505)

* WIP: quadrature refactoring

* Removing old ndiagquad code

* deleted test code

* formatting and type-hint

* merge modules

* black formatting

* formatting

* solving failing tests

* fixing failing tests

* fixes

* adapting tests for new syntax, keeping numerical behavior

* black formatting

* remove printf

* changed code for compiled tf compatibility

* black

* restored to original version

* undoing changes

* renaming

* renaming

* renaming

* reshape kwargs

* quadrature along axis=-2, simplified broadcasting

* black

* docs

* docs

* helper function

* docstrings and typing

* added new and old quadrature equivalence tests

* black

* Removing comments

Co-authored-by: Vincent Dutordoir <dutordoirv@gmail.com>

* Typo

Co-authored-by: Vincent Dutordoir <dutordoirv@gmail.com>

* notation

Co-authored-by: Vincent Dutordoir <dutordoirv@gmail.com>

* reshape_Z_dZ return docstring fix

* FIX: quad_old computed with the ndiagquad_old

Co-authored-by: Vincent Dutordoir <dutordoirv@gmail.com>

* more readable implementation

Co-authored-by: Vincent Dutordoir <dutordoirv@gmail.com>

* tf.ensure_shape added

* removed ndiagquad

* removed ndiagquad

* Revert "removed ndiagquad"

This reverts commit 7bb0e9f1e0f2b0e225a2b8a5b3092c4c2f24ba91.

* FIX: shape checking of dZ

* Revert "removed ndiagquad"

This reverts commit 8e235241a697696e361158c30ff9aa9b4cc69f8a.

Co-authored-by: Gustavo Carvalho <gustavo.carvalho@delfosim.com>
Co-authored-by: ST John <st@prowler.io>
Co-authored-by: Vincent Dutordoir <dutordoirv@gmail.com>

* Add base_conditional_with_lm function (#1528)

* Added base_conditional_with_lm function, which accepts Lm instead of Kmm

Co-authored-by: Neil Ferguson <neil@prowler.io>
Co-authored-by: Vincent Dutordoir <dutordoirv@gmail.com>
Co-authored-by: st-- <st--@users.noreply.github.com>

* Fixed separate_independent_conditional to correctly handle q_sqrt=None. (#1533)

* Fixed separate_independent_conditional to correctly handle q_sqrt=None.

Co-authored-by: Aidan Scannell <scannell.aidan@gmail.com>
Co-authored-by: st-- <st--@users.noreply.github.com>

* Bump version numbers to 2.1.0. (#1544)

* Re-introduce pytest-xdist (#1541)

Enables pytest-xdist for locally running tests (`make test`) on multiple cores in parallel.

* check dependency versions are valid on CI (#1536)

* Update to not use custom image (#1545)

* Update to not use custom image

* Add test requirements

* Update parameter to be savable (#1518)

* Fix for quadrature failure mode when autograph was set to False (#1548)

* Fix and test

* Change shape of quadrature tensors for better broadcasting (#1542)

* using the first dimension to hold the quadrature summation

* adapting ndiagquad wrapper

* Changed bf for bX in docstrings

Co-authored-by: Gustavo Carvalho <gustavo.carvalho@delfosim.com>
Co-authored-by: st-- <st--@users.noreply.github.com>
Co-authored-by: Vincent Dutordoir <dutordoirv@gmail.com>

* Update min TFP supported version to 0.10 (#1551)

* Broadcasting constant and zero mean function (#1550)

* Broadcasting constant and zero mean function

* Use rank instead of ndim

Co-authored-by: st-- <st--@users.noreply.github.com>
Co-authored-by: joelberkeley-pio <joel.berkeley@prowler.io>
Co-authored-by: gustavocmv <47801305+gustavocmv@users.noreply.github.com>
Co-authored-by: Gustavo Carvalho <gustavo.carvalho@delfosim.com>
Co-authored-by: ST John <st@prowler.io>
Co-authored-by: Neil Ferguson <nfergu@users.noreply.github.com>
Co-authored-by: Neil Ferguson <neil@prowler.io>
Co-authored-by: Aidan Scannell <as12528@my.bristol.ac.uk>
Co-authored-by: Aidan Scannell <scannell.aidan@gmail.com>
Co-authored-by: Sandeep Tailor <s.tailor@insysion.net>
Co-authored-by: Artem Artemev <art.art.v@gmail.com>
1 parent acaccfd
  • Files
  • Changes
    • Branches
    • Releases
    • HEAD
    • refs/heads/0.5.0
    • refs/heads/alan/hackathon_docs
    • refs/heads/alan/quickfix/multioutput_kernels
    • refs/heads/andrewl/fix_GPR_posterior_leading_dim
    • refs/heads/avullo-willcowley/working-bee-ef1
    • refs/heads/awav/check-det
    • refs/heads/awav/develop-2.0/hmc-helper
    • refs/heads/awav/develop-2.0/update-parameter-docstring
    • refs/heads/awav/different-stuff
    • refs/heads/awav/gpflow-2.0-squared_distances
    • refs/heads/awav/inference
    • refs/heads/awav/kernel-structure
    • refs/heads/awav/likelihood-variance
    • refs/heads/awav/natural-gradients
    • refs/heads/awav/release-pip-package
    • refs/heads/awav/release-testing-branch
    • refs/heads/awav/sparse-tensors-support
    • refs/heads/awav/tensor-functor
    • refs/heads/awav/tfp
    • refs/heads/awav_documentation
    • refs/heads/blockkernel
    • refs/heads/bump_version_to_2_10
    • refs/heads/cone
    • refs/heads/deep
    • refs/heads/deep_arccos_kernel
    • refs/heads/dependabot/pip/black-24.3.0
    • refs/heads/develop
    • refs/heads/develop-1.0
    • refs/heads/eps_conditionals
    • refs/heads/fast-grad
    • refs/heads/felix/pathologies_experiment
    • refs/heads/fergus/anisotropy
    • refs/heads/fergus/het_sgpr
    • refs/heads/fergus/linear
    • refs/heads/fergus/linear_noise
    • refs/heads/fergus/notebook
    • refs/heads/fergus/random_init_lin_noise
    • refs/heads/freeze_as_float32
    • refs/heads/fxsm/new_svgp
    • refs/heads/gh-pages
    • refs/heads/gplvm
    • refs/heads/gplvm-fullcov
    • refs/heads/gustavocmv/heterocedastic-gaussian-likelihood
    • refs/heads/gustavocmv/multiclass-likelihood-quadrature-test
    • refs/heads/gustavocmv/ndiagghquadrature-property-setter
    • refs/heads/gustavocmv/varying-noise-notebook-comment
    • refs/heads/hugh/broadcasting_matched_multi_sample
    • refs/heads/hughsalimbeni-broadcasting-conditional
    • refs/heads/icouckuy-derivatives
    • refs/heads/james-vincent/sgpr
    • refs/heads/jax
    • refs/heads/jesper/1956/stateless_random
    • refs/heads/jesper/dimobjs
    • refs/heads/jesper/dimobjswtf
    • refs/heads/jesper/fix_gpflux
    • refs/heads/jesper/for_hv
    • refs/heads/jesper/jn_gps
    • refs/heads/jesper/warped_halton
    • refs/heads/joelb/type-hint-config
    • refs/heads/john-bradshaw/binary-class-GP
    • refs/heads/john-bradshaw/derivative-observations
    • refs/heads/john-bradshaw/linear-features-for-kernels
    • refs/heads/john-bradshaw/linear-features-for-kernels-gpflow1.0
    • refs/heads/john/linear
    • refs/heads/khurram/scipy_xla
    • refs/heads/mark/jitter
    • refs/heads/master
    • refs/heads/master-1.0
    • refs/heads/master_profile_mnist
    • refs/heads/merging-masters
    • refs/heads/mnist
    • refs/heads/mnist_datatypes
    • refs/heads/multiclass_slicing
    • refs/heads/multioutput
    • refs/heads/nbtest
    • refs/heads/nested_models_recompilation
    • refs/heads/nicolas/sinc_kernel
    • refs/heads/parallel_tests
    • refs/heads/profiling_mods
    • refs/heads/profiling_mods_paper
    • refs/heads/pypi
    • refs/heads/requirements_fix
    • refs/heads/revert-1511-master
    • refs/heads/robustmax_epsilon_learnable
    • refs/heads/sc336/2.7.0-master-merge-again
    • refs/heads/sc336/2.7.0-merge
    • refs/heads/sc336/2.7.1-preparation
    • refs/heads/sc336/3.8_enum_bug
    • refs/heads/sc336/GroupingKey_error
    • refs/heads/sc336/categorical_kernel
    • refs/heads/sc336/dgp_components
    • refs/heads/sc336/fix_conflicts
    • refs/heads/sc336/key_rotation
    • refs/heads/sc336/mypy-sudden-failure
    • refs/heads/sc336/notebook-kernel_link
    • refs/heads/sc336/python-3-11
    • refs/heads/sc336/sphinx_version_switcher
    • refs/heads/sc336/v2.6.4
    • refs/heads/sc336/v2.6.5
    • refs/heads/sc336/version-numbers
    • refs/heads/sergio_pasc/gpflow-2.0/adapt-sgpmc-and-gpmc
    • refs/heads/sergio_pasc/gpflow-2.0/adapt-sgpr
    • refs/heads/sergio_pasc/gpflow-2.0/move-gplvm-tests
    • refs/heads/sergio_pasc/gpflow-2.0/move-multioutput-features-tests
    • refs/heads/sergio_pasc/gpflow-2.0/move-quadrature-tests
    • refs/heads/sergio_pasc/gpflow-2.0/move-tests-methods
    • refs/heads/sergio_pasc/gpflow-2.0/ordinal_regression
    • refs/heads/sergio_pasc/gpflow-2.0/parameter_transform
    • refs/heads/sergio_pasc/gpflow-2.0/remove_training_loop
    • refs/heads/spascual/add-mailmap-file
    • refs/heads/st---metaautoflow
    • refs/heads/st/clean_up_broadcasting_conditionals
    • refs/heads/st/ericpena/natgrad-change
    • refs/heads/st/fix_active_dims_2
    • refs/heads/st/fix_config_module_docstring
    • refs/heads/st/fix_test_method_equivalence
    • refs/heads/st/fix_typo
    • refs/heads/st/fxsm
    • refs/heads/st/fxsm_closure
    • refs/heads/st/inv_probit_jitter_arg
    • refs/heads/st/new_svgp
    • refs/heads/st/posterior
    • refs/heads/st/posterior_with_linear_operators
    • refs/heads/st/quickfix/dispatch_docs
    • refs/heads/st/quickfix/posterior
    • refs/heads/st/quickfix_num_latent
    • refs/heads/st/rename_slow_multioutput
    • refs/heads/st/reorder_covariances
    • refs/heads/st/rescue_754
    • refs/heads/st/snowflake_kernel
    • refs/heads/st/test_cleanup
    • refs/heads/st/test_for_shape_check
    • refs/heads/st/test_kernel
    • refs/heads/st/triangular
    • refs/heads/st_FITCvsVFE_2.0
    • refs/heads/stef/fxsm
    • refs/heads/tf2.0-compatible
    • refs/heads/transform_on_sided
    • refs/heads/uri/bump_version_to_2_9_1
    • refs/heads/uri/bump_version_to_2_9_2
    • refs/heads/uri/clarify_training_loss_ref_in_tutorial
    • refs/heads/uri/dont_use_enums_for_default_values
    • refs/heads/uri/fix_benchmarks
    • refs/heads/uri/heteroskedastic_linear_mean
    • refs/heads/uri/investigate_scipy_memory_leak
    • refs/heads/uri/investigate_tf214_memory_leak
    • refs/heads/uri/move_prod_to_2_14
    • refs/heads/uri/numpy_2
    • refs/heads/uri/pickling_scipy_optimizer
    • refs/heads/uri/prod_test_environment
    • refs/heads/uri/quickfix/dont_round_small_values_in_summary
    • refs/heads/uri/quickfix/mypy_fixes
    • refs/heads/uri/release_2_8_1
    • refs/heads/uri/release_2_9_0
    • refs/heads/uri/support_tf_2_12
    • refs/heads/uri/test
    • refs/heads/uri/test_sgpr_changepoint_issue
    • refs/heads/uri/test_tf_2_16
    • refs/heads/uri/track_loss_history
    • refs/heads/uri/update_max_tf_version
    • refs/heads/uri/update_prod_tf_version
    • refs/heads/v1.5.1-docs
    • refs/heads/va/additive_models
    • refs/heads/va/gpf/conditional_kernel
    • refs/heads/va/gpf/seeger_lik
    • refs/heads/va/h
    • refs/heads/vdutor/multiple-output-gps
    • refs/heads/vincent/add-shared-mixed-mok
    • refs/heads/vincent/cholesky-to-kl
    • refs/heads/vincent/hotfix/preslicing-lmc
    • refs/heads/vincent/hotfix/save-keras-model
    • refs/heads/vincent/introspect-conditional
    • refs/heads/vincent/more-predict-functions
    • refs/heads/vincent/nbviewer
    • refs/heads/vincent/quickfix/dynamic-shapes-quadrature
    • refs/heads/vincent/quickfix/typo
    • refs/heads/vincent/shared-mixed-mok
    • refs/heads/vincent/st/heteroscedastic
    • refs/heads/vincent/st/multi-output-likelihoods
    • refs/heads/vincent/update-readme
    • refs/heads/whitening
    • refs/tags/0.2.1
    • refs/tags/0.3.1
    • refs/tags/0.3.2
    • refs/tags/0.3.3
    • refs/tags/0.3.4
    • refs/tags/0.3.5
    • refs/tags/0.4.0
    • refs/tags/0.5.0
    • refs/tags/1.0.0
    • refs/tags/1.1.0
    • refs/tags/1.1.1
    • refs/tags/2.0.0-rc1
    • refs/tags/v1.4.1
    • refs/tags/v1.5.0
    • refs/tags/v1.5.1
    • refs/tags/v2.0.0
    • refs/tags/v2.0.1
    • refs/tags/v2.0.2
    • refs/tags/v2.0.3
    • refs/tags/v2.0.4
    • refs/tags/v2.0.5
    • refs/tags/v2.1.0
    • refs/tags/v2.1.1
    • refs/tags/v2.1.2
    • refs/tags/v2.1.3
    • refs/tags/v2.1.4
    • refs/tags/v2.1.5
    • refs/tags/v2.10.0
    • refs/tags/v2.2.0
    • refs/tags/v2.2.1
    • refs/tags/v2.3.0
    • refs/tags/v2.3.1
    • refs/tags/v2.4.0
    • refs/tags/v2.5.0
    • refs/tags/v2.5.1
    • refs/tags/v2.5.2
    • refs/tags/v2.6.0
    • refs/tags/v2.6.1
    • refs/tags/v2.6.2
    • refs/tags/v2.6.3
    • refs/tags/v2.6.4
    • refs/tags/v2.6.5
    • refs/tags/v2.7.0
    • refs/tags/v2.7.1
    • refs/tags/v2.8.0
    • refs/tags/v2.8.1
    • refs/tags/v2.9.0
    • refs/tags/v2.9.1
    • refs/tags/v2.9.2
    • f3c511060ce62072a34a50319237d28b82d10448
    • v1.3.0
    • v1.2.0
    • pre-dimension-rolling
    • 0.3.9
  • 1b3fadc
  • /
History
Cook and download a directory from the Software Heritage Vault

You have requested the cooking of the directory with identifier swh:1:dir:1b3fadc3efb5c65ef23883b30dec742fd3e6cb61 into a standard tar.gz archive.

Are you sure you want to continue ?

Download a directory from the Software Heritage Vault

You have requested the download of the directory with identifier swh:1:dir:1b3fadc3efb5c65ef23883b30dec742fd3e6cb61 as a standard tar.gz archive.

Are you sure you want to continue ?

Cook and download a revision from the Software Heritage Vault

You have requested the cooking of the history heading to revision with identifier swh:1:rev:f3c511060ce62072a34a50319237d28b82d10448 into a bare git archive.

Are you sure you want to continue ?

Download a revision from the Software Heritage Vault

You have requested the download of the history heading to revision with identifier swh:1:rev:f3c511060ce62072a34a50319237d28b82d10448 as a bare git archive.

Are you sure you want to continue ?

Invalid Email !

The provided email is not well-formed.

Download link has expired

The requested archive is no longer available for download from the Software Heritage Vault.

Do you want to cook it again ?

Save again
Take a new snapshot of a software origin

If the archived software origin currently browsed is not synchronized with its upstream version (for instance when new commits have been issued), you can explicitly request Software Heritage to take a new snapshot of it.

Use the form below to proceed. Once a request has been submitted and accepted, it will be processed as soon as possible. You can then check its processing state by visiting this dedicated page.
swh spinner

Processing "take a new snapshot" request ...

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • revision
  • directory
  • snapshot
origin badgerevision badge
swh:1:rev:f3c511060ce62072a34a50319237d28b82d10448
origin badgedirectory badge
swh:1:dir:1b3fadc3efb5c65ef23883b30dec742fd3e6cb61
origin badgesnapshot badge
swh:1:snp:6c2ae10a0b154cab4d0f09864a678e9ba2c9d65b

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • revision
  • directory
  • snapshot
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
Tip revision: f3c511060ce62072a34a50319237d28b82d10448 authored by Vincent Dutordoir on 27 August 2020, 11:22:49 UTC
Release 2.1.0 (#1552)
Tip revision: f3c5110
FileModeSize
.circleci
.github
doc
gpflow
tests
.coveragerc -rw-r--r--283 bytes
.coveralls.yml -rw-r--r--23 bytes
.gitignore -rw-r--r--866 bytes
.pylintrc -rw-r--r--14.6 KB
CONTRIBUTING.md -rw-r--r--6.8 KB
GLOSSARY.md -rw-r--r--1.4 KB
LICENSE -rw-r--r--11.1 KB
MANIFEST.in -rw-r--r--182 bytes
Makefile -rw-r--r--1.2 KB
README.md -rw-r--r--9.8 KB
RELEASE.md -rw-r--r--131 bytes
VERSION -rw-r--r--6 bytes
codecov.yml -rw-r--r--274 bytes
mypy.ini -rw-r--r--730 bytes
notebooks l---------21 bytes
setup.py -rw-r--r--2.6 KB
tests_requirements.txt -rw-r--r--299 bytes

The diff you're trying to view is too large. Only the first 1000 changed files have been loaded.
Showing with 0 additions and 0 deletions (0 / 0 diffs computed)
swh spinner

Computing file changes ...

README.md

swh spinner

Loading README.md ...

back to top

Software Heritage — Copyright (C) 2015–2026, 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— Content policy— Contact— JavaScript license information— Web API