Skip to content

Commit

Permalink
Extra options for predict methods
Browse files Browse the repository at this point in the history
This bump to version 1.5.5 brings the possibility to only limit the
prediction to only calculate the mean, with the variance and
emualted gradient being now optional. Note that the return is now
always a 3-element tuple, with some of those elements set to `None`
if they're not being calculated.

Closes #13
  • Loading branch information
Jose Gomez-Dans committed Jun 1, 2017
1 parent 1f10e30 commit 62f2887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from distutils.core import setup

setup(name='gp_emulator',
version='1.5.4',
version='1.5.5',
description='A Python GaussianProcess emulator software package',
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 62f2887

Please sign in to comment.