{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":471420143,"defaultBranch":"main","name":"synthcity","ownerLogin":"vanderschaarlab","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-03-18T15:26:36.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/73268586?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1712829341.0","currentOid":""},"activityList":{"items":[{"before":"44cd36d2738c4ea093b1becf46ff9702ac5cbf12","after":"943fa280687d236d783e53f40302838f5924f422","ref":"refs/heads/main","pushedAt":"2024-04-15T08:32:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"robsdavis","name":"Rob","path":"/robsdavis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62107751?s=80&v=4"},"commit":{"message":"Classification metric fix [type:bug] (#260)\n\n* reuse encoders\r\n\r\n* ensure categorical encoder is trained on real and synthetic\r\n\r\n* better transformer\r\n\r\n* remove unnecessary imports\r\n\r\n* better error message\r\n\r\n* compatbility with DDIM\r\n\r\n* ensure classification metrics are always used when the task is classification\r\n\r\n* fix mlp arguments typo\r\n\r\n* add task_type to fix wrongful evaluation\r\n\r\n* formatting\r\n\r\n* ensure KFold works for regression\r\n\r\n* remove debugging statements\r\n\r\n* specify task type","shortMessageHtmlLink":"Classification metric fix [type:bug] (#260)"}},{"before":"de3fce47b4ff00dc705ad8a3dcbdd5fc87dd8bc5","after":"44cd36d2738c4ea093b1becf46ff9702ac5cbf12","ref":"refs/heads/main","pushedAt":"2024-04-12T09:52:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"robsdavis","name":"Rob","path":"/robsdavis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62107751?s=80&v=4"},"commit":{"message":"Patch ctgan batchsize1 (#263)\n\n* reuse encoders\r\n\r\n* ensure categorical encoder is trained on real and synthetic\r\n\r\n* better transformer\r\n\r\n* remove unnecessary imports\r\n\r\n* better error message\r\n\r\n* compatbility with DDIM\r\n\r\n* Fix CTGAN for batchsize=1\r\n\r\nA .squeeze statement caused errors during training when one of the batches is 1. Ensuring only the last dimension is squeezed fixes this","shortMessageHtmlLink":"Patch ctgan batchsize1 (#263)"}},{"before":"41e6e5acfd886dd4ebc0528039e9395a2a93b380","after":"de3fce47b4ff00dc705ad8a3dcbdd5fc87dd8bc5","ref":"refs/heads/main","pushedAt":"2024-04-11T09:55:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"robsdavis","name":"Rob","path":"/robsdavis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62107751?s=80&v=4"},"commit":{"message":"Bump pillow from 10.2.0 to 10.3.0 in /docs (#265)\n\nBumps [pillow](https://github.com/python-pillow/Pillow) from 10.2.0 to 10.3.0.\r\n- [Release notes](https://github.com/python-pillow/Pillow/releases)\r\n- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)\r\n- [Commits](https://github.com/python-pillow/Pillow/compare/10.2.0...10.3.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: pillow\r\n dependency-type: direct:production\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump pillow from 10.2.0 to 10.3.0 in /docs (#265)"}},{"before":"d4559f9aaad32f6bc37c3a9bcf0154b4d4fa4069","after":null,"ref":"refs/heads/dependabot/pip/docs/pillow-10.3.0","pushedAt":"2024-04-11T09:55:41.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"robsdavis","name":"Rob","path":"/robsdavis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62107751?s=80&v=4"}},{"before":null,"after":"d4559f9aaad32f6bc37c3a9bcf0154b4d4fa4069","ref":"refs/heads/dependabot/pip/docs/pillow-10.3.0","pushedAt":"2024-04-03T16:31:02.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump pillow from 10.2.0 to 10.3.0 in /docs\n\nBumps [pillow](https://github.com/python-pillow/Pillow) from 10.2.0 to 10.3.0.\n- [Release notes](https://github.com/python-pillow/Pillow/releases)\n- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)\n- [Commits](https://github.com/python-pillow/Pillow/compare/10.2.0...10.3.0)\n\n---\nupdated-dependencies:\n- dependency-name: pillow\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump pillow from 10.2.0 to 10.3.0 in /docs"}},{"before":"14d67ee130241a9a24eec6e5bb169a006986ac4f","after":"41e6e5acfd886dd4ebc0528039e9395a2a93b380","ref":"refs/heads/main","pushedAt":"2024-03-11T11:27:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"robsdavis","name":"Rob","path":"/robsdavis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62107751?s=80&v=4"},"commit":{"message":"Metrics: ensure ordinal encoder of classes is the same in real and synthetic datasets [type:bug] (#257)\n\n* reuse encoders\r\n\r\n* ensure categorical encoder is trained on real and synthetic\r\n\r\n* better transformer\r\n\r\n* remove unnecessary imports\r\n\r\n* better error message\r\n\r\n* compatbility with DDIM","shortMessageHtmlLink":"Metrics: ensure ordinal encoder of classes is the same in real and sy…"}},{"before":"8bb3ce17e7fcdd6facaa93d13335d817de4c2e29","after":null,"ref":"refs/heads/258-migrate-to-networkx-30","pushedAt":"2024-03-11T09:59:37.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"robsdavis","name":"Rob","path":"/robsdavis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62107751?s=80&v=4"}},{"before":"10dbe78add379c29ea4283240ec717a5822e934e","after":"14d67ee130241a9a24eec6e5bb169a006986ac4f","ref":"refs/heads/main","pushedAt":"2024-03-11T09:59:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"robsdavis","name":"Rob","path":"/robsdavis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62107751?s=80&v=4"},"commit":{"message":"pin networkx < 3.0 (#259)\n\n* pin networkx\r\n\r\n* pin dgl=<2.0.0","shortMessageHtmlLink":"pin networkx < 3.0 (#259)"}},{"before":"448471012d7ef797ef80654cc9cfb37c6536e79d","after":"8bb3ce17e7fcdd6facaa93d13335d817de4c2e29","ref":"refs/heads/258-migrate-to-networkx-30","pushedAt":"2024-03-07T13:59:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"robsdavis","name":"Rob","path":"/robsdavis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62107751?s=80&v=4"},"commit":{"message":"revert temp change","shortMessageHtmlLink":"revert temp change"}},{"before":"f8615d088eaad7a8bfc61e1cd2f7bf75667e9261","after":"448471012d7ef797ef80654cc9cfb37c6536e79d","ref":"refs/heads/258-migrate-to-networkx-30","pushedAt":"2024-03-07T11:33:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"robsdavis","name":"Rob","path":"/robsdavis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62107751?s=80&v=4"},"commit":{"message":"Tweak dgl version pin","shortMessageHtmlLink":"Tweak dgl version pin"}},{"before":"4a5f441eb954f72dc0629550471eea1dbde97b80","after":"f8615d088eaad7a8bfc61e1cd2f7bf75667e9261","ref":"refs/heads/258-migrate-to-networkx-30","pushedAt":"2024-03-07T09:43:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"robsdavis","name":"Rob","path":"/robsdavis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62107751?s=80&v=4"},"commit":{"message":"Tweak dgl version pin","shortMessageHtmlLink":"Tweak dgl version pin"}},{"before":"9b98cb1ea47c8ceed203daa607b5aca9d2b875bf","after":"4a5f441eb954f72dc0629550471eea1dbde97b80","ref":"refs/heads/258-migrate-to-networkx-30","pushedAt":"2024-03-07T09:31:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"robsdavis","name":"Rob","path":"/robsdavis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62107751?s=80&v=4"},"commit":{"message":"Tweak dgl version pin","shortMessageHtmlLink":"Tweak dgl version pin"}},{"before":"b394276f2d4aef4b9625a08ddcdd897526007844","after":"9b98cb1ea47c8ceed203daa607b5aca9d2b875bf","ref":"refs/heads/258-migrate-to-networkx-30","pushedAt":"2024-03-06T14:19:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"robsdavis","name":"Rob","path":"/robsdavis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62107751?s=80&v=4"},"commit":{"message":"Tweak dgl version pin and reinstate temp change to debug","shortMessageHtmlLink":"Tweak dgl version pin and reinstate temp change to debug"}},{"before":"e6fd7c0f6a369c2cfc3fca707c667308fc266bc4","after":"b394276f2d4aef4b9625a08ddcdd897526007844","ref":"refs/heads/258-migrate-to-networkx-30","pushedAt":"2024-03-06T11:35:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"robsdavis","name":"Rob","path":"/robsdavis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62107751?s=80&v=4"},"commit":{"message":"Tweak dgl version pin","shortMessageHtmlLink":"Tweak dgl version pin"}},{"before":"b56d61d4c8a4d50085c138a635f90f28b15e6410","after":"e6fd7c0f6a369c2cfc3fca707c667308fc266bc4","ref":"refs/heads/258-migrate-to-networkx-30","pushedAt":"2024-03-05T15:56:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"robsdavis","name":"Rob","path":"/robsdavis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62107751?s=80&v=4"},"commit":{"message":"revert temp change","shortMessageHtmlLink":"revert temp change"}},{"before":"0c1c9e5be557b812497a767ddb840a4f86b60a72","after":"b56d61d4c8a4d50085c138a635f90f28b15e6410","ref":"refs/heads/258-migrate-to-networkx-30","pushedAt":"2024-03-05T14:46:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"robsdavis","name":"Rob","path":"/robsdavis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62107751?s=80&v=4"},"commit":{"message":"pin dgl==2.0.0","shortMessageHtmlLink":"pin dgl==2.0.0"}},{"before":"3e782930ec7849dd6c435ef3318cc5cb8414bb9a","after":"0c1c9e5be557b812497a767ddb840a4f86b60a72","ref":"refs/heads/258-migrate-to-networkx-30","pushedAt":"2024-03-05T10:37:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"robsdavis","name":"Rob","path":"/robsdavis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62107751?s=80&v=4"},"commit":{"message":"temp - remove try from plugin","shortMessageHtmlLink":"temp - remove try from plugin"}},{"before":"10dbe78add379c29ea4283240ec717a5822e934e","after":"3e782930ec7849dd6c435ef3318cc5cb8414bb9a","ref":"refs/heads/258-migrate-to-networkx-30","pushedAt":"2024-03-05T08:30:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"robsdavis","name":"Rob","path":"/robsdavis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62107751?s=80&v=4"},"commit":{"message":"pin networkx","shortMessageHtmlLink":"pin networkx"}},{"before":null,"after":"10dbe78add379c29ea4283240ec717a5822e934e","ref":"refs/heads/258-migrate-to-networkx-30","pushedAt":"2024-03-05T08:08:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"robsdavis","name":"Rob","path":"/robsdavis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62107751?s=80&v=4"},"commit":{"message":"Fix full test errors (#255)\n\n* debugging\r\n\r\n* working fast tests\r\n\r\n* passing tests\r\n\r\n* pin lifelines<0.28 as 0.28 does not support python 3.8\r\n\r\n* debugging lifelines files error\r\n\r\n* lifelines==0.27.7\r\n\r\n* fix version pin\r\n\r\n* revert to strict pin\r\n\r\n* lifelines version constraints as generic as possible\r\n\r\n* split core tests into fast and slow and increase timeout\r\n\r\n* split slow tests into two\r\n\r\n* update version","shortMessageHtmlLink":"Fix full test errors (#255)"}},{"before":"e083803251e2ff2f2d322ceef72f217d8b0d4851","after":null,"ref":"refs/heads/fix-full-test-errors","pushedAt":"2024-02-29T16:04:41.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"robsdavis","name":"Rob","path":"/robsdavis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62107751?s=80&v=4"}},{"before":"a7956c838c379eb709e4064fad148929d301c8d1","after":"10dbe78add379c29ea4283240ec717a5822e934e","ref":"refs/heads/main","pushedAt":"2024-02-29T16:04:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"robsdavis","name":"Rob","path":"/robsdavis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62107751?s=80&v=4"},"commit":{"message":"Fix full test errors (#255)\n\n* debugging\r\n\r\n* working fast tests\r\n\r\n* passing tests\r\n\r\n* pin lifelines<0.28 as 0.28 does not support python 3.8\r\n\r\n* debugging lifelines files error\r\n\r\n* lifelines==0.27.7\r\n\r\n* fix version pin\r\n\r\n* revert to strict pin\r\n\r\n* lifelines version constraints as generic as possible\r\n\r\n* split core tests into fast and slow and increase timeout\r\n\r\n* split slow tests into two\r\n\r\n* update version","shortMessageHtmlLink":"Fix full test errors (#255)"}},{"before":"9f049dfadb6a014a6824c036e8e8963ff8d09816","after":"e083803251e2ff2f2d322ceef72f217d8b0d4851","ref":"refs/heads/fix-full-test-errors","pushedAt":"2024-02-29T12:07:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"robsdavis","name":"Rob","path":"/robsdavis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62107751?s=80&v=4"},"commit":{"message":"update version","shortMessageHtmlLink":"update version"}},{"before":"e34b69e71c1d2c74f5e974b73b703640c1e1962a","after":"9f049dfadb6a014a6824c036e8e8963ff8d09816","ref":"refs/heads/fix-full-test-errors","pushedAt":"2024-02-15T10:41:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"robsdavis","name":"Rob","path":"/robsdavis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62107751?s=80&v=4"},"commit":{"message":"split slow tests into two","shortMessageHtmlLink":"split slow tests into two"}},{"before":"d2c2ff788bb192ffa9a3b12d5793afc98009795a","after":"e34b69e71c1d2c74f5e974b73b703640c1e1962a","ref":"refs/heads/fix-full-test-errors","pushedAt":"2024-02-14T16:11:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"robsdavis","name":"Rob","path":"/robsdavis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62107751?s=80&v=4"},"commit":{"message":"split core tests into fast and slow and increase timeout","shortMessageHtmlLink":"split core tests into fast and slow and increase timeout"}},{"before":"9cf46ddb85da8deb87edb37cbdeb00c209efdf4a","after":"d2c2ff788bb192ffa9a3b12d5793afc98009795a","ref":"refs/heads/fix-full-test-errors","pushedAt":"2024-02-13T14:08:24.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"robsdavis","name":"Rob","path":"/robsdavis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62107751?s=80&v=4"},"commit":{"message":"lifelines version constraints as generic as possible","shortMessageHtmlLink":"lifelines version constraints as generic as possible"}},{"before":"11c36a73da82eafb5ccda1030d0c02a15b2b53b3","after":"9cf46ddb85da8deb87edb37cbdeb00c209efdf4a","ref":"refs/heads/fix-full-test-errors","pushedAt":"2024-02-13T10:19:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"robsdavis","name":"Rob","path":"/robsdavis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62107751?s=80&v=4"},"commit":{"message":"lifelines==0.27.7","shortMessageHtmlLink":"lifelines==0.27.7"}},{"before":"e2bd946226c00cecd62b51a733950965a2ac3666","after":"11c36a73da82eafb5ccda1030d0c02a15b2b53b3","ref":"refs/heads/fix-full-test-errors","pushedAt":"2024-02-13T09:50:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"robsdavis","name":"Rob","path":"/robsdavis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62107751?s=80&v=4"},"commit":{"message":"debugging lifelines files error","shortMessageHtmlLink":"debugging lifelines files error"}},{"before":"1480884542d9c9b38c650592c6ad33d70298c479","after":"e2bd946226c00cecd62b51a733950965a2ac3666","ref":"refs/heads/fix-full-test-errors","pushedAt":"2024-02-12T14:42:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"robsdavis","name":"Rob","path":"/robsdavis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62107751?s=80&v=4"},"commit":{"message":"pin lifelines<0.28 as 0.28 does not support python 3.8","shortMessageHtmlLink":"pin lifelines<0.28 as 0.28 does not support python 3.8"}},{"before":null,"after":"1480884542d9c9b38c650592c6ad33d70298c479","ref":"refs/heads/fix-full-test-errors","pushedAt":"2024-02-12T14:37:14.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"robsdavis","name":"Rob","path":"/robsdavis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62107751?s=80&v=4"},"commit":{"message":"passing tests","shortMessageHtmlLink":"passing tests"}},{"before":"bfb937f8627983fc946f231c1678a4bdce8dc871","after":null,"ref":"refs/heads/dependabot/pip/docs/pillow-10.2.0","pushedAt":"2024-02-06T11:26:17.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"robsdavis","name":"Rob","path":"/robsdavis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62107751?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEMK9cVwA","startCursor":null,"endCursor":null}},"title":"Activity · vanderschaarlab/synthcity"}