Commit graph

92 commits

Author SHA1 Message Date
Eric Kalosa-Kenyon
fa909768bd
v1.10.0 (#908)
* Update self.num_data in GP when X is updated

* Update appveyor.yml

* Update setup.cfg

* Stop using legacy bdist_wininst

* fix: reorder brackets to avoid an n^2 array

* Minor fix to multioutput regression example, to clarify code + typo.

* added missing import

* corrected typo in function name

* fixed docstring and added more explanation

* changed ordering of explanation to get to the point fast and provide additional details after

* 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.

* fixed technical description of gradients_X()

* brushed up wording

* fix normalizer

* fix ImportError in likelihood.py

in function log_predictive_density_sampling

* Update setup.py

bump min require version of scipy to 1.3.0

* Add cython into installation requirement

* Coregionalized regression bugfix (#824)

* route default arg W_rank correctly (Addresses #823)

* Drop Python 2.7 support (fix #833)

* travis, appveyor: Add Python 3.8 build

* README: Fix scipy version number

* setup.py: Install scipy < 1.5.0 when using Python 3.5

* plotting_tests.py: Use os.makedirs instead of matplotlib.cbook.mkdirs (fix #844)

* Use super().__init__ consistently, instead of sometimes calling base class __init__ directly

* README.md: Source formatting, one badge per line

* README.md: Remove broken landscape badge (fix #831)

* README.md: Badges for devel and deploy (fix #830)

* ignore itermediary sphinx restructured text

* ignore vs code project settings file

* add yml config for readthedocs

* correct path

* drop epub and pdf builds (as per main GPy)

* typo

* headings and structure

* update copyright

* restructuring and smartening

* remove dead links

* reorder package docs

* rst "markup"

* change rst syntax

* makes sense for core to go first

* add placeholder

* initial core docs, class diagram

* lower level detail

* higher res diagrams

* layout changes for diagrams

resolve conflict

* better syntax

* redunant block

* introduction

* inheritance diagrams

* more on models

* kernel docs to kern.src

* moved doc back from kern.src to kern

* kern not kern.src in index

* better kernel description

* likelihoods

* placeholder

* add plotting to docs index

* summarise plotting

* clarification

* neater contents

* architecture diagram

* using pods

* build with dot

* more on examples

* introduction for utils package

* compromise formatting for sphinx

* correct likelihod definition

* parameterization of priors

* latent function inference intro and format

* maint: Remove tabs (and some trailing spaces)

* dpgplvm.py: Wrap long line + remove tabs

* dpgplvm.py: Fix typo in the header

* maint: Wrap very long lines (> 450 chars)

* maint: Wrap very long lines (> 400 chars)

* Add the link to the api doc on the readme page.

* remove deprecated parameter

* Update README.md

* new: Added to_dict() method to Ornstein-Uhlenbeck (OU) kernel

* fix: minor typos in README !minor

* added python 3.9 build following 4aa2ea9f5e to address https://github.com/SheffieldML/GPy/issues/881

* updated cython-generated c files for python 3.9 via `pyenv virtualenv 3.9.1 gpy391 && pyenv activate gpy391 && python setup.py build --force

* updated osx to macOS 10.15.7, JDK to 14.0.2, and XCode to Xcode 12.2 (#904)

The CI  was broken. This commit fixes the CI. The root cause is reported in more detail in issue #905.

In short, the default macOS version (10.13, see the TravisCI docs) used in TravisCI isn't supported by brew which caused the brew install pandoc in the download_miniconda.sh pre-install script to hang and time out the build. It failed even on inert PRs (adding a line to README, e.g.). Now, with the updated macOS version (from 10.13 to 10.15), brew is supported and the brew install pandoc command succeeds and allows the remainder of the CI build and test sequence to succeed.

* incremented version

Co-authored-by: Masha Naslidnyk 🦉 <naslidny@amazon.co.uk>
Co-authored-by: Zhenwen Dai <zhenwendai@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Co-authored-by: Mark McLeod <mark.mcleod@mindfoundry.ai>
Co-authored-by: Sigrid Passano Hellan <sighellan@gmail.com>
Co-authored-by: Antoine Blanchard <antoine@sand-lab-gpu.mit.edu>
Co-authored-by: kae_mihara <rukamihara@outlook.com>
Co-authored-by: lagph <49130858+lagph@users.noreply.github.com>
Co-authored-by: Julien Bect <julien.bect@centralesupelec.fr>
Co-authored-by: Neil Lawrence <ndl21@cam.ac.uk>
Co-authored-by: bobturneruk <bob.turner.uk@gmail.com>
Co-authored-by: bobturneruk <r.d.turner@sheffield.ac.uk>
Co-authored-by: gehbiszumeis <16896724+gehbiszumeis@users.noreply.github.com>
2021-05-11 20:12:38 -07: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
mzwiessele
ca2246e687 fix: rtd 2018-02-23 00:09:49 +01:00
mzwiessele
70765ae862 fix: support for 3.5 and higher now that 3.6 is out 2017-06-17 12:11:45 +01:00
Max Zwiessele
7f8b287f63 fix: pkg: README update 2016-10-03 13:22:44 +01:00
mzwiessele
ed8105527a minor readme changes 2016-09-06 11:07:57 +01:00
mzwiessele
a5b4f930da fix: pkg: readme minor changes 2016-09-06 11:06:42 +01:00
mzwiessele
f05b957e76 new: added deployment pull request instructions for developers 2016-09-06 11:03:16 +01:00
mzwiessele
e94a279024 fix: what's new update fix #425 in changelog 2016-09-06 10:41:21 +01:00
mzwiessele
c1aad6e64a new: using gitchangelog to keep track of changes and log new features 2016-09-06 10:33:53 +01:00
Max Zwiessele
9efe0af0b3 new: pkg: using gitchangelog
New feature using gitchangelog to keep track of changes. From now on use git changelog commit message rules to keep the changelog clean
2016-09-06 10:08:04 +01:00
Max Zwiessele
e23f43fb18 Update README.md 2016-09-01 14:20:33 +01:00
mzwiessele
0037244b5f [init] updated readme 2016-08-26 12:39:52 +01:00
Max Zwiessele
aa1da6f6a1 Update README.md 2016-08-19 10:56:04 +01:00
mzwiessele
9aa19b662d [readme] added deploy status to readme 2016-08-16 11:19:04 +01:00
mzwiessele
3400cab031 [coverage] both coveralls and codecov, showing codecov 2016-08-03 11:17:12 +01:00
mzwiessele
4ab2ab5a83 coveralls token 2016-08-03 10:55:50 +01:00
Max Zwiessele
02457660a2 Update README.md 2016-07-30 11:31:03 +01:00
mzwiessele
e4d76a133a [fix #380] reloading ep 2016-04-27 12:37:04 +01:00
Max Zwiessele
87af7e2525 [static] added fixed tests 2016-04-21 12:31:00 +01:00
Max Zwiessele
1a3e6c3ea3 [readme] added landscape for code cleanines 2016-04-14 09:45:58 +01:00
Max Zwiessele
f6ba5d3c0f [rtfd] removeing rtfd support IT DOES NOT WORK, using travis to upload to pypi instead 2016-04-08 09:04:56 +01:00
Max Zwiessele
b4aeb822cb [readme] now supporting 2.7, 3.4 and above 2016-04-05 11:24:44 +01:00
Max Zwiessele
5e0cc647b6 [readme] added depsy badge 2016-04-04 09:44:21 +01:00
Max Zwiessele
25ee38e9ab [readme] added depsy badge 2016-04-04 09:42:59 +01:00
Max Zwiessele
6c8ab73d32 Update README.md 2016-04-01 18:29:10 +01:00
mzwiessele
1c3816ed51 [readme] Reinstall update 2015-11-30 11:03:18 +00:00
Max Zwiessele
fdd1bc3a89 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2015-11-13 07:59:49 +00:00
Max Zwiessele
2d65a3491e [readme] added paramz update into readme 2015-11-13 07:59:45 +00:00
mzwiessele
f10a621dcb [pypi 2015-11-12 13:24:03 +00:00
mzwiessele
6c6bc987b6 [coverage] updated coveragerc 2015-11-12 12:06:50 +00:00
mzwiessele
cc9e9b5735 [rst] pypandoc 2015-11-07 11:29:39 +00:00
mzwiessele
70bc2fbe99 [rtfd] 2015-10-12 18:47:57 +01:00
mzwiessele
4e9ed8320a [travis] oops 2015-10-12 18:37:10 +01:00
mzwiessele
3a6651cc00 [rtfd] 2015-10-12 18:10:20 +01:00
mzwiessele
80c6d6767c [debploy] on testpypi 2015-10-12 16:06:01 +01:00
mzwiessele
3d3c85b6ce [debploy] on testpypi 2015-10-12 16:05:34 +01:00
mzwiessele
96349d0f05 [debploy] on testpypi 2015-10-12 16:05:04 +01:00
mzwiessele
9b8b244e26 [debploy] on testpypi 2015-10-12 15:58:22 +01:00
mzwiessele
8b515c42b8 [debploy] on testpypi 2015-10-12 15:44:35 +01:00
mzwiessele
134144c4c7 [readme] updated 2015-10-12 14:28:23 +01:00
mzwiessele
4f877dd62c [rst] unicode is a pain 2015-10-12 10:05:59 +01:00
Max Zwiessele
eb913aa2a2 Update README.md 2015-10-11 19:03:03 +01:00
Max Zwiessele
5ee7fb2a97 Update README.md 2015-10-11 18:57:57 +01:00
mzwiessele
d72bc44643 [build the docs?] 2015-10-11 13:17:48 +01:00
mzwiessele
e909e7c761 [master] readme takeover 2015-10-01 18:07:15 +01:00
Max Zwiessele
2a48ee99dd Update README.md 2015-09-10 15:05:27 +01:00
Max Zwiessele
38eb76d496 [README] updated 2015-09-10 08:38:45 +01:00
Max Zwiessele
8e2ccb8d5e Update README.md 2015-09-09 09:22:01 +01:00