{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":338145160,"defaultBranch":"main","name":"pythia-foundations","ownerLogin":"ProjectPythia","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-02-11T20:30:54.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/75807555?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1716313041.0","currentOid":""},"activityList":{"items":[{"before":"2051a1b926695101448b196cd9f0e4194fed575f","after":"07239ac5e6d3373033ca9fd8d9c990ebeca37c27","ref":"refs/heads/gh-pages","pushedAt":"2024-05-21T17:37:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Delete preview for pull request \\#470","shortMessageHtmlLink":"Delete preview for pull request \\#470"}},{"before":"856d179d0e65c3f5d19e534d8305dea6b3dfb51f","after":null,"ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-05-21T17:37:21.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"brian-rose","name":"Brian Rose","path":"/brian-rose","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9097307?s=80&v=4"}},{"before":"099207708ec87b5e950f0da65970767148d36921","after":"2051a1b926695101448b196cd9f0e4194fed575f","ref":"refs/heads/gh-pages","pushedAt":"2024-05-20T22:09:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: 2101e019fb2fd0f9fbf79e6256ac5b2d1daf2600","shortMessageHtmlLink":"deploy: 2101e01"}},{"before":"8e70b7faaec244a3510f5f8d6217694a64724739","after":"856d179d0e65c3f5d19e534d8305dea6b3dfb51f","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-05-20T22:04:14.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":"8e70b7faaec244a3510f5f8d6217694a64724739","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-05-20T22:02:40.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 autoupdate\n\nupdates:\n- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0)\n- [github.com/psf/black: 23.12.1 → 24.4.2](https://github.com/psf/black/compare/23.12.1...24.4.2)\n- [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](https://github.com/pre-commit/mirrors-prettier/compare/v3.1.0...v4.0.0-alpha.8)\n- [github.com/nbQA-dev/nbQA: 1.7.1 → 1.8.5](https://github.com/nbQA-dev/nbQA/compare/1.7.1...1.8.5)","shortMessageHtmlLink":"[pre-commit.ci] pre-commit autoupdate"}},{"before":"2c539848d302151a8f3416c830be4389ff44bb6f","after":"099207708ec87b5e950f0da65970767148d36921","ref":"refs/heads/gh-pages","pushedAt":"2024-05-20T18:29:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: 2101e019fb2fd0f9fbf79e6256ac5b2d1daf2600","shortMessageHtmlLink":"deploy: 2101e01"}},{"before":"8041d950787d3b66e179c6cb32ff8f976aa3e78f","after":"2c539848d302151a8f3416c830be4389ff44bb6f","ref":"refs/heads/gh-pages","pushedAt":"2024-05-20T18:25:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Delete preview for pull request \\#465","shortMessageHtmlLink":"Delete preview for pull request \\#465"}},{"before":"07bcc5529d1152ef75c28e16c349b3c9241f18c6","after":"2101e019fb2fd0f9fbf79e6256ac5b2d1daf2600","ref":"refs/heads/main","pushedAt":"2024-05-20T18:24:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"brian-rose","name":"Brian Rose","path":"/brian-rose","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9097307?s=80&v=4"},"commit":{"message":"Clarify Array Slicing Syntax from 'array[start:stop[:step]]' to 'array[start:stop:step]' (#465)\n\n* Clarified Array Slicing Syntax\r\n\r\n* Update numpy-basics.ipynb\r\n\r\nThank you for the feedback. I appreciate the concern about the notation implying that the second colon and the step parameter are mandatory. \r\n\r\nI propose we adopt 'array[start:stop:step]' as the primary notation in examples but include a clear note in the text explaining that the step parameter is optional: \"The step parameter is optional and can be omitted, in which case the slice uses a default step of 1.\"\r\n\r\n* Resolved issue with wrong use of parenthesis ` `","shortMessageHtmlLink":"Clarify Array Slicing Syntax from 'array[start:stop[:step]]' to 'arra…"}},{"before":"549f168617414ea49c9ddfc57826a71f71828d92","after":"8041d950787d3b66e179c6cb32ff8f976aa3e78f","ref":"refs/heads/gh-pages","pushedAt":"2024-05-15T20:57:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: 07bcc5529d1152ef75c28e16c349b3c9241f18c6","shortMessageHtmlLink":"deploy: 07bcc55"}},{"before":"80bfeab3ed6a50fc8ec8121d9f1f6ceb3f5fd4c3","after":"549f168617414ea49c9ddfc57826a71f71828d92","ref":"refs/heads/gh-pages","pushedAt":"2024-05-15T20:52:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Delete preview for pull request \\#469","shortMessageHtmlLink":"Delete preview for pull request \\#469"}},{"before":"e8ff5e293adc19f25e919010f569c9a581c4c3cd","after":"07bcc5529d1152ef75c28e16c349b3c9241f18c6","ref":"refs/heads/main","pushedAt":"2024-05-15T20:52:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jukent","name":"Julia Kent","path":"/jukent","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46687291?s=80&v=4"},"commit":{"message":"Change admonitions (#469)\n\n* change admonitions\r\n\r\n* fix one link\r\n\r\n* same cheatsheet link but in resources","shortMessageHtmlLink":"Change admonitions (#469)"}},{"before":"ae1955491fb9594c502d5603494e3627d040f70c","after":"80bfeab3ed6a50fc8ec8121d9f1f6ceb3f5fd4c3","ref":"refs/heads/gh-pages","pushedAt":"2024-05-15T20:22:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: e8ff5e293adc19f25e919010f569c9a581c4c3cd","shortMessageHtmlLink":"deploy: e8ff5e2"}},{"before":"a06d9ebeda68efc4a7885ed17a9328e6d2ba4bd0","after":"ae1955491fb9594c502d5603494e3627d040f70c","ref":"refs/heads/gh-pages","pushedAt":"2024-05-15T20:16:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: e8ff5e293adc19f25e919010f569c9a581c4c3cd","shortMessageHtmlLink":"deploy: e8ff5e2"}},{"before":"21d1419b5f5a18652bf5d35b2dbc48b23c1065fd","after":"a06d9ebeda68efc4a7885ed17a9328e6d2ba4bd0","ref":"refs/heads/gh-pages","pushedAt":"2024-05-15T14:29:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: e8ff5e293adc19f25e919010f569c9a581c4c3cd","shortMessageHtmlLink":"deploy: e8ff5e2"}},{"before":"c239453289863c2ced074512d71a24cd54c86a71","after":"21d1419b5f5a18652bf5d35b2dbc48b23c1065fd","ref":"refs/heads/gh-pages","pushedAt":"2024-05-14T12:23:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Delete preview for pull request \\#468","shortMessageHtmlLink":"Delete preview for pull request \\#468"}},{"before":"b4d8e76c0cab85cb86dd3ece864b5ce67287549e","after":null,"ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-05-14T12:23:15.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"brian-rose","name":"Brian Rose","path":"/brian-rose","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9097307?s=80&v=4"}},{"before":"2dd6b4e28a20a6299ff4aaad4c89b232023b3a4a","after":"c239453289863c2ced074512d71a24cd54c86a71","ref":"refs/heads/gh-pages","pushedAt":"2024-05-13T22:38:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: e8ff5e293adc19f25e919010f569c9a581c4c3cd","shortMessageHtmlLink":"deploy: e8ff5e2"}},{"before":"b486a0904e5b3e915e128bb927671da868d41a03","after":"b4d8e76c0cab85cb86dd3ece864b5ce67287549e","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-05-13T22:33:28.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":"b486a0904e5b3e915e128bb927671da868d41a03","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-05-13T22:33:03.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 autoupdate\n\nupdates:\n- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0)\n- [github.com/psf/black: 23.12.1 → 24.4.2](https://github.com/psf/black/compare/23.12.1...24.4.2)\n- [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](https://github.com/pre-commit/mirrors-prettier/compare/v3.1.0...v4.0.0-alpha.8)\n- [github.com/nbQA-dev/nbQA: 1.7.1 → 1.8.5](https://github.com/nbQA-dev/nbQA/compare/1.7.1...1.8.5)","shortMessageHtmlLink":"[pre-commit.ci] pre-commit autoupdate"}},{"before":"7b07cfb57b812d8ea93edbf3ee22fa91b73eca14","after":"2dd6b4e28a20a6299ff4aaad4c89b232023b3a4a","ref":"refs/heads/gh-pages","pushedAt":"2024-05-08T06:08:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: e8ff5e293adc19f25e919010f569c9a581c4c3cd","shortMessageHtmlLink":"deploy: e8ff5e2"}},{"before":"4c85a82506d0569950bb2654de1e0588950d10a0","after":"7b07cfb57b812d8ea93edbf3ee22fa91b73eca14","ref":"refs/heads/gh-pages","pushedAt":"2024-05-06T23:45:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Delete preview for pull request \\#467","shortMessageHtmlLink":"Delete preview for pull request \\#467"}},{"before":"784264c168ad04a2988b40e9aae1e30ea10a9910","after":null,"ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-05-06T23:44:35.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"brian-rose","name":"Brian Rose","path":"/brian-rose","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9097307?s=80&v=4"}},{"before":"a6a12aa1eca82341aca56d36279893e6c869a269","after":"4c85a82506d0569950bb2654de1e0588950d10a0","ref":"refs/heads/gh-pages","pushedAt":"2024-05-06T22:45:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: e8ff5e293adc19f25e919010f569c9a581c4c3cd","shortMessageHtmlLink":"deploy: e8ff5e2"}},{"before":"5a1a40797d4b7758552305a1599d61df9b2e5543","after":"784264c168ad04a2988b40e9aae1e30ea10a9910","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-05-06T22:40: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":null,"after":"5a1a40797d4b7758552305a1599d61df9b2e5543","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-05-06T22:39:39.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 autoupdate\n\nupdates:\n- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0)\n- [github.com/psf/black: 23.12.1 → 24.4.2](https://github.com/psf/black/compare/23.12.1...24.4.2)\n- [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](https://github.com/pre-commit/mirrors-prettier/compare/v3.1.0...v4.0.0-alpha.8)\n- [github.com/nbQA-dev/nbQA: 1.7.1 → 1.8.5](https://github.com/nbQA-dev/nbQA/compare/1.7.1...1.8.5)","shortMessageHtmlLink":"[pre-commit.ci] pre-commit autoupdate"}},{"before":"ea2d523d448d69a18e8f57cc17b003c7e3a5f22b","after":"a6a12aa1eca82341aca56d36279893e6c869a269","ref":"refs/heads/gh-pages","pushedAt":"2024-04-30T15:54:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Delete preview for pull request \\#466","shortMessageHtmlLink":"Delete preview for pull request \\#466"}},{"before":"664dfd48ed5b1ac20daa86e5c1e5bcc14e768548","after":null,"ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-04-30T15:54:11.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"brian-rose","name":"Brian Rose","path":"/brian-rose","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9097307?s=80&v=4"}},{"before":"dfd7f751d86c0e41fd23b2146a25af0e21ee48d5","after":"ea2d523d448d69a18e8f57cc17b003c7e3a5f22b","ref":"refs/heads/gh-pages","pushedAt":"2024-04-29T23:12:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: e8ff5e293adc19f25e919010f569c9a581c4c3cd","shortMessageHtmlLink":"deploy: e8ff5e2"}},{"before":"1c9d34498e4550ea69c99366f86b1a3557d08957","after":"664dfd48ed5b1ac20daa86e5c1e5bcc14e768548","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-04-29T23:07:12.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":"1c9d34498e4550ea69c99366f86b1a3557d08957","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-04-29T23:06:11.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 autoupdate\n\nupdates:\n- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0)\n- [github.com/psf/black: 23.12.1 → 24.4.2](https://github.com/psf/black/compare/23.12.1...24.4.2)\n- [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](https://github.com/pre-commit/mirrors-prettier/compare/v3.1.0...v4.0.0-alpha.8)\n- [github.com/nbQA-dev/nbQA: 1.7.1 → 1.8.5](https://github.com/nbQA-dev/nbQA/compare/1.7.1...1.8.5)","shortMessageHtmlLink":"[pre-commit.ci] pre-commit autoupdate"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEUCEdDwA","startCursor":null,"endCursor":null}},"title":"Activity · ProjectPythia/pythia-foundations"}