https://github.com/GPflow/GPflow
Revision 3cfa81b03a3b16d7a9e195613aa483d07803b652 authored by Khurram Ghani on 03 May 2023, 08:26:29 UTC, committed by GitHub on 03 May 2023, 08:26:29 UTC
* Add ability to set tf.function args for scipy opt

* Update release notes

* Select XLA option depending on tf version

* Fix minor format

* Add check for tffun_args without compile

* Improve tffun_args type and default

* Add jit_compile example in docs

* Make new arg non-optional for internal method

Helps with codecov.

* Rename new arg
1 parent efade00
History
Tip revision: 3cfa81b03a3b16d7a9e195613aa483d07803b652 authored by Khurram Ghani on 03 May 2023, 08:26:29 UTC
Add ability to set tf.function args for scipy optimizer (#2064)
Tip revision: 3cfa81b
File Mode Size
.circleci
.github
benchmark
doc
gpflow
tests
.coveragerc -rw-r--r-- 283 bytes
.coveralls.yml -rw-r--r-- 23 bytes
.gitignore -rw-r--r-- 907 bytes
.pylintrc -rw-r--r-- 15.8 KB
CONTRIBUTING.md -rw-r--r-- 6.9 KB
CONTRIBUTORS.md -rw-r--r-- 4.0 KB
GLOSSARY.md -rw-r--r-- 1.4 KB
HOWTO_RELEASE.md -rw-r--r-- 2.0 KB
LICENSE -rw-r--r-- 11.1 KB
MANIFEST.in -rw-r--r-- 182 bytes
Makefile -rw-r--r-- 2.0 KB
README.md -rw-r--r-- 11.1 KB
RELEASE.md -rw-r--r-- 20.0 KB
VERSION -rw-r--r-- 6 bytes
codecov.yml -rw-r--r-- 274 bytes
mypy.ini -rw-r--r-- 439 bytes
notebooks l--------- 20 bytes
setup.py -rw-r--r-- 2.5 KB
tests_requirements.txt -rw-r--r-- 1.0 KB

README.md

back to top