https://github.com/GPflow/GPflow
Revision cce56f83db35c7f3e9c50cd00006d82a5c69a5db authored by sc336 on 02 December 2022, 15:19:29 UTC, committed by GitHub on 02 December 2022, 15:19:29 UTC
* Avoid loss of precision in to_default_float when input is a python float (#2021)

* avoid loss of precision in to_default_float

* add tests

* release management

* Updated to compensate for new mypy version (#2016)

* Updated to ignore mypy's new type-abstract error

* Looks like mypy won't quit on this one.

* More type hinting

* Sort

* Another try

* Another try

* Another try

* Go away mypy

* format

* More mypy wards

* Is this error connected?

* Removed unnecessary dummy package

* Another mypy error

* Format

* Fix mypy error. (#2009)

Co-authored-by: sc336 <s.chiu.00@gmail.com>
Co-authored-by: Jesper Nielsen <44195043+jesnie@users.noreply.github.com>

* Some corrections to RELEASE.md (#2022)

* Update VERSION

* Update version

Co-authored-by: John Mcleod <43960404+johnamcleod@users.noreply.github.com>
Co-authored-by: Jesper Nielsen <44195043+jesnie@users.noreply.github.com>
Co-authored-by: Chris Morter <chris@prowler.io>
1 parent ef0b32c
History
Tip revision: cce56f83db35c7f3e9c50cd00006d82a5c69a5db authored by sc336 on 02 December 2022, 15:19:29 UTC
Sc336/fix conflicts (#2024)
Tip revision: cce56f8
File Mode Size
conditionals
config
covariances
expectations
experimental
inducing_variables
kernels
likelihoods
models
monitor
optimizers
quadrature
utilities
__init__.py -rw-r--r-- 1.7 KB
base.py -rw-r--r-- 12.9 KB
ci_utils.py -rw-r--r-- 1.7 KB
functions.py -rw-r--r-- 10.3 KB
kullback_leiblers.py -rw-r--r-- 5.8 KB
logdensities.py -rw-r--r-- 4.4 KB
mean_functions.py -rw-r--r-- 1022 bytes
mypy_flags.py -rw-r--r-- 839 bytes
posteriors.py -rw-r--r-- 39.6 KB
probability_distributions.py -rw-r--r-- 2.9 KB
py.typed -rw-r--r-- 27 bytes
type_flags.py -rw-r--r-- 1.7 KB
versions.py -rw-r--r-- 177 bytes

back to top