Commit graph

5417 commits

Author SHA1 Message Date
Jayanth Koushik
08801c5554 Ensure numpy version is used in coregionalize cython test 2018-02-15 21:26:32 -05:00
Jayanth Koushik
64c125573e Use explicity cython/numpy variants in coregionalize test 2018-02-15 17:18:03 -05:00
Jayanth Koushik
1aab041885 Fix cython check in linalg 2018-02-15 17:17:25 -05:00
Jayanth Koushik
46d3b6ce5c Don't override global cython config in tests 2018-02-15 14:04:47 -05:00
Jayanth Koushik
928559216c Refactor checking for cython availability 2017-11-16 20:29:49 -05: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
mzwiessele
5a0dc22426 fix: use paramz 0.8.5 2017-10-02 16:03:17 +01:00
mzwiessele
b5048bcfad fix: pkg: CHANGELOG 2017-10-02 14:38:53 +01:00
mzwiessele
00f9ca1650 Bump version: 1.8.1 → 1.8.2 2017-10-02 14:38:02 +01:00
mzwiessele
c7e3eedd30 fix: uniform prior tests 2017-10-02 14:36:23 +01:00
mzwiessele
28487a9551 fix: uniform prior can be positive and negative, depending on lower and upper bound 2017-10-02 11:47:25 +01:00
Max Zwiessele
9f3778a801 Merge pull request #557 from SheffieldML/devel
Paramz 0.8 update
2017-10-02 11:27:43 +01:00
mzwiessele
038412acbb fix: pkg: CHANGELOG 2017-10-02 10:14:03 +01:00
mzwiessele
5e261657a8 Bump version: 1.8.0 → 1.8.1 2017-10-02 10:13:39 +01:00
mzwiessele
a9d3433c59 fix: paramz 0.8 2017-10-02 10:13:32 +01:00
mzwiessele
28fb1f013e fix: doc: creating new kernel was missing active dims 2017-10-02 10:12:54 +01:00
Max Zwiessele
3d38df94d8 Paramz 0.8 2017-10-02 09:40:47 +01:00
Max Zwiessele
01b85cd11e Paramz 0.8 2017-10-02 09:35:55 +01:00
Zhenwen Dai
d40db2b9af Merge pull request #544 from SheffieldML/devel
Release GPy 1.8.x
2017-09-21 18:00:44 +01:00
Zhenwen Dai
c294cf715f the implementation of SVI-MOGP 2017-09-19 16:28:36 +01:00
Max Zwiessele
6cc13af8cd fix: naming of ard contribution in ARD plot 2017-09-18 10:05:37 +01:00
Zhenwen Dai
c472c2557f Merge pull request #549 from christomaszewski/devel
fix: slight modification to MLP mapping to reduce potential for numpy…
2017-09-13 11:01:38 +01:00
Chris Tomaszewski
c3d8ea2e0d fix: replacing np.power with np.square for efficiency 2017-09-13 04:54:25 -04:00
Chris Tomaszewski
cb4f05296f fix: slight modification to MLP mapping to reduce potential for numpy overflows and unnecessary computation 2017-09-12 18:04:18 -04:00
Zhenwen Dai
5e4f9c69c3 Merge pull request #545 from pgmoren/devel
Thanks Pablo for the changes about Basic framework for serializing GPy models. I think we need the corresponding docstrings as developer documentation.
2017-09-12 12:11:44 +01:00