mzwiessele
fbd43c4e9b
fix: plotting_test
2019-07-22 16:31:38 +01:00
mzwiessele
59dae7df59
Merge branch 'esiivola-feature-multioutput-grad-obs' into devel
2019-07-22 14:29:54 +01:00
mzwiessele
f8835d0179
fix: return model on example
2019-07-22 14:29:03 +01:00
mzwiessele
22ce7ad207
Merge branch 'feature-multioutput-grad-obs' of git://github.com/esiivola/GPy into esiivola-feature-multioutput-grad-obs
2019-07-22 10:54:28 +01:00
Max Zwiessele
c8255bdca2
Merge pull request #761 from GeoffDNeal/patch-1
...
Fix clean install of Python 2.7
2019-07-22 10:48:49 +01:00
Geoffrey Neal
9cf4b0f339
Fix clean install of Python 2.7
...
If using Python 2.7 and don't have numpy installed before hand this error will occur: `NameError: name 'ModuleNotFoundError' is not defined`
2019-05-29 16:10:26 -07:00
mzwiessele
1eaab2f669
chg: pgk: changelog
2019-05-17 18:11:05 +01:00
mzwiessele
300204dac4
Bump version: 1.9.7 → 1.9.8
2019-05-17 18:10:45 +01:00
mzwiessele
fead596961
fix: also run on 3.5
2019-05-17 18:10:40 +01:00
mzwiessele
fe3a88df9e
pkg: changelog
2019-05-17 17:57:48 +01:00
mzwiessele
05c922f1fd
Bump version: 1.9.6 → 1.9.7
2019-05-17 17:57:08 +01:00
mzwiessele
19e552e5b3
fix: version
2019-05-17 17:57:03 +01:00
mzwiessele
ecea5e63d0
Merge branch 'deploy' into devel
2019-05-17 17:55:59 +01:00
Zhenwen Dai
5d1b8a56e8
Merge pull request #709 from KOLANICH/ignoring_cython-generated_C_sources
...
Cython-generated files should be regenerated
2019-05-17 07:47:14 +01:00
Zhenwen Dai
7dc78aba4e
Merge pull request #758 from marpulli/py37_travis
...
Add travis build for 3.7, remove for 3.5, bump version to 1.9.7
2019-05-17 07:43:13 +01:00
Mark Pullin
c8b8004173
Bump version to 1.9.7
2019-05-16 16:39:10 +01:00
Mark Pullin
3b8b580a2b
Move python 3.5 build to 3.7
2019-05-16 16:25:03 +01:00
Mike Smith
beaeb10539
Update README.md
2019-05-16 07:02:27 +01:00
Mike Smith
c843b69efc
I've added these steps to install necessary libraries
...
Lots of people seem to have this problem with an "error: command 'gcc' failed with exit status 1" on installing.
E.g. this can be reproduced on a clean AWS Ubuntu install.
Feel free to revert, but this issue comes up regularly.
2019-05-15 08:46:43 +01:00
Zhenwen Dai
54c32d79d2
Merge pull request #722 from jopago/devel
...
Add to_dict methods to White and Brownian kernels
2019-04-25 15:41:04 +01:00
Zhenwen Dai
06acc6a44b
Merge pull request #718 from KOLANICH/patch-1
...
Don't import `datasets` by default since it is almost never needed
2019-04-11 07:58:12 +01:00
Zhenwen Dai
0b8fd0d951
Merge pull request #708 from KOLANICH/cython_code_fix
...
Integer division is needed here.
2019-04-11 07:57:15 +01:00
Zhenwen Dai
601cc955c8
fix the bug due to changes in Numpy ( #744 )
2019-04-11 07:56:25 +01:00
Max Zwiessele
313fb7c07e
Merge pull request #719 from ajgpitch/install_fixes
...
FIXES - for installing under Python 3.7
2019-01-22 16:03:39 +00:00
Joan Gonzalvez
b41b0df9a0
Update static.py
2019-01-13 20:16:32 +01:00
Joan Gonzalvez
400a4880c6
Update brownian.py
...
added to_dict method
2019-01-13 20:11:11 +01:00
Alexander Pitchford
08c74e2fce
recythonised c files
2019-01-10 12:50:34 +00:00
Alexander Pitchford
da039ef725
Merge branch 'fix-state_space_cython-misc' into install_fixes
2019-01-10 11:57:48 +00:00
Alexander Pitchford
0fbef4c17d
type fixed - Q_square_root_dict
2019-01-10 11:57:00 +00:00
Alexander Pitchford
a933ae1d69
Merge branch 'fix-state_space_cython-misc' into install_fixes
2019-01-10 11:34:11 +00:00
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