-
-
Notifications
You must be signed in to change notification settings - Fork 984
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
Bump to version 1.5.2 #2755
Merged
Merged
Bump to version 1.5.2 #2755
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
neerajprad
approved these changes
Feb 1, 2021
Thanks for making this patch release! |
Merged
neerajprad
pushed a commit
that referenced
this pull request
Feb 2, 2021
* Bump to version 1.5.2 (#2755) * Avoid pytorch/pytorch#47038
fehiepsi
pushed a commit
that referenced
this pull request
Jun 7, 2021
* Bump to version 1.5.2 (#2755) * Added sine skewed distribution and tests. * Added repr. * Fixed shape tests and minor fixes to docstring. * Fixed lint. * Updated docstring with uniform prior. * Fixed skewness shape assertion. * ensure `SineSkewed` is on the torus. * Reverted `infer_shapes` in `sine_skewed` and `# isort: split` in `distributions/__init__.py` * Sketched `SineSkewed.expand` * Fixed `SineSkewed.log_prob`. * Added pep exception to `distributions.__init__` * Fixed `SineSkewed` on cuda. * Restricted `event_dim=2` * Fixed doc_string and updated tests. * fixed linting * fixed arg_constraints * cleaned __repr__ * Fixed comments. * Fixed `n_dim=1` and updated `test_sine_skewed`; missing updated fixtures. * Added fixture. * Fixed tests. * removed deprecated add_stylesheet * reverted to `add_stylesheet` * Removed raise from sine_skewed.py * Added equation references. * Fixed sampling bound in `SineSkewed`. * Fixed prior on `SineSkewed` to avoid `AffineTransform`. * Merged origin. * removed import all pyro distributions * Fixed tests for SineSkewed with wrapper class. * Removed unused import from conftest.py * Removed xfail int test_cuda for `SineSkewed` * Fixed DocString example. * Fixed psi_phi name in docstring. Co-authored-by: Fritz Obermeyer <[email protected]> Co-authored-by: Ola <[email protected]>
martinjankowiak
pushed a commit
that referenced
this pull request
Mar 3, 2022
* Bump to version 1.5.2 (#2755) * Start writing workflow tutorial * Add more sections, up to reparam * Flesh out general sections of the workflow tutorial * Start adding example to workflow tutorial * Load nextstrain dataset from github * Flesh out example sections * Improve plots * Add evaluation metrics to tutorial * Make data directory if missing * Load tensors to default location * Add a custom model * Add tutorial to index * Add code to download nextstrain dataset * Add docs * Address review comment * Add plots and links * Tweak text in workflow notebook * Address some review comments * Address remaining review comments * Fix typos
eb8680
pushed a commit
that referenced
this pull request
Mar 16, 2023
* Bump to version 1.5.2 (#2755) * PyTorch Lightning example * fixes * fix test * update comments * fix pip install pyro-ppl * address comments * add svi_lightning to toctree --------- Co-authored-by: Fritz Obermeyer <[email protected]>
This was referenced Mar 16, 2023
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.
Addresses #2754
Summary
Note this will merge into master, then after release I'll merge master into dev.