-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Various random cleanups before wider circulation. * renamed reservoir_iterable to reservoir_sample * Improve animation example UI * Miscellanous minor improvements * gitignore tweaks * Exclude some files from being packaged
- Loading branch information
1 parent
799dcb4
commit f97ce9b
Showing
15 changed files
with
91 additions
and
110 deletions.
There are no files selected for viewing
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
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
This file was deleted.
Oops, something went wrong.
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
# Intent: | ||
|
||
- [ ] Explain here what the goal is, so reviewer can read the implementation and judge whether that goal is achieved. | ||
<Explain the goal of the PR for the implementation to be judged | ||
against. Link to relevant context including issues, papers, etc> | ||
|
||
# Validation: | ||
|
||
- [ ] Are changes covered by tests so we know existing functionality is not broken? | ||
- [ ] Is the new functionality covered by tests? | ||
- [ ] For functionality that is impractical to test | ||
- [ ] is there a demo? | ||
- [ ] does it look like you'd expect? | ||
<Survey coverage by existing or new tests, create a checklist for | ||
uncovered changes. For changes impractical to test, list them and | ||
consider a demo for human checking.> | ||
|
||
# State of PR | ||
- [ ] Ready to merge on master | ||
- [ ] CI passes | ||
- [ ] Code is documented via rustdoc commments for readers post-landing | ||
- [ ] Changes that need explanation pre-landing (why make the change) have self-review comments | ||
<Check boxes when done> | ||
- [ ] Rustdoc and implementation comments? | ||
- [ ] Self review comments on non-obvious changes? | ||
- [ ] It seems to you ready to merge on master? | ||
|
Oops, something went wrong.