{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":145693916,"defaultBranch":"main","name":"kornia","ownerLogin":"kornia","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2018-08-22T10:31:37.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/56968752?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1716842922.0","currentOid":""},"activityList":{"items":[{"before":"19d9d15e0ae39d8ac62c553d8dd3326d6b4d5c90","after":"0910a75eb93beff43832cfb957356c99a516c37c","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-06-03T21:04:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pre-commit-ci[bot]","name":null,"path":"/apps/pre-commit-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/68672?s=80&v=4"},"commit":{"message":"[pre-commit.ci] auto fixes from pre-commit.com hooks\n\nfor more information, see https://pre-commit.ci","shortMessageHtmlLink":"[pre-commit.ci] auto fixes from pre-commit.com hooks"}},{"before":"1d897d65c661718a5951b019371de1b6be024d47","after":"19d9d15e0ae39d8ac62c553d8dd3326d6b4d5c90","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-06-03T21:04:20.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"pre-commit-ci[bot]","name":null,"path":"/apps/pre-commit-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/68672?s=80&v=4"},"commit":{"message":"[pre-commit.ci] pre-commit suggestions\n\nupdates:\n- [github.com/tox-dev/pyproject-fmt: 2.1.1 → 2.1.3](https://github.com/tox-dev/pyproject-fmt/compare/2.1.1...2.1.3)\n- [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.4.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.4...v0.4.7)\n- [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](https://github.com/codespell-project/codespell/compare/v2.2.6...v2.3.0)","shortMessageHtmlLink":"[pre-commit.ci] pre-commit suggestions"}},{"before":"2606afbb3c25973d5b50a9d18c33b34b80121b6d","after":"e461f92ff9ee035d2de2513859bee4069356bc25","ref":"refs/heads/main","pushedAt":"2024-05-28T20:41:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"johnnv1","name":"João Gustavo A. Amorim","path":"/johnnv1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20444345?s=80&v=4"},"commit":{"message":"feat: support batched and float data in apply colormap (#2886)\n\n* initial commit new apply_colormap\r\n\r\n* update generate doc\r\n\r\n* Update kornia/color/colormap.py\r\n\r\nCo-authored-by: João Gustavo A. Amorim \r\n\r\n* Update kornia/color/colormap.py\r\n\r\nCo-authored-by: João Gustavo A. Amorim \r\n\r\n---------\r\n\r\nCo-authored-by: João Gustavo A. Amorim ","shortMessageHtmlLink":"feat: support batched and float data in apply colormap (#2886)"}},{"before":"960ba9abba42a5fe63a1d67adde36583fd4bc2af","after":"1d897d65c661718a5951b019371de1b6be024d47","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-05-27T20:48:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pre-commit-ci[bot]","name":null,"path":"/apps/pre-commit-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/68672?s=80&v=4"},"commit":{"message":"[pre-commit.ci] auto fixes from pre-commit.com hooks\n\nfor more information, see https://pre-commit.ci","shortMessageHtmlLink":"[pre-commit.ci] auto fixes from pre-commit.com hooks"}},{"before":null,"after":"960ba9abba42a5fe63a1d67adde36583fd4bc2af","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-05-27T20:48:42.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pre-commit-ci[bot]","name":null,"path":"/apps/pre-commit-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/68672?s=80&v=4"},"commit":{"message":"[pre-commit.ci] pre-commit suggestions\n\nupdates:\n- [github.com/tox-dev/pyproject-fmt: 2.1.1 → 2.1.3](https://github.com/tox-dev/pyproject-fmt/compare/2.1.1...2.1.3)\n- [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.4.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.4...v0.4.5)\n- [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](https://github.com/codespell-project/codespell/compare/v2.2.6...v2.3.0)","shortMessageHtmlLink":"[pre-commit.ci] pre-commit suggestions"}},{"before":"5b01cc9235d07e54ca82a8142354d36d5be415ff","after":"2606afbb3c25973d5b50a9d18c33b34b80121b6d","ref":"refs/heads/main","pushedAt":"2024-05-22T09:52:28.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"edgarriba","name":"Edgar Riba","path":"/edgarriba","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5157099?s=80&v=4"},"commit":{"message":"Speed up differentiable 5PC and fix the batch size issue (#2914)\n\n* remove one for loop to speed up the 5PC alg., and fix the issue of the inconsistent batch sizes between the input and returned E matrices, referred to [wang2023vggsfm]\r\n\r\n* remove one for loop to speed up the 5PC alg., and fix the issue of the inconsistent batch sizes, referred to [wang2023vggsfm]\r\n\r\n* typo\r\n\r\n* typo\r\n\r\n* [pre-commit.ci] auto fixes from pre-commit.com hooks\r\n\r\nfor more information, see https://pre-commit.ci\r\n\r\n* remove 10k-batch test\r\n\r\n* add unit test for degenarate case, change 5CP outputs 10 solutions for each image pair.\r\n\r\n* [pre-commit.ci] auto fixes from pre-commit.com hooks\r\n\r\nfor more information, see https://pre-commit.ci\r\n\r\n* bug fix-missing type.\r\n\r\n* fix the data type issue of float32 or float64.\r\n\r\n* [pre-commit.ci] auto fixes from pre-commit.com hooks\r\n\r\nfor more information, see https://pre-commit.ci\r\n\r\n* Update tests/geometry/epipolar/test_essential.py\r\n\r\ntypo\r\n\r\nCo-authored-by: Edgar Riba \r\n\r\n---------\r\n\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>\r\nCo-authored-by: Edgar Riba ","shortMessageHtmlLink":"Speed up differentiable 5PC and fix the batch size issue (#2914)"}},{"before":"21c29c50b3a0b7a8d911174ee6d58eb25aa9acd0","after":null,"ref":"refs/heads/dependabot/pip/pytest-8.2.1","pushedAt":"2024-05-22T08:30:27.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"edgarriba","name":"Edgar Riba","path":"/edgarriba","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5157099?s=80&v=4"}},{"before":"0aadc10a6e4dc8b03400c9f542c82181c649c576","after":"5b01cc9235d07e54ca82a8142354d36d5be415ff","ref":"refs/heads/main","pushedAt":"2024-05-22T08:30:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"edgarriba","name":"Edgar Riba","path":"/edgarriba","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5157099?s=80&v=4"},"commit":{"message":"--- (#2917)\n\nupdated-dependencies:\r\n- dependency-name: pytest\r\n dependency-type: direct:development\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"--- (#2917)"}},{"before":"51c84e83847c20dae5cd9a90a151c7b025863491","after":null,"ref":"refs/heads/dependabot/pip/pytest-8.2.0","pushedAt":"2024-05-21T08:31:36.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"21c29c50b3a0b7a8d911174ee6d58eb25aa9acd0","ref":"refs/heads/dependabot/pip/pytest-8.2.1","pushedAt":"2024-05-21T08:31:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"---\nupdated-dependencies:\n- dependency-name: pytest\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"---"}},{"before":"eb58ac261c8912c0a312dc4f275554ddc336db7c","after":"0aadc10a6e4dc8b03400c9f542c82181c649c576","ref":"refs/heads/main","pushedAt":"2024-05-21T08:31:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"edgarriba","name":"Edgar Riba","path":"/edgarriba","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5157099?s=80&v=4"},"commit":{"message":"chore (CI): ensure support to pytorch 2.3.0 (#2912)\n\n* chore (CI): ensure support to pytorch 2.3.0\r\n\r\n* chore: skip specific dynamo tests for torch 2.3.0\r\n\r\n- Report in https://github.com/pytorch/pytorch/issues/126617\r\n\r\n* chore: skip specific dynamo tests for torch 2.3.0\r\n\r\n- Report in https://github.com/pytorch/pytorch/issues/126619","shortMessageHtmlLink":"chore (CI): ensure support to pytorch 2.3.0 (#2912)"}},{"before":"28b1afa6a618edb21cbb4111f2e8d6e23b9c9b9c","after":null,"ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-05-21T08:30:33.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"edgarriba","name":"Edgar Riba","path":"/edgarriba","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5157099?s=80&v=4"}},{"before":"87f01f654f642e5ae2dbaf3795e407643fe78504","after":"eb58ac261c8912c0a312dc4f275554ddc336db7c","ref":"refs/heads/main","pushedAt":"2024-05-21T08:30:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"edgarriba","name":"Edgar Riba","path":"/edgarriba","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5157099?s=80&v=4"},"commit":{"message":"[pre-commit.ci] pre-commit suggestions (#2916)\n\n* [pre-commit.ci] pre-commit suggestions\r\n\r\nupdates:\r\n- [github.com/tox-dev/pyproject-fmt: 2.0.4 → 2.1.1](https://github.com/tox-dev/pyproject-fmt/compare/2.0.4...2.1.1)\r\n\r\n* [pre-commit.ci] auto fixes from pre-commit.com hooks\r\n\r\nfor more information, see https://pre-commit.ci\r\n\r\n---------\r\n\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>","shortMessageHtmlLink":"[pre-commit.ci] pre-commit suggestions (#2916)"}},{"before":"dfab71f039c6de9c79604776548e9819ca0a5339","after":"87f01f654f642e5ae2dbaf3795e407643fe78504","ref":"refs/heads/main","pushedAt":"2024-05-21T08:28:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"edgarriba","name":"Edgar Riba","path":"/edgarriba","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5157099?s=80&v=4"},"commit":{"message":"compute_area fix for ndim=3 tensors (#2915)","shortMessageHtmlLink":"compute_area fix for ndim=3 tensors (#2915)"}},{"before":"f75e356c32195362a2e3c1f037e21ddabda17e91","after":"28b1afa6a618edb21cbb4111f2e8d6e23b9c9b9c","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-05-20T20:32:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pre-commit-ci[bot]","name":null,"path":"/apps/pre-commit-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/68672?s=80&v=4"},"commit":{"message":"[pre-commit.ci] auto fixes from pre-commit.com hooks\n\nfor more information, see https://pre-commit.ci","shortMessageHtmlLink":"[pre-commit.ci] auto fixes from pre-commit.com hooks"}},{"before":null,"after":"f75e356c32195362a2e3c1f037e21ddabda17e91","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-05-20T20:31:42.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pre-commit-ci[bot]","name":null,"path":"/apps/pre-commit-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/68672?s=80&v=4"},"commit":{"message":"[pre-commit.ci] pre-commit suggestions\n\nupdates:\n- [github.com/tox-dev/pyproject-fmt: 2.0.4 → 2.1.1](https://github.com/tox-dev/pyproject-fmt/compare/2.0.4...2.1.1)","shortMessageHtmlLink":"[pre-commit.ci] pre-commit suggestions"}},{"before":"3ce96a35bedf505bf416af21e5f01b5861c998df","after":"dfab71f039c6de9c79604776548e9819ca0a5339","ref":"refs/heads/main","pushedAt":"2024-05-17T20:45:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"johnnv1","name":"João Gustavo A. Amorim","path":"/johnnv1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20444345?s=80&v=4"},"commit":{"message":"Refactor SOLD2 and WunschLineMatcher Dict Config to Dataclasses (#2901)","shortMessageHtmlLink":"Refactor SOLD2 and WunschLineMatcher Dict Config to Dataclasses (#2901)"}},{"before":"bdd07f36cd8c26dd5f67a65009fdb9d3adaa7399","after":"3ce96a35bedf505bf416af21e5f01b5861c998df","ref":"refs/heads/main","pushedAt":"2024-05-16T07:51:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"edgarriba","name":"Edgar Riba","path":"/edgarriba","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5157099?s=80&v=4"},"commit":{"message":"Unify sold2 config dataclasses (#2899)\n\n* refactor: store sold2_detector config dataclasses in utils/structures.py\r\n\r\n* fix: update path to DetectorCfg in Docstring\r\n\r\n* Move structures.py and restate import path\r\n\r\n* Update SOLD2_detector docstring\r\n\r\n* Add LineMatcherCfg dataclass to structures.py\r\n\r\n* Update LineMatcherCfg to include line_score\r\n\r\n* refactor: cfg of SOLD2 and WunschLineMatcher to be dataclasses\r\n\r\n* my bad...\r\n\r\n* fix: update WunschLineMatcher initialization\r\n\r\n* fix: update SOLD2 initialiation\r\n\r\n* fix: rollback due to inconsistencies with sold2 config to dataclass\r\n\r\n* chore: remove repetitive words (#2902)\r\n\r\n* chore: remove repetitive words\r\n\r\n* [pre-commit.ci] auto fixes from pre-commit.com hooks\r\n\r\nfor more information, see https://pre-commit.ci\r\n\r\n---------\r\n\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>\r\n\r\n* CI: Drop macos-latest runner for torch 1.9.1 (#2905)\r\n\r\n* fix (CI): remove old torch on macos\r\n\r\n* chore: ensure last pytorch\r\n\r\n* [pre-commit.ci] pre-commit suggestions (#2894)\r\n\r\n* [pre-commit.ci] pre-commit suggestions\r\n\r\nupdates:\r\n- [github.com/astral-sh/ruff-pre-commit: v0.4.1 → v0.4.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.1...v0.4.2)\r\n\r\n* fix up031\r\n\r\n---------\r\n\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>\r\nCo-authored-by: João Gustavo A. Amorim \r\n\r\n* feat: in_range filtering (#2895)\r\n\r\n* initial commit\r\n\r\n* add docs\r\n\r\n* add tests\r\n\r\n* [pre-commit.ci] auto fixes from pre-commit.com hooks\r\n\r\nfor more information, see https://pre-commit.ci\r\n\r\n* update docs\r\n\r\n* correct typing\r\n\r\n* [pre-commit.ci] auto fixes from pre-commit.com hooks\r\n\r\nfor more information, see https://pre-commit.ci\r\n\r\n* update tests and docs\r\n\r\n* change randn to rand\r\n\r\n* Modify docs indentation\r\n\r\n* correct docs and remove unused vars\r\n\r\n* add return_mask\r\n\r\n* Remove shape in doc\r\n\r\n* fix docs format\r\n\r\n---------\r\n\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>\r\nCo-authored-by: edgar \r\n\r\n---------\r\n\r\nCo-authored-by: peicuiping <168072318+peicuiping@users.noreply.github.com>\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>\r\nCo-authored-by: João Gustavo A. Amorim \r\nCo-authored-by: Vicent Gilabert <44602177+vgilabert94@users.noreply.github.com>\r\nCo-authored-by: edgar ","shortMessageHtmlLink":"Unify sold2 config dataclasses (#2899)"}},{"before":"9d319ab57a46a7ba5083cb82881890b455314a00","after":"bdd07f36cd8c26dd5f67a65009fdb9d3adaa7399","ref":"refs/heads/main","pushedAt":"2024-05-15T10:56:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"edgarriba","name":"Edgar Riba","path":"/edgarriba","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5157099?s=80&v=4"},"commit":{"message":"feat: in_range filtering (#2895)\n\n* initial commit\r\n\r\n* add docs\r\n\r\n* add tests\r\n\r\n* [pre-commit.ci] auto fixes from pre-commit.com hooks\r\n\r\nfor more information, see https://pre-commit.ci\r\n\r\n* update docs\r\n\r\n* correct typing\r\n\r\n* [pre-commit.ci] auto fixes from pre-commit.com hooks\r\n\r\nfor more information, see https://pre-commit.ci\r\n\r\n* update tests and docs\r\n\r\n* change randn to rand\r\n\r\n* Modify docs indentation\r\n\r\n* correct docs and remove unused vars\r\n\r\n* add return_mask\r\n\r\n* Remove shape in doc\r\n\r\n* fix docs format\r\n\r\n---------\r\n\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>\r\nCo-authored-by: edgar ","shortMessageHtmlLink":"feat: in_range filtering (#2895)"}},{"before":"dd42bd3290a75ab8d08aef9b38d4efc0f447816c","after":"51c84e83847c20dae5cd9a90a151c7b025863491","ref":"refs/heads/dependabot/pip/pytest-8.2.0","pushedAt":"2024-05-15T09:42:59.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump pytest from 8.1.1 to 8.2.0\n\nBumps [pytest](https://github.com/pytest-dev/pytest) from 8.1.1 to 8.2.0.\n- [Release notes](https://github.com/pytest-dev/pytest/releases)\n- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)\n- [Commits](https://github.com/pytest-dev/pytest/compare/8.1.1...8.2.0)\n\n---\nupdated-dependencies:\n- dependency-name: pytest\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump pytest from 8.1.1 to 8.2.0"}},{"before":"266730a8129643407efa234528c4ca00f1f91b47","after":null,"ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-05-15T09:42:16.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"johnnv1","name":"João Gustavo A. Amorim","path":"/johnnv1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20444345?s=80&v=4"}},{"before":"8fbb9fbb9ce13423bd4fcaa307aee04a9d3de830","after":"9d319ab57a46a7ba5083cb82881890b455314a00","ref":"refs/heads/main","pushedAt":"2024-05-15T09:42:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"johnnv1","name":"João Gustavo A. Amorim","path":"/johnnv1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20444345?s=80&v=4"},"commit":{"message":"[pre-commit.ci] pre-commit suggestions (#2894)\n\n* [pre-commit.ci] pre-commit suggestions\r\n\r\nupdates:\r\n- [github.com/astral-sh/ruff-pre-commit: v0.4.1 → v0.4.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.1...v0.4.2)\r\n\r\n* fix up031\r\n\r\n---------\r\n\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>\r\nCo-authored-by: João Gustavo A. Amorim ","shortMessageHtmlLink":"[pre-commit.ci] pre-commit suggestions (#2894)"}},{"before":"6007ff5f73b2d4372acbccd8db72bbd97583d6c1","after":"266730a8129643407efa234528c4ca00f1f91b47","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-05-15T09:28:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"edgarriba","name":"Edgar Riba","path":"/edgarriba","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5157099?s=80&v=4"},"commit":{"message":"last fix","shortMessageHtmlLink":"last fix"}},{"before":"ea89b8c1a6ae541786116dd2f3cc89e80d0017bd","after":"6007ff5f73b2d4372acbccd8db72bbd97583d6c1","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-05-15T09:00:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"edgarriba","name":"Edgar Riba","path":"/edgarriba","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5157099?s=80&v=4"},"commit":{"message":"fix ruff","shortMessageHtmlLink":"fix ruff"}},{"before":"6fb1c6ef340a21f2c555c0f8ed1832fbaa446cbf","after":"ea89b8c1a6ae541786116dd2f3cc89e80d0017bd","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-05-15T08:56:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pre-commit-ci[bot]","name":null,"path":"/apps/pre-commit-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/68672?s=80&v=4"},"commit":{"message":"[pre-commit.ci] auto fixes from pre-commit.com hooks\n\nfor more information, see https://pre-commit.ci","shortMessageHtmlLink":"[pre-commit.ci] auto fixes from pre-commit.com hooks"}},{"before":"7976c1821578b21b193c91fee329fee23136c5eb","after":"6fb1c6ef340a21f2c555c0f8ed1832fbaa446cbf","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-05-15T08:55:48.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"edgarriba","name":"Edgar Riba","path":"/edgarriba","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5157099?s=80&v=4"},"commit":{"message":"Merge remote-tracking branch 'origin/main' into pre-commit-ci-update-config","shortMessageHtmlLink":"Merge remote-tracking branch 'origin/main' into pre-commit-ci-update-…"}},{"before":"a041d9255f459a0034c75b20fb9ab524d7ae3983","after":"8fbb9fbb9ce13423bd4fcaa307aee04a9d3de830","ref":"refs/heads/main","pushedAt":"2024-05-14T09:17:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"edgarriba","name":"Edgar Riba","path":"/edgarriba","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5157099?s=80&v=4"},"commit":{"message":"CI: Drop macos-latest runner for torch 1.9.1 (#2905)\n\n* fix (CI): remove old torch on macos\r\n\r\n* chore: ensure last pytorch","shortMessageHtmlLink":"CI: Drop macos-latest runner for torch 1.9.1 (#2905)"}},{"before":"8a3832bc52cbb8877f4974cbbc082538fdcdd4f6","after":"7976c1821578b21b193c91fee329fee23136c5eb","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-05-13T20:49:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pre-commit-ci[bot]","name":null,"path":"/apps/pre-commit-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/68672?s=80&v=4"},"commit":{"message":"[pre-commit.ci] auto fixes from pre-commit.com hooks\n\nfor more information, see https://pre-commit.ci","shortMessageHtmlLink":"[pre-commit.ci] auto fixes from pre-commit.com hooks"}},{"before":"58571db8a9983cf9b470120f2881dcb0d5d9a08e","after":"8a3832bc52cbb8877f4974cbbc082538fdcdd4f6","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-05-13T20:48:49.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"pre-commit-ci[bot]","name":null,"path":"/apps/pre-commit-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/68672?s=80&v=4"},"commit":{"message":"[pre-commit.ci] pre-commit suggestions\n\nupdates:\n- [github.com/tox-dev/pyproject-fmt: 1.8.0 → 2.0.4](https://github.com/tox-dev/pyproject-fmt/compare/1.8.0...2.0.4)\n- [github.com/astral-sh/ruff-pre-commit: v0.4.1 → v0.4.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.1...v0.4.4)","shortMessageHtmlLink":"[pre-commit.ci] pre-commit suggestions"}},{"before":"e34ed3c51cdd9a96ad9e6e03b50e4ff8a8aa3319","after":"a041d9255f459a0034c75b20fb9ab524d7ae3983","ref":"refs/heads/main","pushedAt":"2024-05-09T17:10:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ducha-aiki","name":"Dmytro Mishkin","path":"/ducha-aiki","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4803565?s=80&v=4"},"commit":{"message":"chore: remove repetitive words (#2902)\n\n* chore: remove repetitive words\r\n\r\n* [pre-commit.ci] auto fixes from pre-commit.com hooks\r\n\r\nfor more information, see https://pre-commit.ci\r\n\r\n---------\r\n\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore: remove repetitive words (#2902)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEW1-_rQA","startCursor":null,"endCursor":null}},"title":"Activity · kornia/kornia"}