-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
v4 refactor for GP module #5055
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
Merged
Merged
Changes from 30 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
984a1d0
np.int -> int, fix np DepricationWarning
bwengals bd916ae
remove shape arg from non-kron implementations, TODO for is_observed …
bwengals 490311f
np.int -> int in gp/util.py
bwengals a64975d
force all mean_func, cov_func args to GP constructors to be required …
bwengals 77c4392
fix predictt functions, rename to _predict_at. because theano -> aesara
bwengals d1e09fe
fix TP tests, force mean_func, cov_func to be req kwarg
bwengals 31150c3
fix TP reparameterization to sample studentt instead of chi2/norm
bwengals 03c2a13
change naming shape->size where appropriate
bwengals 4bcb448
add deprecation warning for is_observed
bwengals 167cb4e
add jitter arg for covs headed for cholesky decomps, previously fixed…
bwengals e18b8c4
clean up trivial aesara.function usage to .eval() instead
bwengals 212fb1e
fix gp.util.replace_with_values to handle case with no symbolic value…
bwengals ad4a1ca
jitter=0 for conditonals/predicts, fix replace_with_values calls
bwengals a4a4f99
fix more tests
bwengals 9b26ca1
black stuff
bwengals 6072565
Merge branch 'main' into gpv4update
bwengals 76b6c16
small fixes to get kronlatent and kronmarginal to pass
bwengals 90ae450
remove leftover prints
bwengals df1fe57
dep warning -> future warning
bwengals dceabf8
roll back mkl and mkl-service version
bwengals 4692407
fix precommit
bwengals cc16bd5
remove old DeprecationWarning
bwengals 062a9ca
merge from main
bwengals 9763b98
improve tests
bwengals 23fc5c7
fix pre-commit issue
bwengals 158529f
fix precommit on cov.py
bwengals 08a7652
fix comment
bwengals 196e702
dont force blas version in windows dev enviornment (roll back changes)
bwengals 63e5d16
Merge branch 'main' into gpv4update
bwengals d02e320
update release notes
bwengals 8fee214
add removed ... line from release notes
bwengals d5474a7
add link to PR
bwengals 5d6e94c
Merge branch 'pymc-devs:main' into gpv4update
bwengals 5348575
remove is_observed usage from TestMarginalVsLatent
bwengals c2b850d
remove is_observed usage from TestMarginalVsMarginalSparse
bwengals 461d26b
Update RELEASE-NOTES.md
twiecki File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a link to the PR in this line?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pushed