Commit graph

5694 commits

Author SHA1 Message Date
Alexander Pitchford
93111d800f Merge branch 'build_ext-source_pyx' into install_fixes 2019-01-10 11:34:00 +00:00
Alexander Pitchford
be1b8bcd0a Merge branch 'fix-cython-import_array' into install_fixes 2019-01-10 11:33:34 +00:00
Alexander Pitchford
408e9ae38e Merge branch 'devel' into build_ext-source_pyx 2019-01-10 11:30:13 +00:00
Alexander Pitchford
dcb83f7af2 Merge branch 'devel' into fix-cython-import_array 2019-01-10 11:29:16 +00:00
Alexander Pitchford
4bc87d5c89 Merge branch 'devel' into fix-state_space_cython-misc 2019-01-10 11:24:41 +00:00
KOLANICH
b47cc90f95
Don't import datasets by default since it is almost never needed 2019-01-01 21:25:58 +00:00
KOLANICH
48a07dad02
Cython-generated files should be regenerated 2018-11-08 12:33:06 +00:00
KOLANICH
900acedea5
Integer division is needed here. 2018-11-08 12:27:47 +00:00
Zhenwen Dai
9a25da883e
Merge pull request #703 from SheffieldML/devel
Deploy the version 1.9.6
2018-10-31 11:40:05 +00:00
Zhenwen Dai
b503c71842 fix the version number in appveyor.yml 2018-10-31 10:39:45 +00:00
Dai
ea705d43f0 fix the version number in setup.cfg 2018-10-31 10:36:55 +00:00
Zhenwen Dai
94cf373984
Merge branch 'deploy' into devel 2018-10-30 20:29:20 +00:00
Zhenwen Dai
ad3e90968c Bump the version: 1.9.5 -> 1.9.6 2018-10-30 10:05:56 +00:00
Zhenwen Dai
9c0213335b
Merge pull request #691 from vlavorini/devel
Added missing columns (:), fixed indentation
2018-10-30 09:52:06 +00:00
Zhenwen Dai
a86723c8ab
Fix the bug in the prediction of full covariance matrix (#702)
* fix the bug in the prediction of full covariance matrix

* Fix the test cases.

* update the version requirement for matplotlib
2018-10-30 07:43:44 +00:00
Alexander Pitchford
a1054e5106 Merge branch 'build_ext-source_pyx' into install_fixes 2018-10-19 09:26:00 +01:00
Alexander Pitchford
02b5613a10 Merge branch 'fix-cython-import_array' into install_fixes 2018-10-19 09:25:48 +01:00
Alexander Pitchford
e0de2805b6 add missing colons and fix indentation 2018-10-19 09:11:31 +01:00
Alexander Pitchford
7e48d6e5b7 ext sources changed to pyx 2018-10-18 17:54:21 +01:00
Alexander Pitchford
e30ce11804 np.import_array() added to files where cimport numpy used 2018-10-18 16:39:37 +01:00
Vincenzo Lavorini
4926a2f993 Added missing columns (:), fixed indentation 2018-10-15 18:25:54 +02:00
mzwiessele
4f3047e035 fix: plotting 2018-09-19 21:52:58 +01:00
mzwiessele
93a7c08892 fix: matplotlib 2.0 mlba -> cbook: 2018-09-19 10:38:05 +01:00
Siivola Eero
081d447bc2 Removed the test that tests if DiffKern works as a standalone kernel 2018-09-07 21:13:00 +03:00
Siivola Eero
29b9435a8e Simplified the way how multioutput kernel updates and uses gradients. As a consequense, DiffKern cannot be used as a standalone kernel anymore 2018-09-07 21:12:20 +03:00
Siivola Eero
03c2838bb9 Added an example on how to use the derivative observations together with regular observations in GPy 2018-09-06 16:59:19 +03:00
Siivola Eero
7bac93e3be Removed two useless variables 2018-09-06 14:54:57 +03:00
Siivola Eero
37fc39afc2 Small change in usage of gradients in multioutput kernel 2018-09-06 13:19:17 +03:00
Siivola Eero
c30698b8db Switched to relative package imports 2018-09-06 12:06:40 +03:00
Siivola Eero
ee7f23869b Added copyrights and documentation to new models and kernels 2018-09-05 17:58:44 +03:00
Siivola Eero
9a6e645bc6 Added Multioutput derivative kernel for adding derivatives easy and changed it to default kernel in multioutput gp model 2018-09-05 17:49:33 +03:00
Siivola Eero
0daad96da1 Added multioutput_gp model and tests for it 2018-09-05 16:37:40 +03:00
Siivola Eero
101e93b73e Made EP faster for Binomial likelihood with Probit or ScaledProbit link functions by adding exact moments 2018-09-05 15:42:40 +03:00
Siivola Eero
936fd1ff71 Added tests for DiffKern (using RBF) 2018-09-05 15:39:03 +03:00
Siivola Eero
04033c1b32 Made RBF-kernel compatible with diff-kernel 2018-09-05 15:38:03 +03:00
Siivola Eero
4988aad0dd New covariance function for using partial derivatives of covariance functions as kernels 2018-09-05 15:28:22 +03:00
Siivola Eero
d862fc71e2 Added new link-function to enable derivative sign values as in Riihimaki & Vehtari (2010) paper 2018-09-05 14:58:04 +03:00
Siivola Eero
f4629c89cd Minor change to updating of gradients in multioutput kernel 2018-09-05 14:57:52 +03:00
Siivola Eero
0b5e8d895e Changed the place of index_to_slices to more logical place 2018-09-05 14:57:16 +03:00
Max Zwiessele
ac4176721b
Merge pull request #656 from SheffieldML/devel
push PR to deploy
2018-09-02 23:13:52 +01:00
mzwiessele
0c6438608d pkg: changelog 2018-09-02 22:50:42 +01:00
mzwiessele
0da02ff3fe Bump version: 1.9.4 → 1.9.5 2018-09-02 22:50:17 +01:00
mzwiessele
dbaf9b868c fix: merge #514 2018-09-02 21:32:47 +01:00
mzwiessele
aa0a7bcb41 new: Student-t processes #525 2018-09-02 21:29:08 +01:00
mzwiessele
717d3f56f2 fix: merge 2018-09-02 21:22:04 +01:00
mzwiessele
ed060a3c1a pkg: changelog 2018-09-02 21:16:30 +01:00
mzwiessele
1c101c9c36 Bump version: 1.9.3 → 1.9.4 2018-09-02 21:15:17 +01:00
mzwiessele
141ceeb7fb pkg: merged and tested, no py37 2018-09-02 21:15:10 +01:00
mzwiessele
613265beb8 pkg: no py37 still does not work 2018-09-02 19:45:08 +01:00
mzwiessele
bf102e47e7 fix: bdist_dumb and bdist_rpm 2018-09-02 19:34:21 +01:00