{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":612549983,"defaultBranch":"main","name":"pyresample","ownerLogin":"SwamyDev","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2023-03-11T09:30:27.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1769280?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1678527034.7722082","currentOid":""},"activityList":{"items":[{"before":"2f0516ad39d447758f4c325b6bd5e43c7293685c","after":"b36e04717d84dabf1ec56c6c2791917128de118a","ref":"refs/heads/main","pushedAt":"2023-03-22T16:10:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"SwamyDev","name":"Bernhard Raml","path":"/SwamyDev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1769280?s=80&v=4"},"commit":{"message":"Update copy right year in module comment\n\nCo-authored-by: Martin Raspaud ","shortMessageHtmlLink":"Update copy right year in module comment"}},{"before":"061d5e600b87e96b10512345e1070350ee22bc02","after":"2f0516ad39d447758f4c325b6bd5e43c7293685c","ref":"refs/heads/main","pushedAt":"2023-03-21T19:25:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"SwamyDev","name":"Bernhard Raml","path":"/SwamyDev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1769280?s=80&v=4"},"commit":{"message":"Fix typo and accidental global formatting","shortMessageHtmlLink":"Fix typo and accidental global formatting"}},{"before":"83ed4435c4060b47ae9c3f983df872dde0b10a64","after":"061d5e600b87e96b10512345e1070350ee22bc02","ref":"refs/heads/main","pushedAt":"2023-03-21T19:18:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"SwamyDev","name":"Bernhard Raml","path":"/SwamyDev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1769280?s=80&v=4"},"commit":{"message":"Reserve number of elements instead of segments\n\nThis seems to cover the most common cases where we expect the final\narray to be roughly in the ballpark of the target area's size.\nHowever, since it still can happen that pixels turn out to be invalid,\nwe need to trim at the end. Also, we initialise lazily, so we know the\nfull shape of the expected segments.","shortMessageHtmlLink":"Reserve number of elements instead of segments"}},{"before":"57081990b5ccaf23ba633665ebe9391da2cdff1a","after":"83ed4435c4060b47ae9c3f983df872dde0b10a64","ref":"refs/heads/main","pushedAt":"2023-03-17T06:44:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"SwamyDev","name":"Bernhard Raml","path":"/SwamyDev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1769280?s=80&v=4"},"commit":{"message":"Fix doc string on new line","shortMessageHtmlLink":"Fix doc string on new line"}},{"before":"a2de26339e0757c6179aea5d20a00f06be00e711","after":"57081990b5ccaf23ba633665ebe9391da2cdff1a","ref":"refs/heads/main","pushedAt":"2023-03-17T06:43:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"SwamyDev","name":"Bernhard Raml","path":"/SwamyDev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1769280?s=80&v=4"},"commit":{"message":"Prealloc appendable array by segment count & size\n\nThe appendable array class now pre-allocates memory lazily based on\nexpected number of segments and the size of the first segment received.\nThis way we don't need to add another pre-allocation size parameter to\nthe interface, and still make sure that no unnecessary RAM is occupied.\nFor instance, when users utilize masked arrays for neighbour info\nqueries index and distance arrays can be significantly smaller, as is\ndemonstrated in the `test_nearest_masked_swath_target`test.","shortMessageHtmlLink":"Prealloc appendable array by segment count & size"}},{"before":"9d5558105e88866be073df1024c94192fbdacbd6","after":"a2de26339e0757c6179aea5d20a00f06be00e711","ref":"refs/heads/main","pushedAt":"2023-03-14T11:51:48.094Z","pushType":"push","commitsCount":1,"pusher":{"login":"SwamyDev","name":"Bernhard Raml","path":"/SwamyDev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1769280?s=80&v=4"},"commit":{"message":"Fix doc string formatting issues","shortMessageHtmlLink":"Fix doc string formatting issues"}},{"before":"e718f07fc3546bc928481fd11a9b032c5cf86446","after":"9d5558105e88866be073df1024c94192fbdacbd6","ref":"refs/heads/main","pushedAt":"2023-03-14T10:48:29.920Z","pushType":"push","commitsCount":1,"pusher":{"login":"SwamyDev","name":"Bernhard Raml","path":"/SwamyDev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1769280?s=80&v=4"},"commit":{"message":"Add doc strings and fix formatting issues","shortMessageHtmlLink":"Add doc strings and fix formatting issues"}},{"before":"8514485a41362cc4caf0d2b0b2eda3eded2e912e","after":"e718f07fc3546bc928481fd11a9b032c5cf86446","ref":"refs/heads/main","pushedAt":"2023-03-13T17:03:57.741Z","pushType":"push","commitsCount":3,"pusher":{"login":"SwamyDev","name":"Bernhard Raml","path":"/SwamyDev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1769280?s=80&v=4"},"commit":{"message":"Merge branch 'pytroll:main' into main","shortMessageHtmlLink":"Merge branch 'pytroll:main' into main"}},{"before":"a94ab67b2bfc512156f67e99854d7ce7490db224","after":"8514485a41362cc4caf0d2b0b2eda3eded2e912e","ref":"refs/heads/main","pushedAt":"2023-03-11T17:26:07.316Z","pushType":"push","commitsCount":1,"pusher":{"login":"SwamyDev","name":"Bernhard Raml","path":"/SwamyDev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1769280?s=80&v=4"},"commit":{"message":"Allow pre-allocation of neighbour info results\n\nAdd a preallocate_size option to get_neighbour_info to allow users to\nspecify an expected result size, to avoid unnecessary copies when\nmultiple look-up segments are appended to the final result.","shortMessageHtmlLink":"Allow pre-allocation of neighbour info results"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADCQLeuAA","startCursor":null,"endCursor":null}},"title":"Activity ยท SwamyDev/pyresample"}