{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":72570187,"defaultBranch":"master","name":"firecrown","ownerLogin":"LSSTDESC","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2016-11-01T19:39:51.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/2731443?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1715888776.0","currentOid":""},"activityList":{"items":[{"before":"6cfaf4be21e15c4c03cbe34d7e490ed658c90407","after":null,"ref":"refs/heads/release-version-restrictions","pushedAt":"2024-05-16T19:46:16.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"marcpaterno","name":"Marc Paterno","path":"/marcpaterno","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/181471?s=80&v=4"}},{"before":"b971d38d7c7882454da4c65a2be4dbe65171da62","after":"9105119e22149f94c8b4b07269fd91875ba7746b","ref":"refs/heads/master","pushedAt":"2024-05-16T19:46:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"marcpaterno","name":"Marc Paterno","path":"/marcpaterno","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/181471?s=80&v=4"},"commit":{"message":"Release most version restrictions (#423)\n\n* Release most version restrictions\r\n* Put back Cython version restriction to fix classy failure to build","shortMessageHtmlLink":"Release most version restrictions (#423)"}},{"before":"01649a2985c69fc99060fd4a3b225af3e8890235","after":"6cfaf4be21e15c4c03cbe34d7e490ed658c90407","ref":"refs/heads/release-version-restrictions","pushedAt":"2024-05-16T18:35:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"marcpaterno","name":"Marc Paterno","path":"/marcpaterno","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/181471?s=80&v=4"},"commit":{"message":"Put back Cyton version restriction to fix classy failure to build","shortMessageHtmlLink":"Put back Cyton version restriction to fix classy failure to build"}},{"before":null,"after":"01649a2985c69fc99060fd4a3b225af3e8890235","ref":"refs/heads/release-version-restrictions","pushedAt":"2024-05-16T17:57:04.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"marcpaterno","name":"Marc Paterno","path":"/marcpaterno","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/181471?s=80&v=4"},"commit":{"message":"Release most version restrictions","shortMessageHtmlLink":"Release most version restrictions"}},{"before":"1b87897f2a90b9f8c8a80044e066ee0bcdc8300a","after":null,"ref":"refs/heads/fixes_pylint_3_2_new_issues","pushedAt":"2024-05-15T19:00:28.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"marcpaterno","name":"Marc Paterno","path":"/marcpaterno","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/181471?s=80&v=4"}},{"before":"491eb578e7f40203cdd2b28e4fa3120bd254d165","after":"b971d38d7c7882454da4c65a2be4dbe65171da62","ref":"refs/heads/master","pushedAt":"2024-05-15T19:00:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"marcpaterno","name":"Marc Paterno","path":"/marcpaterno","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/181471?s=80&v=4"},"commit":{"message":"Updated pylint ignore to avoid numcosmo bindings confusion. (#422)\n\n* Updated pylint ignore to avoid numcosmo bindings confusion.\r\n* More disable=no-member in places that the binds confuse pylint.","shortMessageHtmlLink":"Updated pylint ignore to avoid numcosmo bindings confusion. (#422)"}},{"before":"71c23fc15d4000e1aba5ef3f6b94e910ccb5ff58","after":"1b87897f2a90b9f8c8a80044e066ee0bcdc8300a","ref":"refs/heads/fixes_pylint_3_2_new_issues","pushedAt":"2024-05-15T18:39:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vitenti","name":"Sandro Dias Pinto Vitenti","path":"/vitenti","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7767706?s=80&v=4"},"commit":{"message":"More disable=no-member in places that the binds confuse pylint.","shortMessageHtmlLink":"More disable=no-member in places that the binds confuse pylint."}},{"before":null,"after":"71c23fc15d4000e1aba5ef3f6b94e910ccb5ff58","ref":"refs/heads/fixes_pylint_3_2_new_issues","pushedAt":"2024-05-15T18:24:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"vitenti","name":"Sandro Dias Pinto Vitenti","path":"/vitenti","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7767706?s=80&v=4"},"commit":{"message":"Updated pylint ignore to avoid numcosmo bindings confusion.","shortMessageHtmlLink":"Updated pylint ignore to avoid numcosmo bindings confusion."}},{"before":"2a9eaa2e9a0040aa0d4c8f1ab888e39c26886fda","after":null,"ref":"refs/heads/dndz_generators","pushedAt":"2024-05-14T18:18:08.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"marcpaterno","name":"Marc Paterno","path":"/marcpaterno","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/181471?s=80&v=4"}},{"before":"cf6af5d91413c0cbbdf1bb1d03d62f0168a1915b","after":"491eb578e7f40203cdd2b28e4fa3120bd254d165","ref":"refs/heads/master","pushedAt":"2024-05-14T18:18:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"marcpaterno","name":"Marc Paterno","path":"/marcpaterno","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/181471?s=80&v=4"},"commit":{"message":"Generators and Tutorial (#420)\n\n* Initial draft of inferred_zdist_generators.qmd.\r\n* Use plotnine for plots in tutorial\r\n* Fix complaints from flake8\r\n* typing.Self not available in Python 3.10\r\n* Adding support for sampler params default values.\r\n* Adding more systematic factories.\r\n* Two point generators tutorial.\r\n* Added tutorials to quarto project.\r\n* Using catch_warnings in a way compatible with 3.10.\r\n* Added missing package used in the tutorial.\r\n* Fix tutorial output dir.\r\n* Improving text and sections.\r\n* Minor improvements in tutorial plots.\r\n* Updated link to tutorials.\r\n* Add test to factories.\r\n* Adding missing docstring to fixtures.\r\n* Add tests to zdist generators.\r\n* Testing new SamplerParameter.\r\n* Testing parameters and source factories.\r\n* Testing SamplerParameter missing name.\r\n* Removed YAML serialization (waiting for final design).\r\n* Testing unsupported types in source factories.\r\n* Using regex to match raised error message since enumerators has different behaviors in different python versions.\r\n* Adding missing _ to make doc link.\r\n* Move common configuration to common files\r\n* Remove obsolete tutorial stub\r\n* Remove panel border from plots\r\n* Edits to tutorial text\r\n* Fix malformed docstring\r\n* Fix spelling error in docstring\r\n* Final tweaks after review\r\n* Tweaks to docstrings\r\n\r\n---------\r\n\r\nCo-authored-by: Marc Paterno ","shortMessageHtmlLink":"Generators and Tutorial (#420)"}},{"before":"b014991891ff8d5ae3a343c0c5fee45ded35262f","after":"2a9eaa2e9a0040aa0d4c8f1ab888e39c26886fda","ref":"refs/heads/dndz_generators","pushedAt":"2024-05-14T18:00:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"marcpaterno","name":"Marc Paterno","path":"/marcpaterno","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/181471?s=80&v=4"},"commit":{"message":"Tweaks to docstrings","shortMessageHtmlLink":"Tweaks to docstrings"}},{"before":"607ec4221755a6e9c926c95b2a11e148e135524f","after":"b014991891ff8d5ae3a343c0c5fee45ded35262f","ref":"refs/heads/dndz_generators","pushedAt":"2024-05-14T17:38:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"marcpaterno","name":"Marc Paterno","path":"/marcpaterno","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/181471?s=80&v=4"},"commit":{"message":"Final tweaks after review","shortMessageHtmlLink":"Final tweaks after review"}},{"before":"f7aa3e767e275d8b589b47ba8e4a70b9930e5bd9","after":"607ec4221755a6e9c926c95b2a11e148e135524f","ref":"refs/heads/dndz_generators","pushedAt":"2024-05-14T13:36:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"marcpaterno","name":"Marc Paterno","path":"/marcpaterno","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/181471?s=80&v=4"},"commit":{"message":"Fix spelling error in docstring","shortMessageHtmlLink":"Fix spelling error in docstring"}},{"before":"4b03c18ffa2c48f86ff8b99a5d09e7f1fc2b491b","after":"f7aa3e767e275d8b589b47ba8e4a70b9930e5bd9","ref":"refs/heads/dndz_generators","pushedAt":"2024-05-14T13:16:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"marcpaterno","name":"Marc Paterno","path":"/marcpaterno","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/181471?s=80&v=4"},"commit":{"message":"Fix malformed docstring","shortMessageHtmlLink":"Fix malformed docstring"}},{"before":"4670b5b2f9794f270274a4a92fc36d2579b18b64","after":"4b03c18ffa2c48f86ff8b99a5d09e7f1fc2b491b","ref":"refs/heads/dndz_generators","pushedAt":"2024-05-14T01:50:39.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"marcpaterno","name":"Marc Paterno","path":"/marcpaterno","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/181471?s=80&v=4"},"commit":{"message":"Edits to tutorial text","shortMessageHtmlLink":"Edits to tutorial text"}},{"before":"be738cb4bfae2497087a72c7fb47372fca92631e","after":"4670b5b2f9794f270274a4a92fc36d2579b18b64","ref":"refs/heads/dndz_generators","pushedAt":"2024-05-12T14:22:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vitenti","name":"Sandro Dias Pinto Vitenti","path":"/vitenti","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7767706?s=80&v=4"},"commit":{"message":"Adding missing _ to make doc link.","shortMessageHtmlLink":"Adding missing _ to make doc link."}},{"before":"443bc2d68605186c2821ac0699bb3d4023254c4b","after":"be738cb4bfae2497087a72c7fb47372fca92631e","ref":"refs/heads/dndz_generators","pushedAt":"2024-05-12T14:09:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vitenti","name":"Sandro Dias Pinto Vitenti","path":"/vitenti","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7767706?s=80&v=4"},"commit":{"message":"Using regex to match raised error message since enumerators has different behaviors in different python versions.","shortMessageHtmlLink":"Using regex to match raised error message since enumerators has diffe…"}},{"before":"893601fbe5f167d00a44c1e163129ccbbda78148","after":"443bc2d68605186c2821ac0699bb3d4023254c4b","ref":"refs/heads/dndz_generators","pushedAt":"2024-05-12T14:03:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vitenti","name":"Sandro Dias Pinto Vitenti","path":"/vitenti","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7767706?s=80&v=4"},"commit":{"message":"Testing SamplerParameter missing name.\nRemoved YAML serialization (waiting for final design).\nTesting unsupported types in source factories.","shortMessageHtmlLink":"Testing SamplerParameter missing name."}},{"before":"148b037fdbf9d1e13b4d5a32652c6c0ccc206a11","after":"893601fbe5f167d00a44c1e163129ccbbda78148","ref":"refs/heads/dndz_generators","pushedAt":"2024-05-12T13:46:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vitenti","name":"Sandro Dias Pinto Vitenti","path":"/vitenti","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7767706?s=80&v=4"},"commit":{"message":"Testing parameters and source factories.","shortMessageHtmlLink":"Testing parameters and source factories."}},{"before":"5fa7372102d79834ca77fd609028b6463a7cc045","after":"148b037fdbf9d1e13b4d5a32652c6c0ccc206a11","ref":"refs/heads/dndz_generators","pushedAt":"2024-05-12T01:59:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vitenti","name":"Sandro Dias Pinto Vitenti","path":"/vitenti","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7767706?s=80&v=4"},"commit":{"message":"Testing new SamplerParameter.","shortMessageHtmlLink":"Testing new SamplerParameter."}},{"before":"ef13d5d4c0fdd6191b91de8800e5b021e5ed884f","after":"5fa7372102d79834ca77fd609028b6463a7cc045","ref":"refs/heads/dndz_generators","pushedAt":"2024-05-12T01:36:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vitenti","name":"Sandro Dias Pinto Vitenti","path":"/vitenti","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7767706?s=80&v=4"},"commit":{"message":"Add tests to zdist generators.","shortMessageHtmlLink":"Add tests to zdist generators."}},{"before":"721b699ec1a2c261c72bdd18b2d643675bbbc83b","after":"ef13d5d4c0fdd6191b91de8800e5b021e5ed884f","ref":"refs/heads/dndz_generators","pushedAt":"2024-05-12T01:08:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vitenti","name":"Sandro Dias Pinto Vitenti","path":"/vitenti","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7767706?s=80&v=4"},"commit":{"message":"Adding missing docstring to fixtures.","shortMessageHtmlLink":"Adding missing docstring to fixtures."}},{"before":"ac477b495c95fd1b787a63586224cf2be81a35fe","after":"721b699ec1a2c261c72bdd18b2d643675bbbc83b","ref":"refs/heads/dndz_generators","pushedAt":"2024-05-12T01:04:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vitenti","name":"Sandro Dias Pinto Vitenti","path":"/vitenti","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7767706?s=80&v=4"},"commit":{"message":"Add test to factories.","shortMessageHtmlLink":"Add test to factories."}},{"before":"13a5ca718d2e5ab81051475abfcb502aa440d5c5","after":"ac477b495c95fd1b787a63586224cf2be81a35fe","ref":"refs/heads/dndz_generators","pushedAt":"2024-05-12T00:30:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vitenti","name":"Sandro Dias Pinto Vitenti","path":"/vitenti","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7767706?s=80&v=4"},"commit":{"message":"Updated link to tutorials.","shortMessageHtmlLink":"Updated link to tutorials."}},{"before":"a034df677ee234b434b29a6bf852fd29ddf57670","after":"13a5ca718d2e5ab81051475abfcb502aa440d5c5","ref":"refs/heads/dndz_generators","pushedAt":"2024-05-11T20:51:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vitenti","name":"Sandro Dias Pinto Vitenti","path":"/vitenti","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7767706?s=80&v=4"},"commit":{"message":"Minor improvements in tutorial plots.","shortMessageHtmlLink":"Minor improvements in tutorial plots."}},{"before":"9f4bb28e294a8586ab22d2efd76931b30fe65fa0","after":"a034df677ee234b434b29a6bf852fd29ddf57670","ref":"refs/heads/dndz_generators","pushedAt":"2024-05-11T14:56:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vitenti","name":"Sandro Dias Pinto Vitenti","path":"/vitenti","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7767706?s=80&v=4"},"commit":{"message":"Improving text and sections.","shortMessageHtmlLink":"Improving text and sections."}},{"before":"f810caabc13bb9eaef23e36ae4387d4b22d1b564","after":"9f4bb28e294a8586ab22d2efd76931b30fe65fa0","ref":"refs/heads/dndz_generators","pushedAt":"2024-05-10T22:11:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vitenti","name":"Sandro Dias Pinto Vitenti","path":"/vitenti","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7767706?s=80&v=4"},"commit":{"message":"Fix tutorial output dir.","shortMessageHtmlLink":"Fix tutorial output dir."}},{"before":"87b5c8ea63ddfc7f7be3a2c570949e8b8d974442","after":"f810caabc13bb9eaef23e36ae4387d4b22d1b564","ref":"refs/heads/dndz_generators","pushedAt":"2024-05-10T21:53:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vitenti","name":"Sandro Dias Pinto Vitenti","path":"/vitenti","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7767706?s=80&v=4"},"commit":{"message":"Added missing package used in the tutorial.","shortMessageHtmlLink":"Added missing package used in the tutorial."}},{"before":"28e8c8c30070798b22d63a014c6887d0e114a575","after":"87b5c8ea63ddfc7f7be3a2c570949e8b8d974442","ref":"refs/heads/dndz_generators","pushedAt":"2024-05-10T21:44:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vitenti","name":"Sandro Dias Pinto Vitenti","path":"/vitenti","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7767706?s=80&v=4"},"commit":{"message":"Added tutorials to quarto project.\nUsing catch_warnings in a way compatible with 3.10.","shortMessageHtmlLink":"Added tutorials to quarto project."}},{"before":"ac47ae0584a25f579723a62d619e6cf186fa929e","after":"28e8c8c30070798b22d63a014c6887d0e114a575","ref":"refs/heads/dndz_generators","pushedAt":"2024-05-10T21:29:05.000Z","pushType":"push","commitsCount":17,"pusher":{"login":"vitenti","name":"Sandro Dias Pinto Vitenti","path":"/vitenti","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7767706?s=80&v=4"},"commit":{"message":"Fixing tests.","shortMessageHtmlLink":"Fixing tests."}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAETAOGjQA","startCursor":null,"endCursor":null}},"title":"Activity · LSSTDESC/firecrown"}