https://github.com/GPflow/GPflow
Revision 12243a6a2a325f823704be7c72c83e222dd3b53b authored by st-- on 02 June 2020, 12:16:24 UTC, committed by GitHub on 02 June 2020, 12:16:24 UTC
Doc improvement: Fixes some typos in the Scipy docstring and adds a note on scipy minimize()'s callback argument vs GPflow Scipy().minimize()'s step_callback. Cleans up types in the module. 

Backwards-incompatible change: the `step_callback` that can be passes to the Scipy.minimize() method is changed to take its arguments by position, not name; in line with the StepCallback type signature (and in line with Python's typing.Callable documentation which suggests that callbacks should take arguments preferentially by position, not name).
1 parent 89af61e
History
Tip revision: 12243a6a2a325f823704be7c72c83e222dd3b53b authored by st-- on 02 June 2020, 12:16:24 UTC
clean up Scipy types & code (#1454)
Tip revision: 12243a6
File Mode Size
.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
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.1 KB
README.md -rw-r--r-- 9.6 KB
RELEASE.md -rw-r--r-- 131 bytes
VERSION -rw-r--r-- 6 bytes
codecov.yml -rw-r--r-- 274 bytes
contributing.md -rw-r--r-- 6.8 KB
mypy.ini -rw-r--r-- 730 bytes
notebooks l--------- 21 bytes
setup.py -rw-r--r-- 2.1 KB
tests_requirements.txt -rw-r--r-- 243 bytes

README.md

back to top