https://github.com/GPflow/GPflow
Revision aa1df8d8c0e489938f1c81adcab17eff3f0f612f authored by Chris Morter on 02 December 2022, 09:11:33 UTC, committed by GitHub on 02 December 2022, 09:11:33 UTC
* 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>
1 parent 8826096
History
Tip revision: aa1df8d8c0e489938f1c81adcab17eff3f0f612f authored by Chris Morter on 02 December 2022, 09:11:33 UTC
Avoid loss of precision in to_default_float when input is a python float (#2021)
Tip revision: aa1df8d
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-- 3.8 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-- 18.4 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