{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":16557526,"defaultBranch":"master","name":"pysam","ownerLogin":"pysam-developers","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2014-02-05T20:38:10.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/6598771?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1713918875.0","currentOid":""},"activityList":{"items":[{"before":"5754de3596e8860d01dbecd3e49a9ca7ceec7603","after":"36a0304c33568764a0d7117917ca27ad9dc4a390","ref":"refs/heads/master","pushedAt":"2024-04-24T02:14:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jmarshall","name":"John Marshall","path":"/jmarshall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70921?s=80&v=4"},"commit":{"message":"Bump version number to 0.22.1 and add release notes","shortMessageHtmlLink":"Bump version number to 0.22.1 and add release notes"}},{"before":"93f0fed6aeed3ed8dc1eb8238a89b4b21d0c49e8","after":"5754de3596e8860d01dbecd3e49a9ca7ceec7603","ref":"refs/heads/master","pushedAt":"2024-04-23T23:12:03.000Z","pushType":"push","commitsCount":9,"pusher":{"login":"jmarshall","name":"John Marshall","path":"/jmarshall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70921?s=80&v=4"},"commit":{"message":"Merge release workflow updates","shortMessageHtmlLink":"Merge release workflow updates"}},{"before":"ca490cdb570c500168f4dd7ba2b99ff8a2e7ddc6","after":null,"ref":"refs/heads/next","pushedAt":"2024-04-23T23:06:24.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jmarshall","name":"John Marshall","path":"/jmarshall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70921?s=80&v=4"}},{"before":"6000a27c713e405651f687294b3ac9614fd73fb4","after":"ca490cdb570c500168f4dd7ba2b99ff8a2e7ddc6","ref":"refs/heads/next","pushedAt":"2024-04-23T22:19:51.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jmarshall","name":"John Marshall","path":"/jmarshall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70921?s=80&v=4"},"commit":{"message":"NEWS draft","shortMessageHtmlLink":"NEWS draft"}},{"before":null,"after":"6000a27c713e405651f687294b3ac9614fd73fb4","ref":"refs/heads/next","pushedAt":"2024-04-23T22:06:42.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jmarshall","name":"John Marshall","path":"/jmarshall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70921?s=80&v=4"},"commit":{"message":"NEWS draft","shortMessageHtmlLink":"NEWS draft"}},{"before":"790782200bd0f888298f99592a0f9c86684950d8","after":"93f0fed6aeed3ed8dc1eb8238a89b4b21d0c49e8","ref":"refs/heads/master","pushedAt":"2024-04-23T10:06:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jmarshall","name":"John Marshall","path":"/jmarshall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70921?s=80&v=4"},"commit":{"message":"Update most GH Actions versions used and refactor conda setup\n\nUpdate to Node.js-20-based actions, except for release.yaml's artifacts\nactions which will require recoding as uploads are no longer merged by v4.\n\nDo more of the conda setup via conda-incubator/setup-miniconda's options,\nincluding using an environment file for the initial packages, and update\nthis build to use Python 3.10 rather than the obsolete 3.7.","shortMessageHtmlLink":"Update most GH Actions versions used and refactor conda setup"}},{"before":"69213b8d3acfc29148d30d97d77d5737fef8748c","after":null,"ref":"refs/heads/v0.actions","pushedAt":"2024-04-20T10:17:19.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jmarshall","name":"John Marshall","path":"/jmarshall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70921?s=80&v=4"}},{"before":null,"after":"69213b8d3acfc29148d30d97d77d5737fef8748c","ref":"refs/heads/v0.actions","pushedAt":"2024-04-20T10:16:50.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jmarshall","name":"John Marshall","path":"/jmarshall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70921?s=80&v=4"},"commit":{"message":"Update to cibuildwheel 2.17.0","shortMessageHtmlLink":"Update to cibuildwheel 2.17.0"}},{"before":"d32073b37b9d6423b773b4e6fc216263ee0cd293","after":"790782200bd0f888298f99592a0f9c86684950d8","ref":"refs/heads/master","pushedAt":"2024-04-19T12:47:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jmarshall","name":"John Marshall","path":"/jmarshall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70921?s=80&v=4"},"commit":{"message":"Fix off-by-one NamedTupleProxy array bounds check\n\nAdd to an existing test case to exercise this: previously accessing\nr.name would crash, but r.score would raise an exception as expected.\nFixes #1279.","shortMessageHtmlLink":"Fix off-by-one NamedTupleProxy array bounds check"}},{"before":"c3287022ee1cd90716e53009e61cc0ce0bb25b4a","after":"d32073b37b9d6423b773b4e6fc216263ee0cd293","ref":"refs/heads/master","pushedAt":"2024-04-19T11:51:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jmarshall","name":"John Marshall","path":"/jmarshall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70921?s=80&v=4"},"commit":{"message":"Add missing properties to AlignedSegment type stubs (PR #1273)\n\nThese properties were added on the master branch during the type hints\r\nPR's development. The PR was (understandably) not updated with these\r\nadditions before it was merged, so add them now.","shortMessageHtmlLink":"Add missing properties to AlignedSegment type stubs (PR #1273)"}},{"before":"cdc0ed12fbe2d7633b8fa47534ab2c2547f66b84","after":"c3287022ee1cd90716e53009e61cc0ce0bb25b4a","ref":"refs/heads/master","pushedAt":"2024-04-19T11:21:47.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"jmarshall","name":"John Marshall","path":"/jmarshall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70921?s=80&v=4"},"commit":{"message":"Use `super()` now that we support only Python 3\n\nHowever leave calls in cdef functions as is; 0-argument super() does\nnot work in cdef or cpdef Cython functions (see cython/cython#3726).\n\nThe explicit superclass calls in libctabixproxies.pyx were jumping\nstraight to the grandparent class. Using `super()` instead uses\nNamedTupleProxy's versions of these methods, but it doesn't declare\nany so calls use the grandparent's methods unchanged. Update the\ncalls in cdef functions similarly for explicitness.\n\nTODO TestVCFFromVariantFile similarly directly calls the grandparent's\nsetUp()/tearDown() methods, but changes behaviour as it skips those of\nthe direct parent. This deserves clarification.","shortMessageHtmlLink":"Use super() now that we support only Python 3"}},{"before":"98a37ad3ca8ebb4b1b626ec9ceb448b6a1a070e5","after":"cdc0ed12fbe2d7633b8fa47534ab2c2547f66b84","ref":"refs/heads/master","pushedAt":"2023-10-20T10:12:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jmarshall","name":"John Marshall","path":"/jmarshall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70921?s=80&v=4"},"commit":{"message":"Add missing header tags as per the spec (PR #1238)\n\nAdd omitted tags to KNOWN_HEADER_FIELDS and VALID_HEADER_ORDER, so that\r\nAlignmentHeader.from_dict()/to_dict() will preserve all header field tags\r\ndefined in the SAM specification. Addresses #1237.\r\n\r\nExercise TP:linear in some header tests.\r\n\r\nCo-authored-by: John Marshall ","shortMessageHtmlLink":"Add missing header tags as per the spec (PR #1238)"}},{"before":"08de757a39ab42e867fa188faa860a5fd0b648c1","after":"98a37ad3ca8ebb4b1b626ec9ceb448b6a1a070e5","ref":"refs/heads/master","pushedAt":"2023-10-10T09:52:31.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"jmarshall","name":"John Marshall","path":"/jmarshall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70921?s=80&v=4"},"commit":{"message":"Update actions to use Python 3.12 final and latest actions/checkout","shortMessageHtmlLink":"Update actions to use Python 3.12 final and latest actions/checkout"}},{"before":"50698a6e2b8c39dc0d59172554a4e902681014b0","after":null,"ref":"refs/tags/0.8.1","pushedAt":"2023-10-06T22:50:57.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jmarshall","name":"John Marshall","path":"/jmarshall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70921?s=80&v=4"}},{"before":"25a7093144a5ec340f9185e4be78ffbf2376b19b","after":null,"ref":"refs/tags/0.9.1.1","pushedAt":"2023-10-06T22:49:30.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jmarshall","name":"John Marshall","path":"/jmarshall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70921?s=80&v=4"}},{"before":"8543a2c485fb96be964da8499b9964d1301dfe3e","after":null,"ref":"refs/tags/0.2_release","pushedAt":"2023-10-06T22:47:55.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jmarshall","name":"John Marshall","path":"/jmarshall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70921?s=80&v=4"}},{"before":"3574737e61f58da4cde813f535bd0aa811a4066a","after":null,"ref":"refs/tags/0.2","pushedAt":"2023-10-06T22:47:29.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jmarshall","name":"John Marshall","path":"/jmarshall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70921?s=80&v=4"}},{"before":"9218de6bb523f43667520fde740067124c48745f","after":null,"ref":"refs/heads/publish-v0.21.0","pushedAt":"2023-10-06T22:27:20.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jmarshall","name":"John Marshall","path":"/jmarshall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70921?s=80&v=4"}},{"before":"d56c778319230ff85a1a8fd61907ba2b52f3f2b5","after":null,"ref":"refs/heads/kbj_bcf_fixes","pushedAt":"2023-10-05T12:14:56.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jmarshall","name":"John Marshall","path":"/jmarshall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70921?s=80&v=4"}},{"before":"eac36adf0e843033412fc1d60f0a0ad73136d43c","after":"08de757a39ab42e867fa188faa860a5fd0b648c1","ref":"refs/heads/master","pushedAt":"2023-10-05T10:32:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jmarshall","name":"John Marshall","path":"/jmarshall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70921?s=80&v=4"},"commit":{"message":"Bump version number to 0.22.0 and add release notes\n\nAdd handover message from Andreas, and add John to various lists\nof authors. Update copyright years in doc/conf.py.","shortMessageHtmlLink":"Bump version number to 0.22.0 and add release notes"}},{"before":"ea6e77e094c438bc39998d4d08e10f7606d08d7c","after":null,"ref":"refs/heads/v0.22.0-draft","pushedAt":"2023-10-05T08:43:57.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jmarshall","name":"John Marshall","path":"/jmarshall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70921?s=80&v=4"}},{"before":"539c3f7364f2093a7a40743f42d0be7e19ca9b57","after":"ea6e77e094c438bc39998d4d08e10f7606d08d7c","ref":"refs/heads/v0.22.0-draft","pushedAt":"2023-10-04T22:00:24.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jmarshall","name":"John Marshall","path":"/jmarshall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70921?s=80&v=4"},"commit":{"message":"Bump to rc13 for luck","shortMessageHtmlLink":"Bump to rc13 for luck"}},{"before":"9401189b9f0247d39b5db9702d37362b0e3e8a78","after":"eac36adf0e843033412fc1d60f0a0ad73136d43c","ref":"refs/heads/master","pushedAt":"2023-10-04T16:12:50.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"jmarshall","name":"John Marshall","path":"/jmarshall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70921?s=80&v=4"},"commit":{"message":"Merge Cirrus CI-based release workflow revamp","shortMessageHtmlLink":"Merge Cirrus CI-based release workflow revamp"}},{"before":"133b5080ce0e207c242c94a586b301275d8f8ffa","after":"539c3f7364f2093a7a40743f42d0be7e19ca9b57","ref":"refs/heads/v0.22.0-draft","pushedAt":"2023-10-04T14:32:24.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jmarshall","name":"John Marshall","path":"/jmarshall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70921?s=80&v=4"},"commit":{"message":"Bump to rc12","shortMessageHtmlLink":"Bump to rc12"}},{"before":"7f0a9c85fb19757269a023569643ef3eb5d05283","after":"133b5080ce0e207c242c94a586b301275d8f8ffa","ref":"refs/heads/v0.22.0-draft","pushedAt":"2023-10-04T13:59:44.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jmarshall","name":"John Marshall","path":"/jmarshall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70921?s=80&v=4"},"commit":{"message":"Bump to rc12","shortMessageHtmlLink":"Bump to rc12"}},{"before":"7643b0b51dd6df94ec076b383045bfef46d04e09","after":"7f0a9c85fb19757269a023569643ef3eb5d05283","ref":"refs/heads/v0.22.0-draft","pushedAt":"2023-10-03T21:41:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jmarshall","name":"John Marshall","path":"/jmarshall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70921?s=80&v=4"},"commit":{"message":"Clean libhts.a and bump version to rc9","shortMessageHtmlLink":"Clean libhts.a and bump version to rc9"}},{"before":"12f47d59d4c5218302a7850f852d1c564fa40521","after":"7643b0b51dd6df94ec076b383045bfef46d04e09","ref":"refs/heads/v0.22.0-draft","pushedAt":"2023-10-03T19:46:31.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jmarshall","name":"John Marshall","path":"/jmarshall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70921?s=80&v=4"},"commit":{"message":"Bump version to rc8","shortMessageHtmlLink":"Bump version to rc8"}},{"before":"f00677dcf6fe07f78c8b325405f094bfbf1fb139","after":"12f47d59d4c5218302a7850f852d1c564fa40521","ref":"refs/heads/v0.22.0-draft","pushedAt":"2023-10-03T19:35:50.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jmarshall","name":"John Marshall","path":"/jmarshall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70921?s=80&v=4"},"commit":{"message":"Bump version to rc8","shortMessageHtmlLink":"Bump version to rc8"}},{"before":"532917eed0b4f07ed6d8530c328a654c1237f60b","after":null,"ref":"refs/tags/release-v0.21.0","pushedAt":"2023-10-02T12:25:13.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jmarshall","name":"John Marshall","path":"/jmarshall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70921?s=80&v=4"}},{"before":"9218de6bb523f43667520fde740067124c48745f","after":null,"ref":"refs/tags/publish-v0.21.0.1","pushedAt":"2023-10-02T12:25:04.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jmarshall","name":"John Marshall","path":"/jmarshall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70921?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEOKhuQAA","startCursor":null,"endCursor":null}},"title":"Activity ยท pysam-developers/pysam"}