{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":2014929,"defaultBranch":"main","name":"scikit-image","ownerLogin":"scikit-image","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2011-07-07T22:07:20.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/897180?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1713637217.0","currentOid":""},"activityList":{"items":[{"before":"a932dd1492cbb77e922ae83576babab7bd303cf7","after":"0310a41eeb2631888390066c67fc4353517373d4","ref":"refs/heads/main","pushedAt":"2024-04-30T05:39:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lagru","name":"Lars Grüter","path":"/lagru","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20140352?s=80&v=4"},"commit":{"message":"Do 4 pixel test earlier in skimage.feature.corner_fast (#7394)\n\nThe correct implementation of Fast corner detection involves moving the fast \r\ncheck when n_fast >= 12 to the beginning of calculating the pixel values around \r\nthe entire circle, which can significantly reduce the time spent on non-corner \r\ndetection.","shortMessageHtmlLink":"Do 4 pixel test earlier in skimage.feature.corner_fast (#7394)"}},{"before":"5468c24f271b3c18a9d01a191ba5b17b2ace690a","after":"a932dd1492cbb77e922ae83576babab7bd303cf7","ref":"refs/heads/main","pushedAt":"2024-04-28T09:43:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lagru","name":"Lars Grüter","path":"/lagru","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20140352?s=80&v=4"},"commit":{"message":"Fix typo in docstring of `skimage.measure.regionprops` (#7405)","shortMessageHtmlLink":"Fix typo in docstring of skimage.measure.regionprops (#7405)"}},{"before":"885dd399a3702f90e211188cf714097deb73efc7","after":"5468c24f271b3c18a9d01a191ba5b17b2ace690a","ref":"refs/heads/main","pushedAt":"2024-04-23T12:25:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lagru","name":"Lars Grüter","path":"/lagru","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20140352?s=80&v=4"},"commit":{"message":"Replace deprecated nose style setup/teardown with autouse fixtures (#7343)\n\nmethods with autouse fixtures. The nose style is no longer supported by\r\npytest since version 7.2.\r\n\r\nhttps://docs.pytest.org/en/latest/deprecations.html#nose-deprecation\r\n\r\nAlso remove unnecessary calls to setup_test and teardown_tests \r\nin rank/tests. These are called in skimage/conftest.py already and I\r\ndon't see a reason to call them again in rank/tests specifically..","shortMessageHtmlLink":"Replace deprecated nose style setup/teardown with autouse fixtures (#…"}},{"before":"9b91d3aac0816eb46054629844f694f3c06d3d94","after":"885dd399a3702f90e211188cf714097deb73efc7","ref":"refs/heads/main","pushedAt":"2024-04-22T13:38:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jarrodmillman","name":"Jarrod Millman","path":"/jarrodmillman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/123428?s=80&v=4"},"commit":{"message":"Update release process notes (#7402)\n\n* Update release process notes\r\n\r\n* Update RELEASE.txt","shortMessageHtmlLink":"Update release process notes (#7402)"}},{"before":"b76ff13478a5123e4d8b422586aaa54c791f2604","after":"9b91d3aac0816eb46054629844f694f3c06d3d94","ref":"refs/heads/main","pushedAt":"2024-04-20T19:15:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jarrodmillman","name":"Jarrod Millman","path":"/jarrodmillman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/123428?s=80&v=4"},"commit":{"message":"Bump version","shortMessageHtmlLink":"Bump version"}},{"before":"b5f2ee97b744f35016aec523a06477c4bbbddca1","after":"b76ff13478a5123e4d8b422586aaa54c791f2604","ref":"refs/heads/main","pushedAt":"2024-04-20T18:20:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jarrodmillman","name":"Jarrod Millman","path":"/jarrodmillman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/123428?s=80&v=4"},"commit":{"message":"Designate 0.23.2 release","shortMessageHtmlLink":"Designate 0.23.2 release"}},{"before":"3487d3a68cbd4cc4a16411701d6b7d441fc7d0ac","after":"b5f2ee97b744f35016aec523a06477c4bbbddca1","ref":"refs/heads/main","pushedAt":"2024-04-18T20:38:54.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mkcor","name":"Marianne Corvellec","path":"/mkcor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2227806?s=80&v=4"},"commit":{"message":"Simplify instructions about changelist in PR template (#7401)\n\nI noticed that several contributors struggled with interpreting these\r\ninstructions properly. So rather than making them attempt something they\r\nare not familiar with, let's make it clear that we don't expect them to\r\nfill this out.\r\n\r\nAlso remove the newlines. It seems that GitHub now (?) preserves\r\nnewlines even within paragraphs. Can't find any news on this but I'm\r\nsure that this wasn't the previous behavior...\r\n\r\nCo-authored-by: Jarrod Millman ","shortMessageHtmlLink":"Simplify instructions about changelist in PR template (#7401)"}},{"before":"c0124628df99e6b6c9d0468295a6e34a6176f62a","after":"3487d3a68cbd4cc4a16411701d6b7d441fc7d0ac","ref":"refs/heads/main","pushedAt":"2024-04-18T19:01:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jarrodmillman","name":"Jarrod Millman","path":"/jarrodmillman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/123428?s=80&v=4"},"commit":{"message":"Ignore sphinx warning about unpickable cache (#7400)\n\n[Sphinx 7.3.0][1] introduce a new warning about not being able to pickle\r\na config value. I think the function `plotly_sg_scraper` in\r\n`sphinx_gallery_conf` is triggering this. If I read azure-pipelines.yml\r\ncorrectly we are not preserving Sphinx's cache between runs anyway. So\r\nwe should be fine to just ignore this warning.\r\n\r\nThese new [config options][2] also require Sphinx 7.3.0.\r\n\r\n[1]: https://www.github.com/sphinx-doc/sphinx/issues/12300\r\n[2]: https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-show_warning_types","shortMessageHtmlLink":"Ignore sphinx warning about unpickable cache (#7400)"}},{"before":"3d3e02c9e27be044c907a58790024fc54695d999","after":"c0124628df99e6b6c9d0468295a6e34a6176f62a","ref":"refs/heads/main","pushedAt":"2024-04-14T01:40:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jarrodmillman","name":"Jarrod Millman","path":"/jarrodmillman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/123428?s=80&v=4"},"commit":{"message":"Bump version","shortMessageHtmlLink":"Bump version"}},{"before":"1aa9f2156c374e51f43186b93833974f6a1827f7","after":"3d3e02c9e27be044c907a58790024fc54695d999","ref":"refs/heads/main","pushedAt":"2024-04-14T01:26:19.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"jarrodmillman","name":"Jarrod Millman","path":"/jarrodmillman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/123428?s=80&v=4"},"commit":{"message":"Designate 0.23.2rc1 release","shortMessageHtmlLink":"Designate 0.23.2rc1 release"}},{"before":"16b84480bc6d48e56011ef4864987d435c9e0455","after":"1aa9f2156c374e51f43186b93833974f6a1827f7","ref":"refs/heads/main","pushedAt":"2024-04-14T00:40:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jarrodmillman","name":"Jarrod Millman","path":"/jarrodmillman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/123428?s=80&v=4"},"commit":{"message":"Bump version","shortMessageHtmlLink":"Bump version"}},{"before":"6b035f4904f0d3ef4d5534c2de718c177673d553","after":"16b84480bc6d48e56011ef4864987d435c9e0455","ref":"refs/heads/main","pushedAt":"2024-04-13T23:46:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jarrodmillman","name":"Jarrod Millman","path":"/jarrodmillman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/123428?s=80&v=4"},"commit":{"message":"Designate 0.23.2rc0 release","shortMessageHtmlLink":"Designate 0.23.2rc0 release"}},{"before":"7ae4fd8833391a3fa6f28b12a53a177699518764","after":"6b035f4904f0d3ef4d5534c2de718c177673d553","ref":"refs/heads/main","pushedAt":"2024-04-13T18:18:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jarrodmillman","name":"Jarrod Millman","path":"/jarrodmillman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/123428?s=80&v=4"},"commit":{"message":"Update link to numpydoc example.py (#7395)\n\n* Fix pull request template link\r\n\r\n* Update .github/PULL_REQUEST_TEMPLATE.md\r\n\r\n---------\r\n\r\nCo-authored-by: Jarrod Millman ","shortMessageHtmlLink":"Update link to numpydoc example.py (#7395)"}},{"before":"55998da7f5dd388702bc0476d2e5d4af648b6e48","after":"7ae4fd8833391a3fa6f28b12a53a177699518764","ref":"refs/heads/main","pushedAt":"2024-04-13T01:13:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jarrodmillman","name":"Jarrod Millman","path":"/jarrodmillman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/123428?s=80&v=4"},"commit":{"message":"Ignore arch specific cast warnings in tests (#7393)\n\nApparently astype(...) raises a warning on some platforms despite\r\n`casting=\"unsafe\"` being the default. I couldn't reproduce this as I\r\ndon't have access to the architectures this fails for [1, 2], but these\r\nwarnings should be harmless to ignore for these tests.\r\n\r\n[1] https://www.github.com/scikit-image/scikit-image/issues/7391\r\n[2] https://buildd.debian.org/status/logs.php?pkg=skimage&ver=0.23.1-1&suite=sid","shortMessageHtmlLink":"Ignore arch specific cast warnings in tests (#7393)"}},{"before":"b7434c808d85d4989b1dba207cc6f866c2153659","after":"55998da7f5dd388702bc0476d2e5d4af648b6e48","ref":"refs/heads/main","pushedAt":"2024-04-12T22:33:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jarrodmillman","name":"Jarrod Millman","path":"/jarrodmillman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/123428?s=80&v=4"},"commit":{"message":"Use more complete list of _integer_types for convert (#7392)\n\nThese were removed in d1712b5ca3bf1268bfcd30cf93757bfeb1838bc1 with the\r\nthought that using explicit dtypes with the bit size in their name would\r\nbe enough to cover all cases.\r\n\r\nTurns out that NumPy's dtype system is a bit more complex than that and\r\nfor NumPy <2.0 there are cases where dtype.type is np.ulonglong (see\r\ntest). So let's be cautious and add back all the \"aliases\". Fixes [1]\r\n\r\n[1] https://www.github.com/scikit-image/scikit-image/issues/7385","shortMessageHtmlLink":"Use more complete list of _integer_types for convert (#7392)"}},{"before":"cb803682e80eec3491f424818c9d9c914cc5789c","after":null,"ref":"refs/heads/maintenance/upload-artifact-v4","pushedAt":"2024-04-12T22:15:52.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jarrodmillman","name":"Jarrod Millman","path":"/jarrodmillman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/123428?s=80&v=4"}},{"before":"906c732032d53c92efda30f6f235043b20c7866e","after":"b7434c808d85d4989b1dba207cc6f866c2153659","ref":"refs/heads/main","pushedAt":"2024-04-12T22:15:35.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"jarrodmillman","name":"Jarrod Millman","path":"/jarrodmillman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/123428?s=80&v=4"},"commit":{"message":"Merge pull request #7389 from jarrodmillman/upload-artifact-v4\n\nundefined","shortMessageHtmlLink":"Merge pull request #7389 from jarrodmillman/upload-artifact-v4"}},{"before":"90955d30c081ad0afdf670d28ba03f24863a33e9","after":"cb803682e80eec3491f424818c9d9c914cc5789c","ref":"refs/heads/maintenance/upload-artifact-v4","pushedAt":"2024-04-12T16:38:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jarrodmillman","name":"Jarrod Millman","path":"/jarrodmillman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/123428?s=80&v=4"},"commit":{"message":"Try again","shortMessageHtmlLink":"Try again"}},{"before":"e03867a9e9ad76fa26fa31e093ec6f55e5061b09","after":null,"ref":"refs/heads/maintenance/0.23.0rc1.test","pushedAt":"2024-04-12T16:33:03.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jarrodmillman","name":"Jarrod Millman","path":"/jarrodmillman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/123428?s=80&v=4"}},{"before":"e366431c1288609fc223600adc7bd8fdb153107c","after":"90955d30c081ad0afdf670d28ba03f24863a33e9","ref":"refs/heads/maintenance/upload-artifact-v4","pushedAt":"2024-04-12T16:23:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jarrodmillman","name":"Jarrod Millman","path":"/jarrodmillman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/123428?s=80&v=4"},"commit":{"message":"Fix name","shortMessageHtmlLink":"Fix name"}},{"before":null,"after":"e366431c1288609fc223600adc7bd8fdb153107c","ref":"refs/heads/maintenance/upload-artifact-v4","pushedAt":"2024-04-12T15:28:38.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jarrodmillman","name":"Jarrod Millman","path":"/jarrodmillman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/123428?s=80&v=4"},"commit":{"message":"Update wheel workflow artifact names","shortMessageHtmlLink":"Update wheel workflow artifact names"}},{"before":"d75f515c174a10684ea4e8fbc0f52106dc65f293","after":"906c732032d53c92efda30f6f235043b20c7866e","ref":"refs/heads/main","pushedAt":"2024-04-12T13:55:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jarrodmillman","name":"Jarrod Millman","path":"/jarrodmillman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/123428?s=80&v=4"},"commit":{"message":"Update azure pipelines (#7390)\n\nI noticed a typo and decided to make some other minor updates.","shortMessageHtmlLink":"Update azure pipelines (#7390)"}},{"before":"23a97f0b973b61d05c11a5417dcec28ee90d86b6","after":"d75f515c174a10684ea4e8fbc0f52106dc65f293","ref":"refs/heads/main","pushedAt":"2024-04-11T16:31:40.000Z","pushType":"pr_merge","commitsCount":6,"pusher":{"login":"jarrodmillman","name":"Jarrod Millman","path":"/jarrodmillman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/123428?s=80&v=4"},"commit":{"message":"Merge pull request #7387 from jarrodmillman/ruff-config\n\nUpdate Ruff config","shortMessageHtmlLink":"Merge pull request #7387 from jarrodmillman/ruff-config"}},{"before":"0aaf7e6c50d5e4fc57b82cc6c94544795a40ef30","after":"23a97f0b973b61d05c11a5417dcec28ee90d86b6","ref":"refs/heads/main","pushedAt":"2024-04-11T15:56:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jarrodmillman","name":"Jarrod Millman","path":"/jarrodmillman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/123428?s=80&v=4"},"commit":{"message":"Fix docstring for connectivity in watershed (#7360)","shortMessageHtmlLink":"Fix docstring for connectivity in watershed (#7360)"}},{"before":"1bd2bb953b75126c58b425ae3477fb11221b80fa","after":"0aaf7e6c50d5e4fc57b82cc6c94544795a40ef30","ref":"refs/heads/main","pushedAt":"2024-04-11T15:04:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jarrodmillman","name":"Jarrod Millman","path":"/jarrodmillman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/123428?s=80&v=4"},"commit":{"message":"Add date to 0.23.1 release notes (#7384)\n\nand make note of the task in the release instructions.\r\n\r\nCo-authored-by: Jarrod Millman ","shortMessageHtmlLink":"Add date to 0.23.1 release notes (#7384)"}},{"before":"ea6c1c637d8e8c377a5e76bd82a7e9a74f9b7b89","after":"1bd2bb953b75126c58b425ae3477fb11221b80fa","ref":"refs/heads/main","pushedAt":"2024-04-11T13:28:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jarrodmillman","name":"Jarrod Millman","path":"/jarrodmillman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/123428?s=80&v=4"},"commit":{"message":"Use np.inf instead of deprecated np.infty (#7386)\n\nWe didn't pick this up earlier in our NumPy 2 preparation,\r\nbecause NumPy 2.0 wasn't used yet while building our documentation.","shortMessageHtmlLink":"Use np.inf instead of deprecated np.infty (#7386)"}},{"before":"e5d1d49b0649fd83a1f2f39e8281132eb13eedd7","after":null,"ref":"refs/heads/add-date-to-0.23-1-notes","pushedAt":"2024-04-11T11:01:25.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"lagru","name":"Lars Grüter","path":"/lagru","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20140352?s=80&v=4"}},{"before":null,"after":"e5d1d49b0649fd83a1f2f39e8281132eb13eedd7","ref":"refs/heads/add-date-to-0.23-1-notes","pushedAt":"2024-04-11T11:01:02.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"lagru","name":"Lars Grüter","path":"/lagru","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20140352?s=80&v=4"},"commit":{"message":"Add date to 0.23.1 release notes","shortMessageHtmlLink":"Add date to 0.23.1 release notes"}},{"before":"bf08f8f120d78a2675522f7334c328c3e60c3469","after":"ea6c1c637d8e8c377a5e76bd82a7e9a74f9b7b89","ref":"refs/heads/main","pushedAt":"2024-04-10T18:52:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jarrodmillman","name":"Jarrod Millman","path":"/jarrodmillman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/123428?s=80&v=4"},"commit":{"message":"Bump version","shortMessageHtmlLink":"Bump version"}},{"before":"6a60e5bff831d838e08ada230c5547f6793128b9","after":"bf08f8f120d78a2675522f7334c328c3e60c3469","ref":"refs/heads/main","pushedAt":"2024-04-10T18:16:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jarrodmillman","name":"Jarrod Millman","path":"/jarrodmillman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/123428?s=80&v=4"},"commit":{"message":"Designate 0.23.1 release","shortMessageHtmlLink":"Designate 0.23.1 release"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEPaSc4QA","startCursor":null,"endCursor":null}},"title":"Activity · scikit-image/scikit-image"}