GitHub / 8kcool/image-processing-samplecode-python / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 0ffbb7b9 | fixed PEP 8 issues | Harry Kwon <h****0@g****m> | over 5 years ago | |
| 0a308686 | removed usage of numpy's private functions | Harry Kwon <h****0@g****m> | over 5 years ago | |
| 43300f23 | Revert "Revert removal of pip retries on appveyor" | Juan Nunez-Iglesias <j****s@m****u> | over 5 years ago | |
| 7c9d9711 | update trove classifiers and tests for Python 3.9 + fix pytest config (#5052) |
Terence Honles <t****e@h****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| ddff3e67 | Revert removal of pip retries on appveyor | Juan Nunez-Iglesias <j****s@m****u> | almost 6 years ago | |
| 59e00bad | Revert circle-ci image change for now | Juan Nunez-Iglesias <j****s@m****u> | almost 6 years ago | |
| 9be2c558 | DOC: document the normalized kernel in prewitt_h, prewitt_v (#5076) |
Gregory R. Lee <g****7@g****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| eafb1ebf |
MAINT Build fix for pyodide (#5059)
Co-authored-by: Chigozie Nri <c****e@g****m> |
Roman Yurchak <r****k@p****e>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| aca5ea8d | reduce OSX build time so that Travis is happy (#5067) |
Emmanuelle Gouillart <e****t@n****g>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 68ebb3c9 | Fix ensure_spacing output dtype | rfezzani <r****i@g****m> | almost 6 years ago | |
| 9276a82c | Modify default batch_size value | rfezzani <r****i@g****m> | almost 6 years ago | |
| 2ea75a34 | Add batch processing strategy to ensure_spacing | rfezzani <r****i@g****m> | almost 6 years ago | |
| 44c97701 | merge Merge branch 'master' of https://github.com/scikit-image/scikit-image | rfezzani <r****i@g****m> | almost 6 years ago | |
| c76f5654 | merge Merge branch 'master' of github.com:rfezzani/scikit-image | rfezzani <r****i@g****m> | almost 6 years ago | |
| 1bee4b04 |
Refactoring: threshold methods with histogram parameters (#5006)
Co-authored-by: Juan Nunez-Iglesias <j****s@m****u>, Marianne Corvellec <m****c@e****g> |
Robert Haase <h****f@u****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 5187cbf0 |
Refactor and fix peak_local_max (#4760)
Co-authored-by: Marianne Corvellec <m****c@e****g>, Gregory R. Lee <g****7@g****m>, Marianne Corvellec <m****c@e****g>, Riadh <r****i@v****m>, Juan Nunez-Iglesias <j****s@m****u>, Gregory R. Lee <g****7@g****m> |
Riadh Fezzani <r****i@g****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| afd470cb | fix Azure Pipelines, pytest config, and trove classifiers for Python 3.8 (#5054) |
Terence Honles <t****e@h****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 23fbf0b7 | merge Merge branch 'master' of https://github.com/scikit-image/scikit-image | rfezzani <r****i@g****m> | almost 6 years ago | |
| e4385d3d | merge Merge branch 'master' of github.com:rfezzani/scikit-image | rfezzani <r****i@g****m> | almost 6 years ago | |
| 4cbf9423 | merge Merge pull request #5044 from jni/fix-pytest-config |
Alexandre de Siqueira <a****a@i****g>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| f6faa2a3 | Add PIV challenge images to our data (#5041) |
Juan Nunez-Iglesias <j****s@m****u>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 885da7fb | Update pytest configuration to include test_ functions | Juan Nunez-Iglesias <j****s@m****u> | almost 6 years ago | |
| d7dfb8a0 |
Add rolling ball algorithm for background substraction (#4851)
Co-authored-by: Marianne Corvellec <m****c@e****g>, Juan Nunez-Iglesias <j****s@m****u>, Riadh Fezzani <r****i@g****m>, François Boulogne <f****e@s****g>, Emmanuelle Gouillart <e****a@p****y>, Lars Grüter <l****u@u****m> |
Sebastian Wallkötter <s****n@w****t>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 1b0811f7 |
Fix equalize_adapthist (CLAHE) for clip value 1.0, fix docstrings (#4828)
Co-authored-by: Emmanuelle Gouillart <e****a@p****y> |
Jan Funke <f****j@j****g>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 149c4af2 |
ENH: Reduce memory use for convex_hull_image by checking hull inequalities in...
Co-authored-by: Juan Nunez-Iglesias <j****s@m****u> |
Kushaan Gupta <g****n@r****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 5ac75e2b |
Deprecate (min_distance < 1) and (footprint.size < 2) in peak_local_max (#4753)
Co-authored-by: François Boulogne <f****e@s****g>, Riadh <r****i@v****m> |
Riadh Fezzani <r****i@g****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| ee903858 |
Add missing datasets to public API (#4951)
Co-authored-by: Gregory R. Lee <g****7@g****m>, Gregory R. Lee <g****7@g****m>, Juan Nunez-Iglesias <j****s@m****u> |
Mark Harfouche <m****e@g****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 3474a5c8 | Add multichannel to regionprops (#5037) |
Juan Nunez-Iglesias <j****s@m****u>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| ec3455f4 | Specify when to merge after 2nd approving review (#5040) |
Marianne Corvellec <m****c@e****g>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 90bf33c5 |
trainable segmentation (algorithm + gallery example) (#4739)
Co-authored-by: François Boulogne <f****e@s****g>, François Boulogne <f****e@s****g>, Riadh Fezzani <r****i@g****m>, Riadh Fezzani <r****i@g****m>, Riadh Fezzani <r****i@g****m>, Juan Nunez-Iglesias <j****s@m****u>, Juan Nunez-Iglesias <j****s@m****u>, François Boulogne <f****e@s****g>, Riadh Fezzani <r****i@g****m>, Juan Nunez-Iglesias <j****s@m****u> |
Emmanuelle Gouillart <e****t@n****g>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 799e56a8 |
Fix #3327: Add functionality for benchmark coverage (#3329)
Co-authored-by: François Boulogne <f****e@s****g>, Juan Nunez-Iglesias <j****s@m****u> |
Abhishek Arya <a****6@g****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 8828033f |
Fix point_in_polygon (#5029)
Co-authored-by: Juan Nunez-Iglesias <j****s@m****u>, Riadh <r****i@v****m>, Emmanuelle Gouillart <e****a@p****y> |
Riadh Fezzani <r****i@g****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| c6510ea6 |
Manage iradon input and output data type (#4298)
Co-authored-by: Riadh <r****i@v****m> |
Riadh Fezzani <r****i@g****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 78217c6a |
Fix IndexError when calling hough_line_peaks with too few angles (#5024)
Co-authored-by: Riadh Fezzani <r****i@g****m> |
Cameron Blocker <c****r@g****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 57b45a32 | Update CODE_OF_CONDUCT.md (#5030) |
Genevieve Buckley <3****y@u****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 356e88d9 | merge Merge pull request #5027 from sciunto/newscipy |
Mark Harfouche <m****e@g****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 7c967a68 | Remove code for numpy < 0.16 | François Boulogne <d****l@s****g> | almost 6 years ago | |
| 7569ff3f | Remove old warning test (former numpy) | François Boulogne <d****l@s****g> | almost 6 years ago | |
| e03f39d3 | Bump versions to match scipy (#5016) |
Mark Harfouche <m****e@g****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| f8b5fb5b |
Update changelog in preparation of 0.18 (#4898)
Co-authored-by: Juan Nunez-Iglesias <j****s@m****u>, Gregory R. Lee <g****7@g****m>, Mark Harfouche <m****e@g****m>, Juan Nunez-Iglesias <j****s@m****u>, Gregory R. Lee <g****7@g****m> |
Emmanuelle Gouillart <e****t@n****g>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 235958e5 | bumped plotly requirement for docs (#5021) |
Emmanuelle Gouillart <e****t@n****g>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 96ce7b8e | Update documentation to new data.camera() (#5018) |
kalpana <b****g@g****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| b17b5ffc | Update SLIC docstring to document dealing with NaNs (#5014) |
Ronak Sharma <3****1@u****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| a34ac71f | merge Merge pull request #5017 from hmaarrfk/fix_np_pad_test |
Alexandre de Siqueira <a****a@i****g>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 0fff7411 | pep8 | Mark Harfouche <m****e@g****m> | almost 6 years ago | |
| 206e54fb | Fix usage of numpy.pad for old versions of numpy | Mark Harfouche <m****e@g****m> | almost 6 years ago | |
| 70055fb4 |
Make structure_tensor support 3d (#5002)
Co-authored-by: Emmanuelle Gouillart <e****a@p****y> |
Corey Harris <c****s@e****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| bf4d368f | example with interactive exploration of properties obtained with regionprops ... |
Emmanuelle Gouillart <e****t@n****g>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 1846a430 | merge Merge pull request #4990 from mkcor/mkcor-website |
Alexandre de Siqueira <a****a@i****g>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 42988783 | Update sphinx mapping for sklearn and numpy (#5003) |
François Boulogne <f****e@s****g>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 21f5f9ce |
Add the iterative Lucas-Kanade (iLK) optical flow method (#4161)
Co-authored-by: Lars Grueter <l****u@u****m>, Lars Grueter <l****u@u****m>, Juan Nunez-Iglesias <j****s@m****u>, Juan Nunez-Iglesias <j****s@m****u>, Juan Nunez-Iglesias <j****s@m****u>, Juan Nunez-Iglesias <j****s@m****u>, Juan Nunez-Iglesias <j****s@m****u>, Juan Nunez-Iglesias <j****s@m****u>, Juan Nunez-Iglesias <j****s@m****u>, Gregory R. Lee <g****7@g****m>, Gregory R. Lee <g****7@g****m>, Gregory R. Lee <g****7@g****m>, Emmanuelle Gouillart <e****a@p****y>, Emmanuelle Gouillart <e****a@p****y>, Riadh <r****i@v****m>, Lars Grueter <l****u@u****m>, Juan Nunez-Iglesias <j****s@m****u>, Gregory R. Lee <g****7@g****m>, Emmanuelle Gouillart <e****a@p****y> |
Riadh Fezzani <r****i@g****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 911ab261 | Let tifffile.imread handle additional keyword arguments (#4997) |
Christoph Gohlke <c****e@g****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 87c3c3bd | Update docstring for random_noise function (#5001) |
neeraj3029 <3****9@u****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| df34e29c |
Replacing data/camera.png due to copyright (#4913)
Co-authored-by: Emmanuelle Gouillart <e****a@p****y>, Juan Nunez-Iglesias <j****s@m****u> |
Alexandre de Siqueira <a****a@i****g>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 1ef6efa7 | Catch leftover typos (#4992) |
Marianne Corvellec <m****c@e****g>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 93c04175 | Proofread Install file (#4991) |
Marianne Corvellec <m****c@e****g>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| e7fad60b | Rename tabs in navigation bar | Marianne Corvellec <m****c@e****g> | almost 6 years ago | |
| 8ae521bd | Standardize Documentation index page | Marianne Corvellec <m****c@e****g> | almost 6 years ago | |
| 9c208c29 |
Add instructions to download the entire dataset (#4984)
Co-authored-by: Emmanuelle Gouillart <e****a@p****y>, Gregory R. Lee <g****7@g****m> |
François Boulogne <f****e@s****g>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 6868be6d | improve Euler number example (#4989) |
Emmanuelle Gouillart <e****t@n****g>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 0c51125b |
Euler number and Crofton perimeter (#4380)
Co-authored-by: Mark Harfouche <m****e@g****m>, Mark Harfouche <m****e@g****m>, Mark Harfouche <m****e@g****m>, Mark Harfouche <m****e@g****m>, Riadh Fezzani <r****i@g****m>, Juan Nunez-Iglesias <j****s@m****u>, Juan Nunez-Iglesias <j****s@m****u>, Juan Nunez-Iglesias <j****s@m****u>, Lars Grüter <l****u@u****m>, yann gavet <g****t@e****r>, yann <y****t@g****m>, Mark Harfouche <m****e@g****m>, Riadh Fezzani <r****i@g****m>, Juan Nunez-Iglesias <j****s@m****u>, Lars Grüter <l****u@u****m> |
Emmanuelle Gouillart <e****t@n****g>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| e62340f5 | merge Merge pull request #4986 from emmanuelle/circleci-timeout |
Mark Harfouche <m****e@g****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| e510db93 | try to fix timeout problem with circleci | Emmanuelle Gouillart <e****a@p****y> | almost 6 years ago | |
| 6abc85ad |
3D Rank Filters (#4435)
Co-authored-by: Juan Nunez-Iglesias <j****s@m****u>, Riadh Fezzani <r****i@g****m>, Juan Nunez-Iglesias <j****s@m****u>, Riadh Fezzani <r****i@g****m>, Gregory R. Lee <g****7@g****m>, Stanley_Wang <w****2@g****m>, Jaewon Chung <j****8@g****m>, Juan Nunez-Iglesias <j****s@m****u>, Riadh Fezzani <r****i@g****m>, Gregory Lee <g****7@g****m>, Emmanuelle Gouillart <e****a@p****y> |
ryanlu41 <r****7@j****u>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 37704a3c |
Declare build dependencies using pyproject.toml (#4920)
Co-authored-by: Mark Harfouche <m****e@g****m> |
Nick <n****k@k****a>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 352022e9 | Docstring improvements for label and regionprops_label (#4983) |
François Boulogne <f****e@s****g>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 5fee2dda | Remove warnings/explicit settings on feature, restoration (#4974) |
Alexandre de Siqueira <a****a@i****g>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| b3217a66 | forbid latest version of pyqt (#4973) |
Emmanuelle Gouillart <e****t@n****g>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 11d14cf1 |
Accelerate gamma_adjust for uint8 images (#4966)
Co-authored-by: Riadh <r****i@v****m> |
Riadh Fezzani <r****i@g****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 0a198ddd | accelerate the masked slic superpixels algorithm (#4903) |
Gregory R. Lee <g****7@g****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 5531c47a | merge Merge pull request #4970 from sciunto/networkx |
Mark Harfouche <m****e@g****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 4981f335 | Remove conditional import on networkx | François Boulogne <d****l@s****g> | almost 6 years ago | |
| f395eb15 | merge Merge pull request #4968 from sciunto/maint |
Mark Harfouche <m****e@g****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 02bdaa60 | MAINT: remove unused imports | François Boulogne <d****l@s****g> | almost 6 years ago | |
| bdb8bf82 | Removed unused variable n (#4967) |
kolibril13 <4****3@u****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 9645b6e9 | merge Merge branch 'master' of github.com:rfezzani/scikit-image | rfezzani <r****i@g****m> | almost 6 years ago | |
| ca520f0b | Use Travis wait improved to avoid timeout (#4965) |
François Boulogne <f****e@s****g>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 0476c7cb | Fix corrupt floodfill (#4948) |
Sebastian Wallkötter <s****n@w****t>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| f94af26b | Alias data.chelsea by cat (#4962) |
François Boulogne <f****e@s****g>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| ec28c32e | merge Merge pull request #4963 from mkcor/patch-1 |
Mark Harfouche <m****e@g****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| a0c5106e | Fix typo |
Marianne Corvellec <m****c@e****g>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| e790dcdd | Deprecate viewer and skivi script, will be removed in 0.20 (#4954) |
François Boulogne <f****e@s****g>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| d85ce86c | Fix CI: ban sphinx-gallery 0.8.0 (#4960) |
François Boulogne <f****e@s****g>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| fceee8cc |
Alternative wording for install guide PR #4750 (#4871)
Co-authored-by: Mark Harfouche <m****e@g****m>, Riadh Fezzani <r****i@g****m>, Lars Grüter <l****u@u****m>, Juan Nunez-Iglesias <j****s@m****u>, Emmanuelle Gouillart <e****a@p****y>, Stefan van der Walt <s****t@g****m> |
Ben Nathanson <g****b@b****z>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| d42a47d0 |
Improve description of h_maxima and h_minima functions (#4928) (#4929)
Co-authored-by: Julian Gilbey <j****8@c****k> |
Julian Gilbey <j****t@d****t>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| ee12a67a | Fixes to apply_parallel for functions working with multichannel data (#4927) |
Gregory R. Lee <g****7@g****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| a43dd11f |
CI: Add verbose option to avoid travis timeout for OSX install script (#4956)
Co-authored-by: Mark Harfouche <m****e@g****m> |
François Boulogne <f****e@s****g>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 0f4afe35 | Add fluorescence microscopy images to data registry. (#4939) |
Marianne Corvellec <m****c@e****g>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| a3385545 |
Use sparse cross-correlation to accelerate local thresholding functions (#4912)
Co-authored-by: Juan Nunez-Iglesias <j****s@m****u>, Juan Nunez-Iglesias <j****s@m****u>, Juan Nunez-Iglesias <j****s@m****u>, François Boulogne <f****e@s****g>, François Boulogne <f****e@s****g>, Juan Nunez-Iglesias <j****s@m****u>, Juan Nunez-Iglesias <j****s@m****u>, Riadh Fezzani <r****i@g****m>, Riadh Fezzani <r****i@g****m>, Riadh Fezzani <r****i@g****m>, Juan Nunez-Iglesias <j****s@m****u>, François Boulogne <f****e@s****g>, Riadh Fezzani <r****i@g****m> |
Abhishek Patil <a****k@z****e>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| fedb73ef |
PERF: improve label speed for bool input by using the scipy.ndimage implement...
Co-authored-by: Mark Harfouche <m****e@g****m> |
François Boulogne <f****e@s****g>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 3dd3f952 | Deprecate qt and skivi plugins in skimage.io (#4941) |
François Boulogne <f****e@s****g>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 23262a46 | Explain why the extra `.0` is required in the version number. | Mark Harfouche <m****e@g****m> | almost 6 years ago | |
| 3125246e | Fix draw.polygon segfault caused by 0d input (#4943) |
Riadh Fezzani <r****i@g****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| db23a85e | change development version string to be valid for use with numpy.lib.NumpyVer... |
Gregory Lee <g****7@g****m>
Committed by: Mark Harfouche <m****e@g****m> |
almost 6 years ago | |
| 49b85f0a |
MAINT: remove deprecated parameter neighbors in measure.label() (#4942)
Co-authored-by: Lars Grüter <l****u@u****m>, Lars Grüter <l****u@u****m>, Lars Grüter <l****u@u****m>, Mark Harfouche <m****e@g****m>, Emmanuelle Gouillart <e****a@p****y>, Mark Harfouche <m****e@g****m>, Lars Grüter <l****u@u****m>, Mark Harfouche <m****e@g****m>, Emmanuelle Gouillart <e****a@p****y> |
François Boulogne <f****e@s****g>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 26c321f3 | merge Merge branch 'master' of https://github.com/scikit-image/scikit-image | rfezzani <r****i@g****m> | almost 6 years ago | |
| 72f44031 |
swap rectangle variable names (#4926)
Co-authored-by: Juan Nunez-Iglesias <j****s@m****u>, Riadh Fezzani <r****i@g****m>, alessandrablucher@hotmail.com <a****r@h****m>, Juan Nunez-Iglesias <j****s@m****u>, Riadh Fezzani <r****i@g****m> |
Sebastian Wallkötter <s****n@w****t>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| 4463967e |
Use optipng to compress images/thumbnails in our gallery (#4800)
Co-authored-by: Emmanuelle Gouillart <e****a@p****y>, Mark Harfouche <m****e@g****m> |
François Boulogne <f****e@s****g>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| b27c8f11 | merge Merge pull request #4931 from sciunto/fused_types |
Juan Nunez-Iglesias <j****s@m****u>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| c7c443c9 |
Update min req for pillow due to CVE-2020-10379 and co. (#4861)
Co-authored-by: Lars Grüter <l****u@u****m>, Lars Grüter <l****u@u****m>, Lars Grüter <l****u@u****m>, Mark Harfouche <m****e@g****m> |
François Boulogne <f****e@s****g>
Committed by: GitHub <n****y@g****m> |
about 6 years ago |