{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":472920138,"defaultBranch":"main","name":"pollen","ownerLogin":"cucapra","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-03-22T20:03:58.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/22773112?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1718403998.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"74726d13b919a906d816b3de6c00d9c4bad69928","ref":"refs/heads/chop","pushedAt":"2024-06-14T22:26:38.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"susan-garry","name":"Susan Garry","path":"/susan-garry","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24484834?s=80&v=4"},"commit":{"message":"initial chop implementation","shortMessageHtmlLink":"initial chop implementation"}},{"before":"0fafe1c56b31b7cf77aa5257f1a49d9327743300","after":"3fdbf7376c076fafdf8b4b5d477f808d1d7279e9","ref":"refs/heads/main","pushedAt":"2024-05-31T22:23:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"susan-garry","name":"Susan Garry","path":"/susan-garry","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24484834?s=80&v=4"},"commit":{"message":"fix uniq.depths type error","shortMessageHtmlLink":"fix uniq.depths type error"}},{"before":"1b15ccd2be4b52bbff96a0df567ab72b64f6bab6","after":"d7d96477ab966fc451a02fbee9f723ac9ae3e5e3","ref":"refs/heads/vec_depth","pushedAt":"2024-05-31T22:18:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"susan-garry","name":"Susan Garry","path":"/susan-garry","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24484834?s=80&v=4"},"commit":{"message":"try using a vector of booleans to represent uniq.depth","shortMessageHtmlLink":"try using a vector of booleans to represent uniq.depth"}},{"before":"16f754fa202c975232873ebc78a7f38adffe1dad","after":"0fafe1c56b31b7cf77aa5257f1a49d9327743300","ref":"refs/heads/main","pushedAt":"2024-05-31T22:07:53.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"susan-garry","name":"Susan Garry","path":"/susan-garry","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24484834?s=80&v=4"},"commit":{"message":"Merge branch 'main' of github.com:cucapra/pollen","shortMessageHtmlLink":"Merge branch 'main' of github.com:cucapra/pollen"}},{"before":"0fafe1c56b31b7cf77aa5257f1a49d9327743300","after":"16f754fa202c975232873ebc78a7f38adffe1dad","ref":"refs/heads/main","pushedAt":"2024-05-31T22:02:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"susan-garry","name":"Susan Garry","path":"/susan-garry","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24484834?s=80&v=4"},"commit":{"message":"try using a vector of booleans to compute uniq.depth","shortMessageHtmlLink":"try using a vector of booleans to compute uniq.depth"}},{"before":"788aa3e48aff6a8c7b46f10c1c5fcaeee909518b","after":"0fafe1c56b31b7cf77aa5257f1a49d9327743300","ref":"refs/heads/main","pushedAt":"2024-05-30T21:30:30.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"susan-garry","name":"Susan Garry","path":"/susan-garry","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24484834?s=80&v=4"},"commit":{"message":"Merge branch 'main' of github.com:cucapra/pollen","shortMessageHtmlLink":"Merge branch 'main' of github.com:cucapra/pollen"}},{"before":"1c7056822ee1aedb9fbf77865bcd93db87124b6f","after":"1b15ccd2be4b52bbff96a0df567ab72b64f6bab6","ref":"refs/heads/vec_depth","pushedAt":"2024-05-30T17:44:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"susan-garry","name":"Susan Garry","path":"/susan-garry","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24484834?s=80&v=4"},"commit":{"message":"implement depth with vectors and hashing","shortMessageHtmlLink":"implement depth with vectors and hashing"}},{"before":"41c1345543757ca20ae44df2896987af427dc16f","after":null,"ref":"refs/heads/py-more-containers","pushedAt":"2024-05-24T18:32:08.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"sampsyo","name":"Adrian Sampson","path":"/sampsyo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/188033?s=80&v=4"}},{"before":"1c7056822ee1aedb9fbf77865bcd93db87124b6f","after":"788aa3e48aff6a8c7b46f10c1c5fcaeee909518b","ref":"refs/heads/main","pushedAt":"2024-05-24T18:32:08.000Z","pushType":"pr_merge","commitsCount":15,"pusher":{"login":"sampsyo","name":"Adrian Sampson","path":"/sampsyo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/188033?s=80&v=4"},"commit":{"message":"FlatGFA Python bindings: support more container-like operations (#187)","shortMessageHtmlLink":"FlatGFA Python bindings: support more container-like operations (#187)"}},{"before":"19114622d38b724effd4273848afb263fdbaec48","after":"41c1345543757ca20ae44df2896987af427dc16f","ref":"refs/heads/py-more-containers","pushedAt":"2024-05-24T15:53:40.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"sampsyo","name":"Adrian Sampson","path":"/sampsyo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/188033?s=80&v=4"},"commit":{"message":"Work around a platform-specific integer type\n\nIn the released version of PyO3, this parameter is `c_long`, and that\nseems to be different Rust types on different platforms. In the git\nversion of PyO3, this seems to have (sensibly) changed to `isize`.\nHopefully this is both cross-platform and future-proof?","shortMessageHtmlLink":"Work around a platform-specific integer type"}},{"before":"4d3b0d6195171ebe7a9ae077241849249154258b","after":"19114622d38b724effd4273848afb263fdbaec48","ref":"refs/heads/py-more-containers","pushedAt":"2024-05-24T15:36:17.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"sampsyo","name":"Adrian Sampson","path":"/sampsyo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/188033?s=80&v=4"},"commit":{"message":"Docs and types for slicing steps from paths","shortMessageHtmlLink":"Docs and types for slicing steps from paths"}},{"before":"31e0f71114d0d70bd3c1ab1691f929366c3cc5cd","after":"4d3b0d6195171ebe7a9ae077241849249154258b","ref":"refs/heads/py-more-containers","pushedAt":"2024-05-23T20:04:54.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"sampsyo","name":"Adrian Sampson","path":"/sampsyo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/188033?s=80&v=4"},"commit":{"message":"Consistent `index` naming","shortMessageHtmlLink":"Consistent index naming"}},{"before":"aa41397a95b21227cc8ca2a3cffad2690acc7ec8","after":"31e0f71114d0d70bd3c1ab1691f929366c3cc5cd","ref":"refs/heads/py-more-containers","pushedAt":"2024-05-23T18:51:56.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"sampsyo","name":"Adrian Sampson","path":"/sampsyo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/188033?s=80&v=4"},"commit":{"message":"Factor out single-entity references as well","shortMessageHtmlLink":"Factor out single-entity references as well"}},{"before":null,"after":"1c7056822ee1aedb9fbf77865bcd93db87124b6f","ref":"refs/heads/vec_depth","pushedAt":"2024-05-23T00:24:45.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"susan-garry","name":"Susan Garry","path":"/susan-garry","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24484834?s=80&v=4"},"commit":{"message":"Expand benchmarking infrastructure quite a bit (#186)","shortMessageHtmlLink":"Expand benchmarking infrastructure quite a bit (#186)"}},{"before":"9e1bcaf51585f3bec403dadd04e3ff8d0012d26f","after":"aa41397a95b21227cc8ca2a3cffad2690acc7ec8","ref":"refs/heads/py-more-containers","pushedAt":"2024-05-22T01:16:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sampsyo","name":"Adrian Sampson","path":"/sampsyo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/188033?s=80&v=4"},"commit":{"message":"Support slicing of our list types","shortMessageHtmlLink":"Support slicing of our list types"}},{"before":null,"after":"9e1bcaf51585f3bec403dadd04e3ff8d0012d26f","ref":"refs/heads/py-more-containers","pushedAt":"2024-05-19T23:43:04.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"sampsyo","name":"Adrian Sampson","path":"/sampsyo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/188033?s=80&v=4"},"commit":{"message":"Report length of segments","shortMessageHtmlLink":"Report length of segments"}},{"before":"86ff1defd53b35e2235114b94ed12538254b808d","after":"1c7056822ee1aedb9fbf77865bcd93db87124b6f","ref":"refs/heads/main","pushedAt":"2024-05-19T23:42:42.000Z","pushType":"pr_merge","commitsCount":18,"pusher":{"login":"sampsyo","name":"Adrian Sampson","path":"/sampsyo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/188033?s=80&v=4"},"commit":{"message":"Expand benchmarking infrastructure quite a bit (#186)","shortMessageHtmlLink":"Expand benchmarking infrastructure quite a bit (#186)"}},{"before":"4de9c59e0aaf6899df180051eee60f16e4372b68","after":null,"ref":"refs/heads/more-bench","pushedAt":"2024-05-19T23:42:42.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"sampsyo","name":"Adrian Sampson","path":"/sampsyo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/188033?s=80&v=4"}},{"before":"55f4c56a289c289afe8095d8237be4a6f43607ff","after":"4de9c59e0aaf6899df180051eee60f16e4372b68","ref":"refs/heads/more-bench","pushedAt":"2024-05-19T23:38:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sampsyo","name":"Adrian Sampson","path":"/sampsyo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/188033?s=80&v=4"},"commit":{"message":"Format summary script","shortMessageHtmlLink":"Format summary script"}},{"before":"ca3761602f254364f3130de87723e26f24f87d72","after":"55f4c56a289c289afe8095d8237be4a6f43607ff","ref":"refs/heads/more-bench","pushedAt":"2024-05-19T19:23:21.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"sampsyo","name":"Adrian Sampson","path":"/sampsyo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/188033?s=80&v=4"},"commit":{"message":"Calculate harmonic-mean ratios","shortMessageHtmlLink":"Calculate harmonic-mean ratios"}},{"before":"576d12fd6c219969ce32bd2bc594595098a1f655","after":"ca3761602f254364f3130de87723e26f24f87d72","ref":"refs/heads/more-bench","pushedAt":"2024-05-19T18:55:47.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"sampsyo","name":"Adrian Sampson","path":"/sampsyo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/188033?s=80&v=4"},"commit":{"message":"Round-trip for gfatools","shortMessageHtmlLink":"Round-trip for gfatools"}},{"before":"f6877c1bb6466b2218c8f47c085e6947b6b0cf30","after":"576d12fd6c219969ce32bd2bc594595098a1f655","ref":"refs/heads/more-bench","pushedAt":"2024-05-19T15:56:00.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"sampsyo","name":"Adrian Sampson","path":"/sampsyo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/188033?s=80&v=4"},"commit":{"message":"Configure max/min runs","shortMessageHtmlLink":"Configure max/min runs"}},{"before":"89e2c9c773ce7aaa859fbdfcef7c64e6239bc32c","after":"f6877c1bb6466b2218c8f47c085e6947b6b0cf30","ref":"refs/heads/more-bench","pushedAt":"2024-05-19T14:12:52.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"sampsyo","name":"Adrian Sampson","path":"/sampsyo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/188033?s=80&v=4"},"commit":{"message":"More extensible file preparation","shortMessageHtmlLink":"More extensible file preparation"}},{"before":null,"after":"89e2c9c773ce7aaa859fbdfcef7c64e6239bc32c","ref":"refs/heads/more-bench","pushedAt":"2024-05-19T03:03:15.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"sampsyo","name":"Adrian Sampson","path":"/sampsyo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/188033?s=80&v=4"},"commit":{"message":"Move all to data-driven","shortMessageHtmlLink":"Move all to data-driven"}},{"before":"ee36e4b602c57fb603f706a07af73205de1cbe6e","after":"86ff1defd53b35e2235114b94ed12538254b808d","ref":"refs/heads/main","pushedAt":"2024-05-19T00:36:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sampsyo","name":"Adrian Sampson","path":"/sampsyo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/188033?s=80&v=4"},"commit":{"message":"Restore path manipulation for mygfa docs","shortMessageHtmlLink":"Restore path manipulation for mygfa docs"}},{"before":"8cfcdbc7f84e545fc994f0a40ec006707c608aa2","after":"ee36e4b602c57fb603f706a07af73205de1cbe6e","ref":"refs/heads/main","pushedAt":"2024-05-18T17:09:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sampsyo","name":"Adrian Sampson","path":"/sampsyo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/188033?s=80&v=4"},"commit":{"message":"Fix Python linting\n\nThis is enough configuration for Zed, because it builds in pyright...\nsurely other tools may need something else.","shortMessageHtmlLink":"Fix Python linting"}},{"before":"59a51b4de104c6aa8c0e96ef8eb2ba4c4d06df15","after":"8cfcdbc7f84e545fc994f0a40ec006707c608aa2","ref":"refs/heads/main","pushedAt":"2024-05-16T21:46:24.000Z","pushType":"pr_merge","commitsCount":9,"pusher":{"login":"sampsyo","name":"Adrian Sampson","path":"/sampsyo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/188033?s=80&v=4"},"commit":{"message":"Strings and equality for FlatGFA Python objects (#183)","shortMessageHtmlLink":"Strings and equality for FlatGFA Python objects (#183)"}},{"before":"805e63ee91c9110a7319035d9f91cdf3155b7153","after":null,"ref":"refs/heads/flatgfa-py-str","pushedAt":"2024-05-16T21:46:24.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"sampsyo","name":"Adrian Sampson","path":"/sampsyo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/188033?s=80&v=4"}},{"before":"bcf5240a25ae31c0a48dee71159bb1030ce0d4dd","after":"805e63ee91c9110a7319035d9f91cdf3155b7153","ref":"refs/heads/flatgfa-py-str","pushedAt":"2024-05-16T21:42:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sampsyo","name":"Adrian Sampson","path":"/sampsyo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/188033?s=80&v=4"},"commit":{"message":"Explicitly install the built wheel\n\nI don't know why the generated CI script was using the other way... this\nseems error prone in the sense that it could silently install the\npublished version from PyPI, which is *never* what we want. So at least\nthis will fail more loudly?","shortMessageHtmlLink":"Explicitly install the built wheel"}},{"before":"1e319f7b14ede6b08efacf22fd3e2d02719af70b","after":"bcf5240a25ae31c0a48dee71159bb1030ce0d4dd","ref":"refs/heads/flatgfa-py-str","pushedAt":"2024-05-16T21:33:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sampsyo","name":"Adrian Sampson","path":"/sampsyo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/188033?s=80&v=4"},"commit":{"message":"Run Black","shortMessageHtmlLink":"Run Black"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEZeK9zAA","startCursor":null,"endCursor":null}},"title":"Activity ยท cucapra/pollen"}