{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":313553,"defaultBranch":"main","name":"transforms3d","ownerLogin":"matthew-brett","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2009-09-21T20:03:09.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/67612?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1718881426.0","currentOid":""},"activityList":{"items":[{"before":"3dca8e1bf819bfbb9969ee439779b3ed0d103b20","after":"6a43a98e3659d198ff6ce2c90d52ddef50fcf770","ref":"refs/heads/main","pushedAt":"2024-06-20T11:03:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matthew-brett","name":"Matthew Brett","path":"/matthew-brett","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67612?s=80&v=4"},"commit":{"message":"Further clean suggestion before upload","shortMessageHtmlLink":"Further clean suggestion before upload"}},{"before":"c0da68b335d9d12d4c079b9bb782f01eb9827535","after":"3dca8e1bf819bfbb9969ee439779b3ed0d103b20","ref":"refs/heads/main","pushedAt":"2024-06-17T11:36:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matthew-brett","name":"Matthew Brett","path":"/matthew-brett","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67612?s=80&v=4"},"commit":{"message":"Update a couple of workflow actions","shortMessageHtmlLink":"Update a couple of workflow actions"}},{"before":"fd7cbf0cd74246dec1481e550ef04735d3fa6631","after":"c0da68b335d9d12d4c079b9bb782f01eb9827535","ref":"refs/heads/main","pushedAt":"2024-06-17T11:34:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matthew-brett","name":"Matthew Brett","path":"/matthew-brett","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67612?s=80&v=4"},"commit":{"message":"Refix codecov upload","shortMessageHtmlLink":"Refix codecov upload"}},{"before":"43234d807e887986f8bf5f1dc18684d884c901cd","after":"fd7cbf0cd74246dec1481e550ef04735d3fa6631","ref":"refs/heads/main","pushedAt":"2024-06-17T11:33:23.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"matthew-brett","name":"Matthew Brett","path":"/matthew-brett","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67612?s=80&v=4"},"commit":{"message":"Fix codecov upload","shortMessageHtmlLink":"Fix codecov upload"}},{"before":"914fee8d161520daab43221e3f4aa03e6aeaf031","after":"43234d807e887986f8bf5f1dc18684d884c901cd","ref":"refs/heads/main","pushedAt":"2024-06-17T11:09:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matthew-brett","name":"Matthew Brett","path":"/matthew-brett","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67612?s=80&v=4"},"commit":{"message":"Fix up doctests for Numpy 2.0","shortMessageHtmlLink":"Fix up doctests for Numpy 2.0"}},{"before":"d6bb75908f76ea247a722ee05543b04ce6d6c36d","after":"914fee8d161520daab43221e3f4aa03e6aeaf031","ref":"refs/heads/main","pushedAt":"2024-06-17T10:57:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matthew-brett","name":"Matthew Brett","path":"/matthew-brett","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67612?s=80&v=4"},"commit":{"message":"Fixes for Numpy 2.0, latest pytest","shortMessageHtmlLink":"Fixes for Numpy 2.0, latest pytest"}},{"before":"e50552dedbee01603fda5b1ecc5f0146f0d4d430","after":"d6bb75908f76ea247a722ee05543b04ce6d6c36d","ref":"refs/heads/main","pushedAt":"2023-09-17T03:31:18.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"matthew-brett","name":"Matthew Brett","path":"/matthew-brett","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67612?s=80&v=4"},"commit":{"message":"Try testing on Python 3.12","shortMessageHtmlLink":"Try testing on Python 3.12"}},{"before":"22278e3fb3fbef9f8629d95c767255657af357d2","after":"d6bb75908f76ea247a722ee05543b04ce6d6c36d","ref":"refs/heads/pyproject-updates","pushedAt":"2023-09-17T03:28:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matthew-brett","name":"Matthew Brett","path":"/matthew-brett","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67612?s=80&v=4"},"commit":{"message":"Try testing on Python 3.12","shortMessageHtmlLink":"Try testing on Python 3.12"}},{"before":null,"after":"22278e3fb3fbef9f8629d95c767255657af357d2","ref":"refs/heads/pyproject-updates","pushedAt":"2023-09-17T03:24:48.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"matthew-brett","name":"Matthew Brett","path":"/matthew-brett","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67612?s=80&v=4"},"commit":{"message":"Add Python 3.11 testing","shortMessageHtmlLink":"Add Python 3.11 testing"}},{"before":"76213cc35212ffe8f6a3c92cfc4a8c6bc8026d2b","after":"e50552dedbee01603fda5b1ecc5f0146f0d4d430","ref":"refs/heads/main","pushedAt":"2023-09-17T02:56:51.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"matthew-brett","name":"Matthew Brett","path":"/matthew-brett","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67612?s=80&v=4"},"commit":{"message":"Merge pull request #59 from effigies/mnt/pyproject\n\nMNT: Configure project for isolated builds\r\n\r\nRight now, installing a tool that depends on `transforms3d` results in:\r\n\r\n```\r\n DEPRECATION: transforms3d is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559\r\n Running setup.py install for transforms3d: started\r\n Running setup.py install for transforms3d: finished with status 'done'\r\n```\r\n\r\nThis PR moves to a `pyproject.toml` configuration, replacing `setup.cfg`, `versioneer.py`, `MANIFEST.in` and most of `setup.py`.","shortMessageHtmlLink":"Merge pull request #59 from effigies/mnt/pyproject"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEanUmngA","startCursor":null,"endCursor":null}},"title":"Activity ยท matthew-brett/transforms3d"}