Commit graph

5694 commits

Author SHA1 Message Date
Zhenwen Dai
31183299cf
Deploy version 1.8.5
* added extended version of MLP function with multiple hidden layers and different activation functions

* Update mapping_tests.py

Make output of gradient check verbose to diagnose error

* Update mapping_tests.py

Remove verbosity again after gradient checks passed without problem with verbosity

* the implementation of SVI-MOGP

* Try to fix the issue with model_tests

* updated mapping test to pass gradient checks

* Fix random seed for reproducible results in tests

* Add mean function functionality to dtc inference method

* Fix DSYR function (See https://github.com/scipy/scipy/issues/8155)

* Updated sde_kern to work with scipy=1.0.0

* Trying to fix tests for Matplotlib plotting issue

* Testing Again #575

* Figured it must be a matplotlib import error #575

New import matplotlib must be missing a package

* Removed ImageComparisonFailure #575

ImageComparisonFailure no longer exists which causes issues with travis testing using the most recent matplotlib

* Fix EP for non-zero mean GP priors

* improve the documentation for LVMOGP

* remove non-ascii characters

* Small correction to doc

* add type into docstring

* update changelog for 1.8.5

* bump the version: 1.8.4 -> 1.8.5
2017-12-01 19:52:03 +00:00
Zhenwen Dai
460cfd3d12 bump the version: 1.8.4 -> 1.8.5 2017-12-01 13:34:45 +00:00
Zhenwen Dai
3d799327d8
update changelog for 1.8.5 2017-12-01 13:29:58 +00:00
Zhenwen Dai
0d56ea74d1
Merge pull request #579 from SheffieldML/multi_out_doc
Improve the documentation for LVMOGP
2017-11-29 09:54:30 +00:00
Zhenwen Dai
5e8a91cd6f
Merge pull request #580 from marpulli/devel
Small correction to doc
2017-11-28 17:28:20 +00:00
Zhenwen Dai
83d262919b add type into docstring 2017-11-28 17:27:33 +00:00
Mark Pullin
456b7cd83b Small correction to doc 2017-11-27 10:58:21 +00:00
Zhenwen Dai
1c060cb41d
Merge pull request #578 from pgmoren/devel
Fix EP for non-zero mean GP priors (binary classification)
2017-11-24 13:51:44 +00:00
Zhenwen Dai
a7b85fb755 Merge branch 'devel' of github.com:SheffieldML/GPy into multi_out_doc 2017-11-23 15:52:53 +00:00
Zhenwen Dai
d26c02e1b1 remove non-ascii characters 2017-11-23 10:55:43 +00:00
Zhenwen Dai
f11090ad8a improve the documentation for LVMOGP 2017-11-23 09:20:05 +00:00
Moreno
33aabdea90 Fix EP for non-zero mean GP priors 2017-11-22 10:41:01 +00:00
Jayanth Koushik
928559216c Refactor checking for cython availability 2017-11-16 20:29:49 -05:00
Alan Saul
83c3ed44e2
Merge pull request #572 from marpulli/devel
Add mean function functionality to dtc inference method
2017-11-16 11:53:11 +00:00
Zhenwen Dai
9ebb3e98c7
Merge pull request #573 from pgmoren/devel
Fix DSYR function (See https://github.com/scipy/scipy/issues/8155)
2017-11-16 11:50:10 +00:00
Alan Saul
4e1b7dfad4
Merge pull request #574 from alansaul/lyapunov_fix
Fixing scipy=1.0.0 incompatibility of lyapunov discovered in PR #573. Coverage issue should be resolved by PR #575.
2017-11-16 09:59:01 +00:00
Alan Saul
f6542c059c
Merge pull request #575 from SheffieldML/matplotlib_testing
Fixing tests for Matplotlib plotting issue
2017-11-16 08:10:05 +00:00
Alan Saul
88d4a46b67
Removed ImageComparisonFailure #575
ImageComparisonFailure no longer exists which causes issues with travis testing using the most recent matplotlib
2017-11-15 18:19:32 +00:00
Alan Saul
328f29a6f0
Figured it must be a matplotlib import error #575
New import matplotlib must be missing a package
2017-11-15 16:30:27 +00:00
Alan Saul
4d1b8c2866
Testing Again #575 2017-11-15 15:34:42 +00:00
Alan Saul
d69f780348
Trying to fix tests for Matplotlib plotting issue 2017-11-15 14:24:08 +00:00
Alan Saul
a881e3da04 Updated sde_kern to work with scipy=1.0.0 2017-11-14 16:41:55 +00:00
Moreno
0cfd1cdc6e Fix DSYR function (See https://github.com/scipy/scipy/issues/8155) 2017-11-14 00:22:13 +00:00
Mark Pullin
a24a9b3edc Add mean function functionality to dtc inference method 2017-11-13 22:18:42 +00:00
Jayanth Koushik
6605b736d8 Use correct cython check in kernel_tests.py 2017-10-23 16:22:42 -04:00
Jayanth Koushik
a7af12e6ea fix: dev: cython import errors
This commit fixes issues observed in Windows where some
cython modules are successfully imported, and some are not.
This causes the global config cython.working to be inconsistent,
which causes import errors when unavailable cython modules
are tried to be imported (example
https://github.com/SheffieldML/GPy/issues/266). This commit uses
a separate flag for each module to fix the issue.
2017-10-23 15:58:17 -04:00
Zhenwen Dai
754c67f71d Merge pull request #526 from msbauer/mlp_extended
added extended version of MLP function
2017-10-18 18:11:51 +01:00
msbauer
60e5034256 Fix random seed for reproducible results in tests 2017-10-12 13:15:09 +02:00
msbauer
ef14c7a7eb updated mapping test to pass gradient checks 2017-10-12 11:56:20 +02:00
Zhenwen Dai
8af7dedf4b Merge pull request #562 from SheffieldML/external-mo
Release the implementation of LVMOGP
2017-10-11 21:55:53 +01:00
Zhenwen Dai
6eccb3764b Try to fix the issue with model_tests 2017-10-11 16:06:22 +01:00
Zhenwen Dai
673405d203 Merge with new changes from devel 2017-10-11 14:28:32 +01:00
Max Zwiessele
3fb335474f Merge pull request #561 from SheffieldML/deploy
Deploy
2017-10-06 14:30:01 +01:00
mzwiessele
116b2136ff fix: appveyor comment missing 2017-10-06 14:29:24 +01:00
Max Zwiessele
b16463b92f Merge pull request #560 from SheffieldML/devel
appveyor twine upload error fix
2017-10-06 14:07:37 +01:00
Max Zwiessele
5930b5fc42 Merge branch 'deploy' into devel 2017-10-06 14:06:07 +01:00
Max Zwiessele
0c69546f57 Merge pull request #559 from SheffieldML/PS-upload-error
Update appveyor.yml
2017-10-06 14:04:59 +01:00
mzwiessele
46902225bd fix: pkg: CHANGELOG 2017-10-06 14:00:40 +01:00
mzwiessele
f8c3611ae6 Bump version: 1.8.3 → 1.8.4 2017-10-06 13:59:20 +01:00
mzwiessele
393e8a2893 fix: pkg: appveyor upload stderr using twine 2017-10-06 13:57:11 +01:00
mzwiessele
d821a2659d fix: pkg: faster throughput: 2017-10-06 13:54:34 +01:00
mzwiessele
f7f8f31b0c fix: pkg: faster throughput: 2017-10-06 13:52:14 +01:00
mzwiessele
d0513315c7 fix: pkg: appveyor build without ps 2017-10-06 13:49:58 +01:00
Max Zwiessele
37d1749694 Update appveyor.yml 2017-10-06 13:27:59 +01:00
Max Zwiessele
db88e1142b Merge pull request #558 from SheffieldML/devel
Uniform prior fix for other domains
2017-10-06 12:51:01 +01:00
mzwiessele
62ba649bbb Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2017-10-06 10:45:19 +01:00
Max Zwiessele
b5cd440c80 Merge branch 'deploy' into devel 2017-10-06 10:34:37 +01:00
mzwiessele
7340596942 fix: pkg: CHANGELOG 2017-10-02 16:05:13 +01:00
mzwiessele
0ddae6103b Bump version: 1.8.2 → 1.8.3 2017-10-02 16:04:53 +01:00
mzwiessele
8826ebeb8d fix: uniform prior instantiation 2017-10-02 16:04:44 +01:00