{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":477865045,"defaultBranch":"main","name":"LorentzVectorHEP.jl","ownerLogin":"JuliaHEP","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-04-04T20:37:29.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/20717981?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1697468312.0","currentOid":""},"activityList":{"items":[{"before":"6f0e9e67b3f174b1f5d158e69533df84f232fc5e","after":"75204b476916ab8cfd5fdb030e5b03bec3a3f33b","ref":"refs/heads/main","pushedAt":"2023-10-16T14:43:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Moelf","name":"Jerry Ling","path":"/Moelf","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5306213?s=80&v=4"},"commit":{"message":"bump","shortMessageHtmlLink":"bump"}},{"before":"912d673e11852998ff60e84d710a3de130183c0c","after":null,"ref":"refs/heads/add-rapidity","pushedAt":"2023-10-16T14:43:05.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Moelf","name":"Jerry Ling","path":"/Moelf","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5306213?s=80&v=4"}},{"before":"759f031f8c722770abb5d15fc11715970cc2fc07","after":"6f0e9e67b3f174b1f5d158e69533df84f232fc5e","ref":"refs/heads/main","pushedAt":"2023-10-16T14:17:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"graeme-a-stewart","name":"Graeme A Stewart","path":"/graeme-a-stewart","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8511620?s=80&v=4"},"commit":{"message":"Add rapidity methods (#9)\n\n* Add rapidity methods\r\n\r\nAdd methods that return the true rapidity of LorentzVectors (E, p)\r\nthese are defined for both cartesian and cylindrical cases as rapidity()\r\n(same method name as ScikitHEP's Vector package).\r\n\r\nAdd methods for the square of mass and the square of momentum\r\nas these can be useful for more specialist calculations (but not\r\nexported). \r\n\r\nChange mass() to be negative for vectors where p^2 > E^2, which\r\nis the convention followed in ROOT and in ScikitHEP Vector.","shortMessageHtmlLink":"Add rapidity methods (#9)"}},{"before":"a5efbebce087d3410e745f4bb1b8f7fab2bb5d19","after":"912d673e11852998ff60e84d710a3de130183c0c","ref":"refs/heads/add-rapidity","pushedAt":"2023-10-13T18:16:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"graeme-a-stewart","name":"Graeme A Stewart","path":"/graeme-a-stewart","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8511620?s=80&v=4"},"commit":{"message":"Fix mass method for space-like vectors\n\nAnd add test for same","shortMessageHtmlLink":"Fix mass method for space-like vectors"}},{"before":"abcf3d25fdb819a7bbd9699d573d63600bf6d20c","after":"a5efbebce087d3410e745f4bb1b8f7fab2bb5d19","ref":"refs/heads/add-rapidity","pushedAt":"2023-10-13T15:29:31.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"graeme-a-stewart","name":"Graeme A Stewart","path":"/graeme-a-stewart","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8511620?s=80&v=4"},"commit":{"message":"Improve code coverage","shortMessageHtmlLink":"Improve code coverage"}},{"before":"2e3acce97a2b9f1069325e77b7c69734cf4649cf","after":"abcf3d25fdb819a7bbd9699d573d63600bf6d20c","ref":"refs/heads/add-rapidity","pushedAt":"2023-10-13T15:14:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"graeme-a-stewart","name":"Graeme A Stewart","path":"/graeme-a-stewart","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8511620?s=80&v=4"},"commit":{"message":"Improve code coverage","shortMessageHtmlLink":"Improve code coverage"}},{"before":"e69f96346e56be5921f7e782b2c5e3b370130bd4","after":"2e3acce97a2b9f1069325e77b7c69734cf4649cf","ref":"refs/heads/add-rapidity","pushedAt":"2023-10-13T14:55:22.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"graeme-a-stewart","name":"Graeme A Stewart","path":"/graeme-a-stewart","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8511620?s=80&v=4"},"commit":{"message":"Rename rap to rapidity\n\nThis is the same method name as ScikitHEP's Vector package\nAdd a note that we adopt the ROOT convention of returning a negative\nmass for space-like 4-vectors","shortMessageHtmlLink":"Rename rap to rapidity"}},{"before":"167212816b07716479d9b160ba87d4cd0af199af","after":"e69f96346e56be5921f7e782b2c5e3b370130bd4","ref":"refs/heads/add-rapidity","pushedAt":"2023-10-13T14:45:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"graeme-a-stewart","name":"Graeme A Stewart","path":"/graeme-a-stewart","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8511620?s=80&v=4"},"commit":{"message":"Rename rap to rapidity\n\nThis is the same method name as ScikitHEP's Vector package\nAdd a note that we adopt the ROOT convention of returning a negative\nmass for space-like 4-vectors","shortMessageHtmlLink":"Rename rap to rapidity"}},{"before":null,"after":"167212816b07716479d9b160ba87d4cd0af199af","ref":"refs/heads/add-rapidity","pushedAt":"2023-10-13T06:40:50.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"graeme-a-stewart","name":"Graeme A Stewart","path":"/graeme-a-stewart","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8511620?s=80&v=4"},"commit":{"message":"Add rapidity methods\n\nAdd methods that return the true rapidity of LorentzVectors (E, p)\nthese are defined for both cartesian and cylindrical cases as rap()\n\nAdd methods for the square of mass and the square of momentum\nas these can be useful for more specialist calculations (but not\nexported)","shortMessageHtmlLink":"Add rapidity methods"}},{"before":"189aa115383b627b361441b8a503402b29f12c49","after":"759f031f8c722770abb5d15fc11715970cc2fc07","ref":"refs/heads/main","pushedAt":"2023-07-26T23:25:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Moelf","name":"Jerry Ling","path":"/Moelf","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5306213?s=80&v=4"},"commit":{"message":"widen type constraint for AD","shortMessageHtmlLink":"widen type constraint for AD"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADmCKs1gA","startCursor":null,"endCursor":null}},"title":"Activity ยท JuliaHEP/LorentzVectorHEP.jl"}