{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":479516863,"defaultBranch":"main","name":"graph_query_sampler","ownerLogin":"miselico","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-04-08T19:37:23.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/3889771?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1716132955.0","currentOid":""},"activityList":{"items":[{"before":"5e53f44d33f4a02416953955bccfb8098f69e402","after":"3f6f571ff5e5bf43d3e644ddd199067cdebc922c","ref":"refs/heads/main","pushedAt":"2024-05-20T13:12:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"miselico","name":"Michael Cochez","path":"/miselico","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3889771?s=80&v=4"},"commit":{"message":"Corrected the with_inverses function. With @dfdazac","shortMessageHtmlLink":"Corrected the with_inverses function. With @dfdazac"}},{"before":"34ee3afb380cc440873bb186247b9a0c57efb222","after":"5e53f44d33f4a02416953955bccfb8098f69e402","ref":"refs/heads/main","pushedAt":"2024-05-19T16:51:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"miselico","name":"Michael Cochez","path":"/miselico","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3889771?s=80&v=4"},"commit":{"message":"Changed the import behavior such that inverse relations are dealth with.","shortMessageHtmlLink":"Changed the import behavior such that inverse relations are dealth with."}},{"before":"aed0dc43ebd9e60f3eb6e0804c8d6a13b21f0097","after":"34ee3afb380cc440873bb186247b9a0c57efb222","ref":"refs/heads/main","pushedAt":"2024-05-19T16:27:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"miselico","name":"Michael Cochez","path":"/miselico","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3889771?s=80&v=4"},"commit":{"message":"Added method to relation mapper to go from previously inverted relation back to a forward","shortMessageHtmlLink":"Added method to relation mapper to go from previously inverted relati…"}},{"before":"5fb95e8962dd1286d63e0115365a70cd0f06b946","after":null,"ref":"refs/heads/cleaning_names","pushedAt":"2024-05-19T15:35:55.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"miselico","name":"Michael Cochez","path":"/miselico","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3889771?s=80&v=4"}},{"before":"0c78f631d0d40b060f2a0d16230ab97ff9b0d536","after":"aed0dc43ebd9e60f3eb6e0804c8d6a13b21f0097","ref":"refs/heads/main","pushedAt":"2024-05-19T15:35:53.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"miselico","name":"Michael Cochez","path":"/miselico","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3889771?s=80&v=4"},"commit":{"message":"No functional changes. Corrected the signatures of many functions and parameters to comply with python style. Also fixed many spelling issues in comments and strings.\n\nCo-authored-by: Michael Cochez ","shortMessageHtmlLink":"No functional changes. Corrected the signatures of many functions and…"}},{"before":"285d6c9f84b5455db8a1abfb445dcf27c9a43e95","after":"5fb95e8962dd1286d63e0115365a70cd0f06b946","ref":"refs/heads/cleaning_names","pushedAt":"2024-05-19T15:22:59.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"miselico","name":"Michael Cochez","path":"/miselico","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3889771?s=80&v=4"},"commit":{"message":"no functional changes. Corrected the signatures of many functions and parameters to comply with python style. Also fixed many spelling issues in comments and strings. Trigger CI","shortMessageHtmlLink":"no functional changes. Corrected the signatures of many functions and…"}},{"before":"455cfbafa493b64b00e3ce967c68fcca2d1714df","after":"285d6c9f84b5455db8a1abfb445dcf27c9a43e95","ref":"refs/heads/cleaning_names","pushedAt":"2024-05-19T15:11:12.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"miselico","name":"Michael Cochez","path":"/miselico","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3889771?s=80&v=4"},"commit":{"message":"no functional changes. Corrected the signatures of many functions and parameters to comply with python style. Also fixed many spelling issues in comments and strings. Trigger CI","shortMessageHtmlLink":"no functional changes. Corrected the signatures of many functions and…"}},{"before":null,"after":"455cfbafa493b64b00e3ce967c68fcca2d1714df","ref":"refs/heads/cleaning_names","pushedAt":"2024-05-19T15:10:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"miselico","name":"Michael Cochez","path":"/miselico","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3889771?s=80&v=4"},"commit":{"message":"no functional changes. Corrected the signatures of many functions and parameters to comply with python style. Also fixed many spelling issues in comments and strings. Trigger CI","shortMessageHtmlLink":"no functional changes. Corrected the signatures of many functions and…"}},{"before":"4c8f66dad59c2a34c30ebbac9f380d5cad3a1c75","after":null,"ref":"refs/heads/rel_inverses","pushedAt":"2024-05-19T14:15:54.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"miselico","name":"Michael Cochez","path":"/miselico","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3889771?s=80&v=4"}},{"before":"0cf0c14ffaaad3258f3f6f3447284fbfc66bbb98","after":"0c78f631d0d40b060f2a0d16230ab97ff9b0d536","ref":"refs/heads/main","pushedAt":"2024-05-19T14:15:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"miselico","name":"Michael Cochez","path":"/miselico","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3889771?s=80&v=4"},"commit":{"message":"Added relation inverses as an option for the loader. Trigger CI (#55)\n\nCo-authored-by: Michael Cochez ","shortMessageHtmlLink":"Added relation inverses as an option for the loader. Trigger CI (#55)"}},{"before":"87ddecedd35aa02fa990bebefec012ebbf1752a0","after":"4c8f66dad59c2a34c30ebbac9f380d5cad3a1c75","ref":"refs/heads/rel_inverses","pushedAt":"2024-05-19T13:46:59.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"miselico","name":"Michael Cochez","path":"/miselico","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3889771?s=80&v=4"},"commit":{"message":"Added relation inverses as an option for the loader. Trigger CI","shortMessageHtmlLink":"Added relation inverses as an option for the loader. Trigger CI"}},{"before":"a48e468a2c096f9a92a9041bc96a787bd57906ab","after":"87ddecedd35aa02fa990bebefec012ebbf1752a0","ref":"refs/heads/rel_inverses","pushedAt":"2024-05-19T13:39:23.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"miselico","name":"Michael Cochez","path":"/miselico","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3889771?s=80&v=4"},"commit":{"message":"Added relation inverses as an option for the loader. Trigger CI","shortMessageHtmlLink":"Added relation inverses as an option for the loader. Trigger CI"}},{"before":"e445910aab34c965844ee904e3fedd59fc88e80b","after":"a48e468a2c096f9a92a9041bc96a787bd57906ab","ref":"refs/heads/rel_inverses","pushedAt":"2024-05-19T12:53:42.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"miselico","name":"Michael Cochez","path":"/miselico","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3889771?s=80&v=4"},"commit":{"message":"Added relaiton inverses as an option for the loader. Trigger CI","shortMessageHtmlLink":"Added relaiton inverses as an option for the loader. Trigger CI"}},{"before":null,"after":"e445910aab34c965844ee904e3fedd59fc88e80b","ref":"refs/heads/rel_inverses","pushedAt":"2024-05-19T11:35:04.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"miselico","name":"Michael Cochez","path":"/miselico","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3889771?s=80&v=4"},"commit":{"message":"Added relaiton inverses as an option for the loader. Trigger CI","shortMessageHtmlLink":"Added relaiton inverses as an option for the loader. Trigger CI"}},{"before":"f3b273c11fdefae676bb25a72581b47097bfb7c3","after":null,"ref":"refs/heads/import_stats","pushedAt":"2024-05-19T11:32:12.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"miselico","name":"Michael Cochez","path":"/miselico","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3889771?s=80&v=4"}},{"before":"c7d70d432b45c61a691f044480ca614791a6b723","after":"0cf0c14ffaaad3258f3f6f3447284fbfc66bbb98","ref":"refs/heads/main","pushedAt":"2024-05-19T11:32:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"miselico","name":"Michael Cochez","path":"/miselico","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3889771?s=80&v=4"},"commit":{"message":"Added the stats file creation to the import functionality (#53)\n\n* Added the import for the train and validation sets and generation of stats files to the import functionality\r\n\r\n---------\r\n\r\nCo-authored-by: Michael Cochez ","shortMessageHtmlLink":"Added the stats file creation to the import functionality (#53)"}},{"before":"32d85ab9d6a5e4e6562be8b23fcb5707bcd6f5f6","after":"f3b273c11fdefae676bb25a72581b47097bfb7c3","ref":"refs/heads/import_stats","pushedAt":"2024-05-16T20:08:05.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"miselico","name":"Michael Cochez","path":"/miselico","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3889771?s=80&v=4"},"commit":{"message":"Added the import for the train and validation sets.\nTrigger CI","shortMessageHtmlLink":"Added the import for the train and validation sets."}},{"before":"7c426e447dcfcc5a004024f12d3c749b087197fa","after":"32d85ab9d6a5e4e6562be8b23fcb5707bcd6f5f6","ref":"refs/heads/import_stats","pushedAt":"2024-05-16T19:54:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"miselico","name":"Michael Cochez","path":"/miselico","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3889771?s=80&v=4"},"commit":{"message":"Added the import for the train and validation sets.","shortMessageHtmlLink":"Added the import for the train and validation sets."}},{"before":"8b7ab665e71a7857f77bf80b33ba1f3dcdac892e","after":"7c426e447dcfcc5a004024f12d3c749b087197fa","ref":"refs/heads/import_stats","pushedAt":"2024-05-16T13:50:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"miselico","name":"Michael Cochez","path":"/miselico","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3889771?s=80&v=4"},"commit":{"message":"Trigger CI","shortMessageHtmlLink":"Trigger CI"}},{"before":null,"after":"8b7ab665e71a7857f77bf80b33ba1f3dcdac892e","ref":"refs/heads/import_stats","pushedAt":"2024-05-16T13:49:21.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"miselico","name":"Michael Cochez","path":"/miselico","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3889771?s=80&v=4"},"commit":{"message":"Added the stats file creation to the import functionality","shortMessageHtmlLink":"Added the stats file creation to the import functionality"}},{"before":"9e21717301a71aa5ef24281ba050f3f79fa6084e","after":"c7d70d432b45c61a691f044480ca614791a6b723","ref":"refs/heads/main","pushedAt":"2024-05-15T21:54:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"miselico","name":"Michael Cochez","path":"/miselico","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3889771?s=80&v=4"},"commit":{"message":"Upped version to 0.0.1","shortMessageHtmlLink":"Upped version to 0.0.1"}},{"before":"49ca7b1f4f21a81f9abe4dfb702bd9b829a3834d","after":null,"ref":"refs/heads/corecting_loader_types","pushedAt":"2024-05-15T21:48:01.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"miselico","name":"Michael Cochez","path":"/miselico","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3889771?s=80&v=4"}},{"before":"b60546faf1158d0995f92f059e473defbf6e2a7b","after":"9e21717301a71aa5ef24281ba050f3f79fa6084e","ref":"refs/heads/main","pushedAt":"2024-05-15T21:47:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"miselico","name":"Michael Cochez","path":"/miselico","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3889771?s=80&v=4"},"commit":{"message":"Corrected type annotation for get_query_data_loaders. (#52)\n\nCorrected type annotation for get_query_data_loaders\r\nNow `-> Tuple[Mapping[str, DataLoader[QueryGraphBatch]..` instead of `-> Tuple[Mapping[str, DataLoader[TorchQuery]..`\r\n\r\nAlso replace typing.List with just list.\r\n\r\nCo-authored-by: Michael Cochez ","shortMessageHtmlLink":"Corrected type annotation for get_query_data_loaders. (#52)"}},{"before":"d538d471d1b92740d7a2775b4e540ce1c3535bfc","after":"49ca7b1f4f21a81f9abe4dfb702bd9b829a3834d","ref":"refs/heads/corecting_loader_types","pushedAt":"2024-05-15T21:42:17.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"miselico","name":"Michael Cochez","path":"/miselico","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3889771?s=80&v=4"},"commit":{"message":"Corrected type annotation for get_query_data_loaders.\nNow -> Tuple[Mapping[str, DataLoader[QueryGraphBatch].. instead of -> Tuple[Mapping[str, DataLoader[TorchQuery]..\n\nAlso replace typing.List with just list.\nUpped version\n\nTrigger CI","shortMessageHtmlLink":"Corrected type annotation for get_query_data_loaders."}},{"before":"17901e1bf31533f9e61e25593c5648af16745b32","after":"d538d471d1b92740d7a2775b4e540ce1c3535bfc","ref":"refs/heads/corecting_loader_types","pushedAt":"2024-05-15T21:33:26.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"miselico","name":"Michael Cochez","path":"/miselico","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3889771?s=80&v=4"},"commit":{"message":"Corrected type annotation for get_query_data_loaders.\nNow -> Tuple[Mapping[str, DataLoader[QueryGraphBatch].. instead of -> Tuple[Mapping[str, DataLoader[TorchQuery]..\n\nAlso replace typing.List with just list.\n\nTrigger CI","shortMessageHtmlLink":"Corrected type annotation for get_query_data_loaders."}},{"before":null,"after":"17901e1bf31533f9e61e25593c5648af16745b32","ref":"refs/heads/corecting_loader_types","pushedAt":"2024-05-15T21:31:32.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"miselico","name":"Michael Cochez","path":"/miselico","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3889771?s=80&v=4"},"commit":{"message":"Corrected type annotation for get_query_data_loaders.\nNow -> Tuple[Mapping[str, DataLoader[QueryGraphBatch].. instead of -> Tuple[Mapping[str, DataLoader[TorchQuery]..\n\nAlso replace typing.List with just list.","shortMessageHtmlLink":"Corrected type annotation for get_query_data_loaders."}},{"before":"74d3c5040fe9ba176e973ab0be26ddb7956d488a","after":null,"ref":"refs/heads/minor_corrections","pushedAt":"2024-05-13T19:29:58.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"miselico","name":"Michael Cochez","path":"/miselico","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3889771?s=80&v=4"}},{"before":"9e416d0770cdcdbdbebfa4cf07125beb1f6c4c4b","after":"b60546faf1158d0995f92f059e473defbf6e2a7b","ref":"refs/heads/main","pushedAt":"2024-05-13T19:29:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"miselico","name":"Michael Cochez","path":"/miselico","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3889771?s=80&v=4"},"commit":{"message":"Minor corrections (#51)\n\nSeveral smaller changes, one bugfix.\r\n* Improved error message for dataset names. Allow creation of parent directories when importing\r\n* Applied the name change _entitiy_and_var_mapping to _entity_and_var_mapping in one final place\r\n\r\n---------\r\n\r\nCo-authored-by: Michael Cochez ","shortMessageHtmlLink":"Minor corrections (#51)"}},{"before":"46368e9dfd7865632a46055b833361fbbe75e4e9","after":"74d3c5040fe9ba176e973ab0be26ddb7956d488a","ref":"refs/heads/minor_corrections","pushedAt":"2024-05-13T18:17:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"miselico","name":"Michael Cochez","path":"/miselico","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3889771?s=80&v=4"},"commit":{"message":"Trigger CI","shortMessageHtmlLink":"Trigger CI"}},{"before":"4ff4d743a5b8fdcd5d00863a0a9cf99f02475c3f","after":"46368e9dfd7865632a46055b833361fbbe75e4e9","ref":"refs/heads/minor_corrections","pushedAt":"2024-05-13T18:17:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"miselico","name":"Michael Cochez","path":"/miselico","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3889771?s=80&v=4"},"commit":{"message":"Applied the name change _entitiy_and_var_mapping to _entity_and_var_mapping in one final place","shortMessageHtmlLink":"Applied the name change _entitiy_and_var_mapping to _entity_and_var_m…"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAETs-r9AA","startCursor":null,"endCursor":null}},"title":"Activity · miselico/graph_query_sampler"}