Commit graph

5655 commits

Author SHA1 Message Date
Zhenwen Dai
19b572eff6
Add cython into installation requirement 2020-04-07 20:37:05 +01:00
Zhenwen Dai
1f9ac259ca
Merge pull request #783 from MashaNaslidnyk/num-data-fix
Update self.num_data in GP when X is updated
2020-03-13 10:08:05 +00:00
Zhenwen Dai
f9bc7f17fc
Merge pull request #794 from hugovk/patch-1
Stop using legacy bdist_wininst
2020-03-13 10:06:33 +00:00
Zhenwen Dai
4c5c7fc21c
Merge pull request #796 from markm541374/prevent-large-intermediate-matrix
fix: rearrange expression to avoid an n^2 array
2020-03-09 12:28:47 +00:00
Zhenwen Dai
4ac66e2336
Merge pull request #800 from sighellan/devel
Minor fix to multioutput regression example, to clarify code + typo.
2020-03-09 12:15:41 +00:00
Zhenwen Dai
918685a8e8
Merge pull request #817 from kae-mihara/patch-1
fix ImportError in likelihood.py
2020-03-09 12:06:40 +00:00
kae_mihara
31ef0f2844
Update setup.py
bump min require version of scipy to 1.3.0
2020-03-09 19:23:08 +08:00
Zhenwen Dai
327c72c5ac
Merge pull request #805 from ekalosak/ekalosak/tutorial-update
Ekalosak/tutorial update
2020-03-09 09:54:23 +00:00
Zhenwen Dai
7275d65214
Merge pull request #806 from ablancha/devel
Fix predictive_gradients and posterior_covariance_between_points when normalizer=True
2020-03-09 09:53:53 +00:00
kae_mihara
522ccc492f
fix ImportError in likelihood.py
in function log_predictive_density_sampling
2020-03-09 11:56:23 +08:00
Antoine Blanchard
7550b1e5ef fix normalizer 2020-01-14 15:32:25 -05:00
Eric Kalosa-Kenyon
1d9bbaf751 brushed up wording 2020-01-14 11:57:41 -08:00
Eric Kalosa-Kenyon
3c80c6e30f fixed technical description of gradients_X() 2020-01-14 11:52:03 -08:00
Masha Naslidnyk 🦉
7871af8dec self.num_data and self.input_dim are set dynamically in class GP() after the shape of X. In MRD, the user-specific values are passed around until X is defined. 2020-01-10 12:42:03 +00:00
Eric Kalosa-Kenyon
585d9cc92b changed ordering of explanation to get to the point fast and provide additional details after 2020-01-08 16:10:58 -08:00
Eric Kalosa-Kenyon
c58104c943 fixed docstring and added more explanation 2020-01-08 16:09:59 -08:00
Eric Kalosa-Kenyon
3c753bb1a0 corrected typo in function name 2020-01-08 15:32:46 -08:00
Eric Kalosa-Kenyon
c122c26843 added missing import 2020-01-08 15:24:59 -08:00
Sigrid Passano Hellan
c0b8de4d92 Minor fix to multioutput regression example, to clarify code + typo. 2019-12-06 17:58:32 +00:00
Mark McLeod
1a67b0d212 fix: reorder brackets to avoid an n^2 array 2019-11-11 08:20:16 +00:00
Hugo van Kemenade
d1c35ec467
Stop using legacy bdist_wininst 2019-11-05 15:52:49 +02:00
Zhenwen Dai
5a907bd013
Update setup.cfg 2019-10-17 08:57:01 +01:00
Zhenwen Dai
5c4c191b6a
Update appveyor.yml 2019-10-17 08:56:36 +01:00
Zhenwen Dai
2c8245de40
Merge branch 'deploy' into devel 2019-10-16 15:14:16 +01:00
Zhenwen Dai
204cabb777
Bump the version number for release 2019-10-16 15:13:42 +01:00
Zhenwen Dai
92d4828d99
Merge pull request #776 from marecabo/fix-plotly-defaults
Fix plotly defaults
2019-10-16 15:05:02 +01:00
Masha Naslidnyk 🦉
1e06c6ce2f Update self.num_data in GP when X is updated 2019-09-05 14:39:13 +01:00
marecabo
e0d214446c fix plotly default marker symbol dict 2019-08-05 10:26:35 +02:00
marecabo
9fdea8ca37 fix plotly default marker size property type 2019-08-05 10:26:15 +02:00
mzwiessele
40137cc8f7 fix: tests 2019-07-22 18:05:00 +01:00
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
Zhenwen Dai
e4848ce3ad
Merge pull request #759 from SheffieldML/devel
Deploy 1.9.7
2019-05-18 21:00:25 +01: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