-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.5.0 #191
Merged
Merged
v0.5.0 #191
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sometimes this means relying on the fallback-to-CPU behaviour of the latter class, which is okay.
…ix (GaussianProcessGPU)
Feature/dr dim choice
* added code needed for versioning to devel branch * forgot to modify setup.py file * corrected line accidentally deleted from __init__.py * added prerelease number to devel branch to track commits on devel * corrected comments in conf.py to reflect full release numbering
- Distinguish unimplemented functionality from GPU/library unavailability - Handle these situations when running tests more carefully (allowing that the test environment may not have GPUs available, but warn) - Split large `test_GaussianProcess_predict` test - Forward unspecified args/kwargs to super().predict on fallback
The main consequence of this is that `GaussianProcessGPU._set_params` must call `update_theta` in all cases. Some tests fail at the moment, that involve taking derivatives, or pickling.
…cessGPU (and document this)
… to parse formula and create python-wrapped C++ object
…-kernel Feature/gpu matern kernel
Feature/gpu meanfunc
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New release including GPU support and several other fixes and improvements.
Changes in this release:
GaussianProcessGPU
class.MultiOutputGP
class, though fitting and predictions are done serially on the GPU.MultiOutputGP
fitting to allow GPs that fail to do so quietly and enables inspection of individual emulators based on those that failed.