forked from scikit-image/scikit-image
-
Notifications
You must be signed in to change notification settings - Fork 0
[WIP] Add gif support to the gallery #4
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
Closed
Closed
Conversation
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
Fix matplotlib set_*lim API deprecations
Add RGB to grayscale example to gallery
…cubes_warning TST: filter warning from `correct_mesh_orientation` in tests
…m_bytes MNT; handle deprecation warnings in tifffile
…e#3572) * Filtered out DeprecationPendingWarning for matrix subclass * Remove test of scipy version, we don't know when it's going to be fixed.
Co-Authored-By: sciunto <[email protected]>
DOC: Improve the RANSAC gallery example
…w_contrast_check make the low contrast check optional when saving images
Add image.sc forum badge to README
* Improve visual_test.py Do not run the script when running pytest on an inplace build. Clean-up and speed-up (10x) calculations of the donuts volume. Many style fixes, passing flake8. * Use contextmanager * vectorize donut computation in visual_test.py * pep8
this file uses matplotlib.animation to create and save the animation
__all__ being on the first line looks wrong, but according to the PEP08 guidelines, that's how it should be.
this file uses matplotlib.animation to create and save the animation
__all__ being on the first line looks wrong, but according to the PEP08 guidelines, that's how it should be.
hi there, did you mean to make a PR to https://github.com/scikit-image/scikit-image? |
yeh, sorry, fucked it up
בתאריך יום ד׳, 13 בפבר׳ 2019 ב-10:58 מאת seanbudd <
[email protected]>:
… hi there, did you mean to make a PR to
https://github.com/scikit-image/scikit-image?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Ae3OyYt0navfLqGho8DSvSctNs79Xcv0ks5vM1UqgaJpZM4a4SGw>
.
|
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.
Description
Adding gifs to skimage website.
sphinx-gallery/sphinx-gallery#417
sphinx-gallery/sphinx-gallery#150
sphinx-gallery/sphinx-gallery-extra#1
Supersedes scikit-image#3741
Checklist
./doc/examples
(new features only)./benchmarks
, if your changes aren't covered by anexisting benchmark
For reviewers
later.
__init__.py
.doc/release/release_dev.rst
.@meeseeksdev backport to v0.14.x