{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":45254730,"defaultBranch":"github","name":"NNGT","ownerLogin":"tfardet","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-10-30T14:10:01.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/79037344?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1719087302.0","currentOid":""},"activityList":{"items":[{"before":"08f6ff779dff4ec84012d30a473d9c4290e808a0","after":null,"ref":"refs/heads/srht","pushedAt":"2024-06-22T20:15:02.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"tfardet","name":null,"path":"/tfardet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/79037344?s=80&v=4"}},{"before":"1cb2d9a2c7c8ad41ce200927f819aed823d16ebb","after":null,"ref":"refs/heads/closure","pushedAt":"2024-06-22T20:15:01.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"tfardet","name":null,"path":"/tfardet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/79037344?s=80&v=4"}},{"before":"d8e9f1b143ac94002da478e7cfb7b513ecb69da4","after":null,"ref":"refs/heads/clustering-zhang","pushedAt":"2024-06-22T20:15:00.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"tfardet","name":null,"path":"/tfardet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/79037344?s=80&v=4"}},{"before":"58ec3dd2a606e3bd8ef8bd59ac18cb8e4d80f73e","after":null,"ref":"refs/heads/plt-improved","pushedAt":"2024-06-22T20:14:59.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"tfardet","name":null,"path":"/tfardet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/79037344?s=80&v=4"}},{"before":"d7aa8e6c785656575dd1db6dec21ac4fcd46e145","after":null,"ref":"refs/heads/io-bugfix","pushedAt":"2024-06-22T20:14:58.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"tfardet","name":null,"path":"/tfardet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/79037344?s=80&v=4"}},{"before":"54e8d7a34125dbf1ecfb884b261a498374bc6ab1","after":null,"ref":"refs/heads/ci-srht","pushedAt":"2024-06-22T20:14:57.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"tfardet","name":null,"path":"/tfardet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/79037344?s=80&v=4"}},{"before":"156a40a663dea82970c6c8efc45a1f3cb012fc88","after":null,"ref":"refs/heads/fix-latt-rewire","pushedAt":"2024-06-22T20:14:56.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"tfardet","name":null,"path":"/tfardet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/79037344?s=80&v=4"}},{"before":"4baf0d9f41becec1717d681b2061a47f7bf4f82a","after":null,"ref":"refs/heads/fix-rng-import","pushedAt":"2024-06-22T20:14:55.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"tfardet","name":null,"path":"/tfardet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/79037344?s=80&v=4"}},{"before":"22d3d6c1e56581070ee6b0082a8051a86b0bed59","after":null,"ref":"refs/heads/small-corrections","pushedAt":"2024-06-22T20:14:54.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"tfardet","name":null,"path":"/tfardet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/79037344?s=80&v=4"}},{"before":"a17f28c5faedfca7c332079dfa5f2cf798afa062","after":null,"ref":"refs/heads/pos-to-attr","pushedAt":"2024-06-22T20:14:53.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"tfardet","name":null,"path":"/tfardet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/79037344?s=80&v=4"}},{"before":"3c8252441442fbc7cc7c6c90b422f39774427dac","after":null,"ref":"refs/heads/main","pushedAt":"2024-06-22T20:14:40.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"tfardet","name":null,"path":"/tfardet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/79037344?s=80&v=4"}},{"before":null,"after":"c42089aac9671e77fba18fbd758c84ba01afb489","ref":"refs/heads/github","pushedAt":"2024-06-22T20:11:51.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"tfardet","name":null,"path":"/tfardet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/79037344?s=80&v=4"},"commit":{"message":"Move out of GitHub","shortMessageHtmlLink":"Move out of GitHub"}},{"before":"6ff95c690aa4e835581e3af33a66c5a40d6fe8b7","after":"3c8252441442fbc7cc7c6c90b422f39774427dac","ref":"refs/heads/main","pushedAt":"2024-06-22T20:11:12.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"tfardet","name":null,"path":"/tfardet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/79037344?s=80&v=4"},"commit":{"message":"Version 2.8.0: support numpy >= 2\n\nNNGT now equires matplotlib >= 3.6 and igraph >= 0.10.\n\n**Improvements and bugfixes**\n\n- improved colorbar for plots\n- fix fallback if requested backend fails\n- avoid zero width/height shapes\n- improve shape falback if shapely is missing\n\n**Compatibility**\n\n- better matplotlib compatibility for graph-tool and igraph\n- move to np.nan instead of NaN for numpy 2\n- move to ``packaging`` instead of ``pkg_resources``\n\n**Maintenance and cleanup**\n\n- update build tests and args in setup.py and pyxbld\n- remove use of old numpy random (randint/get_state)\n- remove some unused imports\n- ability to run compatibility tests for a subset of backends\n- use venv for CI\n- skip graph-tool in tests until it is fixed","shortMessageHtmlLink":"Version 2.8.0: support numpy >= 2"}},{"before":"98473ff42c3e0c6b97c1a4a9cf1274fbb40fc2ce","after":"6ff95c690aa4e835581e3af33a66c5a40d6fe8b7","ref":"refs/heads/main","pushedAt":"2024-02-06T14:00:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tfardet","name":null,"path":"/tfardet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/79037344?s=80&v=4"},"commit":{"message":"Catch compile errors and use modern OpenMP with MSVC","shortMessageHtmlLink":"Catch compile errors and use modern OpenMP with MSVC"}},{"before":"1edf0f82b0ae73af5e6a678ba45458342467199b","after":"98473ff42c3e0c6b97c1a4a9cf1274fbb40fc2ce","ref":"refs/heads/main","pushedAt":"2024-02-06T10:53:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tfardet","name":null,"path":"/tfardet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/79037344?s=80&v=4"},"commit":{"message":"Make installation more resilient","shortMessageHtmlLink":"Make installation more resilient"}},{"before":"69143aa813de664aa8e4303e506c8d833ad40149","after":"1edf0f82b0ae73af5e6a678ba45458342467199b","ref":"refs/heads/main","pushedAt":"2024-01-28T09:17:10.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"tfardet","name":null,"path":"/tfardet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/79037344?s=80&v=4"},"commit":{"message":"Improved wheels and sdist builds for shipping","shortMessageHtmlLink":"Improved wheels and sdist builds for shipping"}},{"before":"b203152227708c5f115d262f966aa94f9c8e9b2e","after":"69143aa813de664aa8e4303e506c8d833ad40149","ref":"refs/heads/main","pushedAt":"2023-09-18T07:55:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tfardet","name":null,"path":"/tfardet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/79037344?s=80&v=4"},"commit":{"message":"Doc: fix build\n\nUpdate RtD conda environment and yml\nFix deprecated alltrue in nngt_config.py","shortMessageHtmlLink":"Doc: fix build"}},{"before":"1356c4222e29603356f47207a50fac76de8c2bde","after":"b203152227708c5f115d262f966aa94f9c8e9b2e","ref":"refs/heads/main","pushedAt":"2023-09-17T20:11:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tfardet","name":null,"path":"/tfardet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/79037344?s=80&v=4"},"commit":{"message":"Maintenance: scipy, graph-tool, mplbackend updates\n\n* bump graph-tool minimum version to 2.46\n* update Readthedocs environment\n* move to scipy.signal.windows\n* fix sparse matrix import\n* improve mpl backend support for gt/igraph","shortMessageHtmlLink":"Maintenance: scipy, graph-tool, mplbackend updates"}},{"before":"501100a960a233fc061da9a3e6b4d9a8360620bb","after":"1356c4222e29603356f47207a50fac76de8c2bde","ref":"refs/heads/main","pushedAt":"2023-04-17T15:49:11.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"tfardet","name":null,"path":"/tfardet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/79037344?s=80&v=4"},"commit":{"message":"Version 2.7.0\n\nSupport graph-tool >= 2.4.6\nSupport networkx >= 3\nMove to pyproject.toml\nMake project REUSE compliant\n\nFix bug for igraph node attributes","shortMessageHtmlLink":"Version 2.7.0"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNi0yMlQyMDoxNTowMi4wMDAwMDBazwAAAARscSdq","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNi0yMlQyMDoxNTowMi4wMDAwMDBazwAAAARscSdq","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wNC0xN1QxNTo0OToxMS4wMDAwMDBazwAAAAMadBEe"}},"title":"Activity ยท tfardet/NNGT"}