mzwiessele
|
9dbb1a945a
|
add py37
|
2018-09-02 19:17:52 +01:00 |
|
mzwiessele
|
36efd2dc0e
|
add py37
|
2018-09-02 19:11:18 +01:00 |
|
mzwiessele
|
da82f356a8
|
Merge branch 'cython-fix' of git://github.com/jayanthkoushik/GPy into jayanthkoushik-cython-fix
|
2018-09-02 19:10:19 +01:00 |
|
mzwiessele
|
8446da628b
|
fix: samples tests and plotting, multioutput
|
2018-09-02 19:07:23 +01:00 |
|
mzwiessele
|
270b90857c
|
Merge branch 'devel' into esiivola-feature-multioutput
|
2018-09-02 16:49:59 +01:00 |
|
Neil Lawrence
|
e623078954
|
Merge branch 'devel' into devel
|
2018-09-01 04:38:02 -07:00 |
|
Zhenwen Dai
|
d854e3553e
|
Merge pull request #668 from RobRomijnders/devel
fix typo in docstring for GP.opimize()
|
2018-09-01 11:36:33 +03:00 |
|
robromijnders
|
4b998da73a
|
fix typo in docstring for GP.opimize()
|
2018-08-29 18:30:42 +02:00 |
|
Zhenwen Dai
|
a854a76e09
|
Merge pull request #648 from marpulli/symmetric_kernel
Add Symmetric kernel
|
2018-07-28 09:14:19 +01:00 |
|
Zhenwen Dai
|
3cdcfe7d19
|
Merge pull request #654 from palindromik/devel
Return deserialized models with actual type instead of base type
|
2018-07-27 18:02:12 +01:00 |
|
mzwiessele
|
d8db1b6847
|
fix: py37 cython not compatible
|
2018-07-27 15:30:33 +02:00 |
|
mzwiessele
|
179ffa76dd
|
Merge branch 'feature-multioutput' of https://github.com/esiivola/GPy into esiivola-feature-multioutput
|
2018-07-27 14:56:31 +02:00 |
|
mzwiessele
|
ba7b5fb11a
|
pkg: CHANGELOG
|
2018-07-27 14:49:25 +02:00 |
|
mzwiessele
|
a190c3320b
|
Bump version: 1.9.2 → 1.9.3
|
2018-07-27 14:48:57 +02:00 |
|
mzwiessele
|
fc6bf2b9f4
|
fix: python=3.7
|
2018-07-27 14:48:52 +02:00 |
|
Zhenwen Dai
|
0142eff5de
|
Merge pull request #655 from davidsmf/patch-2
Allow setup.py to be parsed without numpy
|
2018-07-25 10:00:39 +01:00 |
|
David Sheldon
|
2ca138ea68
|
Allow setup.py to be parsed without numpy
If numpy isn't available, don't define ext_mods, pip will then determine numpy is required, install it, then call us again.
Fixes #653
|
2018-07-24 15:43:29 +01:00 |
|
Keerthana Elango
|
eca5806518
|
Return deserialized models with actual type instead of base type
|
2018-07-24 10:46:33 +01:00 |
|
Mark Pullin
|
1cd8606451
|
Expand class description and some speed improvements
|
2018-07-19 10:17:49 +01:00 |
|
Mark Pullin
|
09c72eeec5
|
Make symmetric kernel work with python 2.7
|
2018-07-02 21:03:18 +01:00 |
|
Mark Pullin
|
1a42cbd342
|
Add param descriptions
|
2018-07-02 16:41:50 +01:00 |
|
Mark Pullin
|
8ef7706fe5
|
Add symmetric kernel
|
2018-07-02 15:23:58 +01:00 |
|
Zhenwen Dai
|
06441f583f
|
Merge pull request #640 from pgmoren/devel
Sparse GP serialization
|
2018-06-25 15:56:44 +01:00 |
|
Eero Siivola
|
afe9206656
|
Merge remote-tracking branch 'origin/devel' into feature-multioutput
|
2018-06-24 12:43:49 +03:00 |
|
Eero Siivola
|
8e69db51a2
|
Modified likelihoods test to better test multioutput likelihood
|
2018-06-24 12:41:36 +03:00 |
|
Eero Siivola
|
292e69ee0d
|
Added a notice of the correspondence of the likelihood structure to the one of GPstuff due to their request
|
2018-06-24 12:41:00 +03:00 |
|
Moreno
|
11aa6ea27b
|
Serialization: Add docstrings
|
2018-06-07 09:52:13 +01:00 |
|
Moreno
|
7b2af57aee
|
Sparse GP serialization
|
2018-05-16 08:53:55 +01:00 |
|
Max Zwiessele
|
d85c9d5379
|
Merge pull request #613 from dtorrejo/Multi_sample_bug
Fixes the dimensions of the samples output
|
2018-03-23 16:30:57 +01:00 |
|
Diego Torrejon
|
69eb888ad1
|
Maintains consistency with numpy arrays
|
2018-03-22 16:32:05 -04:00 |
|
Diego Torrejon
|
90c2912ace
|
Fixes the dimensions of the samples output
|
2018-03-21 18:00:13 -04:00 |
|
Zhenwen Dai
|
acc0d4f88d
|
Merge pull request #607 from pgmoren/devel
Add serialization functions for EPDTC
|
2018-03-14 10:39:18 +00:00 |
|
Moreno
|
f4ebae7425
|
add serialization functions for EPDTC
|
2018-03-05 12:14:31 +00:00 |
|
Max Zwiessele
|
592daced9b
|
Merge pull request #604 from SheffieldML/deploy
Deploy
|
2018-02-23 13:22:39 +01:00 |
|
Max Zwiessele
|
d4bff7505e
|
Use old deploy pypi behavior
Until skip_existing option exists, use the old travis dpl behaviour to not fail on existing files.
|
2018-02-23 12:19:49 +01:00 |
|
Max Zwiessele
|
c592d46b00
|
Don’t build docs anymore in travis
|
2018-02-23 11:37:58 +01:00 |
|
Max Zwiessele
|
1973fb8937
|
Merge pull request #603 from SheffieldML/devel
1.9.*
|
2018-02-23 11:01:21 +01:00 |
|
mzwiessele
|
dcd36780d8
|
fix: pkg: CHANGELOG
|
2018-02-23 00:10:12 +01:00 |
|
mzwiessele
|
f496dd4f2b
|
Bump version: 1.9.1 → 1.9.2
|
2018-02-23 00:09:55 +01:00 |
|
mzwiessele
|
ca2246e687
|
fix: rtd
|
2018-02-23 00:09:49 +01:00 |
|
mzwiessele
|
0b666c2c70
|
fix: rtd
|
2018-02-23 00:02:58 +01:00 |
|
mzwiessele
|
ca2233b7e0
|
fix: rtd
|
2018-02-22 23:48:34 +01:00 |
|
mzwiessele
|
13179b9275
|
fix: rtd
|
2018-02-22 23:46:48 +01:00 |
|
mzwiessele
|
c1b70fd2d1
|
fix: rtd
|
2018-02-22 23:40:03 +01:00 |
|
mzwiessele
|
26a69e559a
|
fix: rtd
|
2018-02-22 23:29:21 +01:00 |
|
mzwiessele
|
9f1cbb6e6f
|
fix: rtd
|
2018-02-22 23:25:41 +01:00 |
|
mzwiessele
|
3a76ad3c59
|
fix: rtd
|
2018-02-22 23:20:24 +01:00 |
|
mzwiessele
|
ccff0926bf
|
fix: rtd
|
2018-02-22 23:16:20 +01:00 |
|
mzwiessele
|
2ad9fbbdcd
|
fix: rtd
|
2018-02-22 23:02:31 +01:00 |
|
mzwiessele
|
a3b8677f1d
|
fix: rtd
|
2018-02-22 22:46:32 +01:00 |
|