An open API service providing commit metadata for open source projects.

GitHub / 8kcool/image-processing-samplecode-python / commits

SHA Message Author Date Stats
2904416c merge Merge pull request #6105 from grlee77/fix-random-state-in-ransac-tests Mark Harfouche <m****e@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
9410c5d8 merge Merge pull request #6103 from grlee77/fix-rank-filters-tests Mark Harfouche <m****e@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
f863ae61 pass a specific random_state into ransac in test_ransac_geometric Gregory Lee <g****7@g****m> over 4 years ago
6aac9372 TST: make rank filter result comparisons robust across architectures Gregory Lee <g****7@g****m> over 4 years ago
7b15fcc0 merge Merge pull request #6101 from grlee77/fix-wheel-build-bugs-on-main Mark Harfouche <m****e@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
ef74d550 Preserve backwards compatibility for `channel_axis` parameter in transform fu... Joshua Newton <j****n@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
37674f6e restore non-underscore functions in skimage.data (#6097) Gregory R. Lee <g****7@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
69d1d9e1 Fix typo in if clause for AMD64 Windows Python 3.10 wheel Gregory Lee <g****7@g****m> over 4 years ago
1b0adf94 Fix if comparison logic for arm64 wheels Gregory Lee <g****7@g****m> over 4 years ago
fdcf1e63 Reorder list of datasets alphabetically Marianne Corvellec <m****c@e****g> over 4 years ago
8fe5a837 Point to specific entries for metadata info Marianne Corvellec <m****c@e****g> over 4 years ago
3661d359 Fix dev doc build (#6091) Gregory R. Lee <g****7@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
aee1b4c9 Fix API docs autogeneration for lazy loaded subpackages (#6075) Gregory R. Lee <g****7@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
6172cd0d Checkout gh-pages with a shallow clone (#6085) Gregory R. Lee <g****7@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
d38a7d09 Update skimage.data API accordingly Marianne Corvellec <m****c@e****g> over 4 years ago
d56a3f51 Add two scientific image datasets Marianne Corvellec <m****c@e****g> over 4 years ago
f7ba9b4b forward port MacOS arm64 wheel builds from branch v0.19.x (#6082) Gregory R. Lee <g****7@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
c765feee merge Merge pull request #6079 from grlee77/fix-deprecate_kwarg-test Mark Harfouche <m****e@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
c6fc06c4 remove comment from have_numpydoc Gregory Lee <g****7@g****m> over 4 years ago
adfaf15f merge Merge remote-tracking branch 'upstream/main' into main Gregory Lee <g****7@g****m> over 4 years ago
b1097ef3 Handle autoupdate of docstrings to mention deprecated parameters in deprecate...
Co-authored-by: Juan Nunez-Iglesias <j****s@m****u>, Juan Nunez-Iglesias <j****s@m****u>, Mark Harfouche <m****e@g****m>, Stefan van der Walt <s****t@g****m>
Gregory R. Lee <g****7@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
152a5586 merge Merge remote-tracking branch 'upstream/main' into main Gregory Lee <g****7@g****m> over 4 years ago
87416286 Remove reference to unofficial Windows binaries (#6072) johnthagen <j****n@u****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
bc32ef6f merge Merge pull request #6070 from gmelon/conversion-contribute-extension Mark Harfouche <m****e@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
6143c26d * modify CONTRIBUTING doc's extension to rst from txt Gmelon <g****r@g****m> over 4 years ago
793f964a merge Merge remote-tracking branch 'upstream/main' into main Gregory Lee <g****7@g****m> over 4 years ago
a48ea6d4 merge Merge pull request #6064 from gmelon/fix-contributing Mark Harfouche <m****e@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
2b32a160 fix to code style view Gmelon <g****r@g****m> over 4 years ago
59786135 merge Merge remote-tracking branch 'upstream/main' into main Gregory Lee <g****7@g****m> over 4 years ago
b6955be6 Use math.prod instead of np.prod where possible (#6057) Gregory R. Lee <g****7@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
e938d540 merge Merge pull request #6060 from grlee77/fix-rank_order Mark Harfouche <m****e@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
db6d14cd merge Merge remote-tracking branch 'upstream/main' Gregory Lee <g****7@g****m> almost 5 years ago
efbdb6f1 relax equality test for multichannel regionprops Gregory Lee <g****7@g****m> almost 5 years ago
ef83837f merge Merge pull request #6061 from grlee77/sift-remove-np-int Mark Harfouche <m****e@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
c1d19927 explicitly specify output dtype in call to np.cumsum Gregory Lee <g****7@g****m> almost 5 years ago
0f5f4fce avoid use of deprecated np.int Gregory Lee <g****7@g****m> almost 5 years ago
7d940435 Azure: disable caching as a temporary workaround to #6048 (#6049)
Co-authored-by: Mark Harfouche <m****e@g****m>
Gregory R. Lee <g****7@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
64ba16fe forward port release v0.19.x release notes and bump version for development (...
Co-authored-by: Marianne Corvellec <m****c@e****g>
Gregory R. Lee <g****7@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
87a864b3 Fix peak local max segfault (#6035)
Co-authored-by: Riadh <r****i@v****m>, Marianne Corvellec <m****c@e****g>, Juan Nunez-Iglesias <j****s@m****u>, Gregory Lee <g****7@g****m>
Riadh Fezzani <r****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
87ddfcd9 update release_dev.txt with recently merged PRs (#5557)
Co-authored-by: Marianne Corvellec <m****c@e****g>
Gregory R. Lee <g****7@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
57e4c936 fix clip bug in resize when anti_aliasing is applied (#5202) (#5209)
Co-authored-by: Riadh Fezzani <r****i@g****m>, Marianne Corvellec <m****c@e****g>, Juan Nunez-Iglesias <j****s@m****u>, Riadh <r****i@v****m>, Gregory Lee <g****7@g****m>
abouysso <3****o@u****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
17dfe6e4 Remove use of channel_as_last_axis from apply_parallel (#5585)
Co-authored-by: Marianne Corvellec <m****c@e****g>
Gregory R. Lee <g****7@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
4f49338b remove all use of the deprecated distutils package (#6044) Gregory R. Lee <g****7@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
c2652b91 Update wheel builds to include Python 3.10 (#6021)
Co-authored-by: Mark Harfouche <m****e@g****m>
Gregory R. Lee <g****7@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
94346d57 Revert "Pin imageio version for now" Marianne Corvellec <m****c@e****g> almost 5 years ago
85e8a340 merge Merge branch 'main' into fluorescence-nuclear-membrane Marianne Corvellec <m****c@e****g> almost 5 years ago
4fdd33dd TST: reduce memory requirement to run test_masked_registration_3d_contiguous_... Gregory R. Lee <g****7@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
43e96894 Avoid circular import errors when EAGER_IMPORT=1 (#6042) Gregory R. Lee <g****7@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
5c694b47 Implement SIFT feature detector and descriptor (#5472)
Co-authored-by: Fabian <f****9@a****m>, Alexander Zeilmann <a****n@g****m>, Gregory Lee <g****7@g****m>
Fabian Schneider <5****o@u****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
cced4577 Improve single-precision support in skimage.exposure (#5563)
Co-authored-by: Marianne Corvellec <m****c@e****g>
Gregory R. Lee <g****7@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
81ed2f37 Update sphinx gallery pin (#6034) Mark Harfouche <m****e@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
6bb82dd2 Add Pythran support to build, convert two functions (#3226)
Co-authored-by: Juan Nunez-Iglesias <j****s@m****u>, Gregory Lee <g****7@g****m>
serge-sans-paille <s****n@t****u>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
3a919682 Avoid matplotlib import overhead during 'import skimage' (#6032) Gregory R. Lee <g****7@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
fe85ef08 Weighted estimation of geometric transform matrices (#5601)
Co-authored-by: Gregory R. Lee <g****7@g****m>
Andrew Hurlbatt <a****t@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
11c29156 Relax a couple of equality tests causing i686 test failures on cibuildwheel (... Gregory R. Lee <g****7@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
0f725582 Add python 3.10 test runs on GitHub Actions and Appveyor (#6027) Gregory R. Lee <g****7@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
73c726e4 merge Merge pull request #6022 from grlee77/update-pyproject-toml Mark Harfouche <m****e@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
168461cb Update pyproject.toml Mark Harfouche <m****e@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
7416a5f0 Pin sphinx to <4.3 (#6029)
Co-authored-by: Mark Harfouche <m****e@g****m>
Juan Nunez-Iglesias <j****s@m****u>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
067a101f catch QhullError and return empty array (#6008)
Co-authored-by: Gregory R. Lee <g****7@g****m>, Marianne Corvellec <m****c@e****g>
Boaz Mohar <b****r@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
5622fdbe update pyproject.toml similarly to upstream SciPy and PyWavelets Gregory Lee <g****7@g****m> almost 5 years ago
b2a9b580 Update scipy requirement to 1.4.1 and use scipy.fft instead of scipy.fftpack ...
Co-authored-by: Gregory Lee <g****7@g****m>
Sebastián Vanrell <s****l@u****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
cf198642 merge Merge pull request #6017 from BKaraargirov/bkaraargirov/setup-py-remove-requires Mark Harfouche <m****e@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
a9f12c0a add property getters for all deprecated regionprops names (#6000)
Co-authored-by: Marianne Corvellec <m****c@e****g>, Juan Nunez-Iglesias <j****s@m****u>
Gregory R. Lee <g****7@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
b6acf3cd removed lines generating Requires metadata Bozhidar Karaargirov <b****v@o****m> almost 5 years ago
1eb25a70 Document alternative approach with numpy.apply_along_axis Marianne Corvellec <m****c@e****g> almost 5 years ago
b0587881 Pin imageio version for now Marianne Corvellec <m****c@e****g> almost 5 years ago
7fd21e76 Restore integer image rescaling for edge filters (#5589)
Co-authored-by: Riadh Fezzani <r****i@g****m>
Gregory R. Lee <g****7@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
028402dd Fix the estimation of ellipsoid axis lengths in the 3D case (#6013) Gregory R. Lee <g****7@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
3662d817 Process multidimensional dataset Marianne Corvellec <m****c@e****g> almost 5 years ago
af7dd6e8 Remove binary_string option to avoid ValueError Marianne Corvellec <m****c@e****g> almost 5 years ago
6094b979 Use (binary) dilation instead of segmentation.expand_labels Marianne Corvellec <m****c@e****g> almost 5 years ago
52940a71 merge Merge branch 'main' into fluorescence-nuclear-membrane Marianne Corvellec <m****c@e****g> almost 5 years ago
0ca23571 Prefer importing build_py and sdist from setuptools (#6007) Gregory R. Lee <g****7@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
a26e26af Make matplotlib an optional dependency (#5990)
Co-authored-by: Marianne Corvellec <m****c@e****g>, Riadh <r****i@v****m>
Riadh Fezzani <r****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
a2b8ee10 merge Merge pull request #6002 from Carreau/double-colon Mark Harfouche <m****e@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
bd1dddbe Do not use space fore colon in directive name. Matthias Bussonnier <b****s@g****m> almost 5 years ago
ad2a9062 Add small regularization to avoid zero-division in richardson_lucy (#5976)
Co-authored-by: Riadh <r****i@v****m>
Riadh Fezzani <r****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
a655997c Add missing import in doctest (#5998) Matthias Bussonnier <b****s@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
f8189a88 trainable_segmentation: re-raise in error case (#5600)
Co-authored-by: Marianne Corvellec <m****c@e****g>
Jonathan Striebel <j****l@u****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
8ca491c4 Lazily load data_dir into the top-level namespace (#5996) Gregory R. Lee <g****7@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
dd8b2d4c Implement lazy submodule importing (#5101)
Co-authored-by: Gregory R. Lee <g****7@g****m>, Dan Schult <d****t@c****u>
Stefan van der Walt <s****v@b****u>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
bfcc595d merge Merge branch 'main' into fluorescence-nuclear-membrane Marianne Corvellec <m****c@e****g> almost 5 years ago
390ed3f7 Update pixel graphs example (#5991)
Co-authored-by: Riadh Fezzani <r****i@g****m>, Marianne Corvellec <m****c@e****g>
Juan Nunez-Iglesias <j****s@m****u>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
f22242d2 Add channel_axis argument to quickshift (#5987)
Co-authored-by: Riadh Fezzani <r****i@g****m>
Gregory R. Lee <g****7@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
9d121cf0 Hide text output for matplotlib figures Marianne Corvellec <m****c@e****g> almost 5 years ago
7f2343c3 merge Merge pull request #5992 from rfezzani/remove_obsolete_lazy_import Mark Harfouche <m****e@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
b835c0ac Remove obsolete lazy import rfezzani <r****i@g****m> almost 5 years ago
201a392e Fix sigma and spacing in slic_superpixel (#5974)
Co-authored-by: Riadh <r****i@v****m>, Marianne Corvellec <m****c@e****g>, Gregory R. Lee <g****7@g****m>
Riadh Fezzani <r****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
ae45dcb2 Change stitching gallery example thumbnail (#5985) Riadh Fezzani <r****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
bb580b1c Fix benchmark suite (watershed function was moved) (#5982) Gregory R. Lee <g****7@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
b57779c4 replace use of scipy.ndimage.gaussian_filter with skimage.filters.gaussian (#...
Co-authored-by: Josh Warner <S****b@g****m>, Marianne Corvellec <m****c@e****g>, Riadh Fezzani <r****i@g****m>, Riadh Fezzani <r****i@g****m>, Riadh Fezzani <r****i@g****m>, Josh Warner <S****b@g****m>, Marianne Corvellec <m****c@e****g>, Riadh Fezzani <r****i@g****m>
Gregory R. Lee <g****7@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
3528f9d7 Regionprops table performance refactor (#5576) Gregory R. Lee <g****7@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
e7377167 remove need for channel_as_last_axis decorator in skimage.filters (#5584) Gregory R. Lee <g****7@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
fca003a2 Functions to create pixel graphs and find central pixels (#5602)
Co-authored-by: Marianne Corvellec <m****c@e****g>, Marianne Corvellec <m****c@e****g>, Marianne Corvellec <m****c@e****g>, Marianne Corvellec <m****c@e****g>
Juan Nunez-Iglesias <j****s@m****u>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
e609e06b Update docstring for dilation, which is now nD. (#5978) Marianne Corvellec <m****c@e****g>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
f35c20dd Update mailing list location to discuss.scientific-python.org forum (#5951) Stefan van der Walt <s****v@b****u>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
0cacda83 Fix slic documentation (#5975)
Co-authored-by: Riadh <r****i@v****m>, Marianne Corvellec <m****c@e****g>
Riadh Fezzani <r****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
a2753e6a merge Merge branch 'main' into fluorescence-nuclear-membrane Marianne Corvellec <m****c@e****g> almost 5 years ago
d902b5eb Use regionprops_table without loop Marianne Corvellec <m****c@e****g> almost 5 years ago

← Back to repository