{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":282944472,"defaultBranch":"main","name":"pynguin","ownerLogin":"se2p","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-07-27T15:50:19.000Z","ownerAvatar":"https://github.com/avatars/u/38749452?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1718962188.0","currentOid":""},"activityList":{"items":[{"before":"a7794eb5d7d18ac0df76c107b0b5ac1af0c8c2f1","after":"3c13c8b0a56694d4163528bf19f68df732cbb511","ref":"refs/heads/main","pushedAt":"2024-06-21T09:29:42.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"stephanlukasczyk","name":"Stephan Lukasczyk","path":"/stephanlukasczyk","primaryAvatarUrl":"https://github.com/avatars/u/2920379?s=80&v=4"},"commit":{"message":"Release Pynguin 0.39.0\n\n- Fix a bug in the handling of infinite loops in global scope","shortMessageHtmlLink":"Release Pynguin 0.39.0"}},{"before":"1876543cf3f9b9ebe6e71c563c39a14e2881d72a","after":"a7794eb5d7d18ac0df76c107b0b5ac1af0c8c2f1","ref":"refs/heads/main","pushedAt":"2024-06-21T09:18:25.000Z","pushType":"push","commitsCount":86,"pusher":{"login":"stephanlukasczyk","name":"Stephan Lukasczyk","path":"/stephanlukasczyk","primaryAvatarUrl":"https://github.com/avatars/u/2920379?s=80&v=4"},"commit":{"message":"Release Pynguin 0.38.0\n\n- Remove the dependency to our custom MutPy fork by integrating the\n relevant code into Pynguin directly","shortMessageHtmlLink":"Release Pynguin 0.38.0"}},{"before":"c7e4419a6a0803237423e775173288f8ef061436","after":"1876543cf3f9b9ebe6e71c563c39a14e2881d72a","ref":"refs/heads/main","pushedAt":"2024-06-14T17:56:36.000Z","pushType":"push","commitsCount":13,"pusher":{"login":"stephanlukasczyk","name":"Stephan Lukasczyk","path":"/stephanlukasczyk","primaryAvatarUrl":"https://github.com/avatars/u/2920379?s=80&v=4"},"commit":{"message":"Release Pynguin 0.37.0\n\n- Add possibility to control number of mutations in MOSA.\n- Compute the area under curve if Pynguin traces the coverage over time;\n area under curve can be interpreted as the integral over the coverage\n function, which is computed via trapezoidal approximation.\n- Fix the assertion generation for `float`s (thanks to @BergLucas in #70)\n- Fix assertions and invalid function call (thanks to @BergLucas in #72)","shortMessageHtmlLink":"Release Pynguin 0.37.0"}},{"before":"ff60f80b2ae2518a978be7280065676207ebaea6","after":"c7e4419a6a0803237423e775173288f8ef061436","ref":"refs/heads/main","pushedAt":"2024-04-02T12:43:05.000Z","pushType":"push","commitsCount":13,"pusher":{"login":"stephanlukasczyk","name":"Stephan Lukasczyk","path":"/stephanlukasczyk","primaryAvatarUrl":"https://github.com/avatars/u/2920379?s=80&v=4"},"commit":{"message":"Release Pynguin 0.36.0\n\n- Remove unused code\n- Fix `ruff` warnings\n- Add sequence variable for type-evolution tracking\n- Add CLI options to ignore methods and modules from analysis (see #62)","shortMessageHtmlLink":"Release Pynguin 0.36.0"}},{"before":"b51869afd4fb12770f561d4d58a068ffa60259d1","after":"ff60f80b2ae2518a978be7280065676207ebaea6","ref":"refs/heads/main","pushedAt":"2024-02-22T10:19:33.000Z","pushType":"push","commitsCount":9,"pusher":{"login":"stephanlukasczyk","name":"Stephan Lukasczyk","path":"/stephanlukasczyk","primaryAvatarUrl":"https://github.com/avatars/u/2920379?s=80&v=4"},"commit":{"message":"Release Pynguin 0.35.0\n\n- Fix `TypeError` bug in instrumentation of bytecode (closes GitHub PR\n #51)\n- Add a dump method for type-information statistics\n- Fix handling of aliased modules (fixes GitHub issue #57, merges #58)\n- Fix method-signature handling for C extensions (fixed GitHub issue\n #59, merges #60)","shortMessageHtmlLink":"Release Pynguin 0.35.0"}},{"before":"50dd8050daf53c5f170c23d7cba56506ad4b9fa5","after":"b51869afd4fb12770f561d4d58a068ffa60259d1","ref":"refs/heads/main","pushedAt":"2024-01-24T21:34:57.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"stephanlukasczyk","name":"Stephan Lukasczyk","path":"/stephanlukasczyk","primaryAvatarUrl":"https://github.com/avatars/u/2920379?s=80&v=4"},"commit":{"message":"Add badge for software heritage","shortMessageHtmlLink":"Add badge for software heritage"}},{"before":"19e4102b460b632fcd1259a88ad8057540f1094f","after":"50dd8050daf53c5f170c23d7cba56506ad4b9fa5","ref":"refs/heads/main","pushedAt":"2024-01-16T10:00:23.000Z","pushType":"push","commitsCount":17,"pusher":{"login":"stephanlukasczyk","name":"Stephan Lukasczyk","path":"/stephanlukasczyk","primaryAvatarUrl":"https://github.com/avatars/u/2920379?s=80&v=4"},"commit":{"message":"Update poetry for GitHub Actions CI","shortMessageHtmlLink":"Update poetry for GitHub Actions CI"}},{"before":"c543c44104332342198ac19fe9db2a5b6977e40f","after":"19e4102b460b632fcd1259a88ad8057540f1094f","ref":"refs/heads/main","pushedAt":"2023-08-31T09:48:11.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"stephanlukasczyk","name":"Stephan Lukasczyk","path":"/stephanlukasczyk","primaryAvatarUrl":"https://github.com/avatars/u/2920379?s=80&v=4"},"commit":{"message":"Attempt to fix the read-the-docs build\n\nSeems like RTD by default installs a very old version of their theme,\nwhich depends on an old version of Jinja2 for the HTML template.\nHowever, Pynguin relies on the latest version of Jinja2 for its HTML\ncoverage report. This causes the installation of the latest Jinja2\nversion but an old RDT theme version when building the documentation on\nRTD. By now pinning the RTD theme version to its latest and setting it\nas the default theme, we attempt to mitigate the issue and make the\nbuild work again.","shortMessageHtmlLink":"Attempt to fix the read-the-docs build"}},{"before":"cc083252c7054824bfaf200533a8b7ad45f7c4fb","after":"c543c44104332342198ac19fe9db2a5b6977e40f","ref":"refs/heads/main","pushedAt":"2023-08-31T09:44:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"stephanlukasczyk","name":"Stephan Lukasczyk","path":"/stephanlukasczyk","primaryAvatarUrl":"https://github.com/avatars/u/2920379?s=80&v=4"},"commit":{"message":"Attempt to fix the read-the-docs build\n\nSeems like RTD by default installs a very old version of their theme,\nwhich depends on an old version of Jinja2 for the HTML template.\nHowever, Pynguin relies on the latest version of Jinja2 for its HTML\ncoverage report. This causes the installation of the latest Jinja2\nversion but an old RDT theme version when building the documentation on\nRTD. By now pinning the RTD theme version to its latest and setting it\nas the default theme, we attempt to mitigate the issue and make the\nbuild work again.","shortMessageHtmlLink":"Attempt to fix the read-the-docs build"}},{"before":"33be9852d6cec0101f13b11a7b07cdaebf55359f","after":"cc083252c7054824bfaf200533a8b7ad45f7c4fb","ref":"refs/heads/main","pushedAt":"2023-08-18T13:12:26.000Z","pushType":"push","commitsCount":26,"pusher":{"login":"stephanlukasczyk","name":"Stephan Lukasczyk","path":"/stephanlukasczyk","primaryAvatarUrl":"https://github.com/avatars/u/2920379?s=80&v=4"},"commit":{"message":"Bump version numbers","shortMessageHtmlLink":"Bump version numbers"}},{"before":"ba48b0c1fb46a14c7332d2c94f338c31c2d7be1f","after":"33be9852d6cec0101f13b11a7b07cdaebf55359f","ref":"refs/heads/main","pushedAt":"2023-06-06T06:49:43.759Z","pushType":"push","commitsCount":3,"pusher":{"login":"stephanlukasczyk","name":"Stephan Lukasczyk","path":"/stephanlukasczyk","primaryAvatarUrl":"https://github.com/avatars/u/2920379?s=80&v=4"},"commit":{"message":"Release Pynguin 0.33.0\n\n- Fix an issue with type-information retrieval (see GitHub issue #35)","shortMessageHtmlLink":"Release Pynguin 0.33.0"}},{"before":"03ca30bd7542a802f33f89a863ef0c5241340244","after":"ba48b0c1fb46a14c7332d2c94f338c31c2d7be1f","ref":"refs/heads/main","pushedAt":"2023-05-16T13:54:39.074Z","pushType":"push","commitsCount":26,"pusher":{"login":"stephanlukasczyk","name":"Stephan Lukasczyk","path":"/stephanlukasczyk","primaryAvatarUrl":"https://github.com/avatars/u/2920379?s=80&v=4"},"commit":{"message":"Release Pynguin 0.32.0\n\n- Breaking: Restructure the code\n Most of the code related to the generation algorithms has been moved.\n The code now resides in the `ga' package, where it fits much better.\n All accompanying modules have also been moved to different places.\n This might cause breakage if you have developed extensions for Pynguin\n that rely on the structure of the modules.\n- Update the `bytecode' [1] library to its latest version.\n Necessary to include a fix for a regression in that library, which was\n pointed out to us in GitHub issue #42 (unfortunately not fixed by the\n library upgrade).\n- Adjust the header of generated test files; we now refer to Pynguin's\n website [2].\n- Extend the usage of the `ruff' [3] tool for code analysis.\n\n[1] https://github.com/MatthieuDartiailh/bytecode\n[2] https://www.pynguin.eu\n[3] https://beta.ruff.rs/docs/","shortMessageHtmlLink":"Release Pynguin 0.32.0"}},{"before":"083c49677c55b5f94af619c25f727b5ff6ed8d63","after":"03ca30bd7542a802f33f89a863ef0c5241340244","ref":"refs/heads/main","pushedAt":"2023-04-03T10:39:28.000Z","pushType":"push","commitsCount":9,"pusher":{"login":"stephanlukasczyk","name":"Stephan Lukasczyk","path":"/stephanlukasczyk","primaryAvatarUrl":"https://github.com/avatars/u/2920379?s=80&v=4"},"commit":{"message":"Provide further updates regarding dependencies","shortMessageHtmlLink":"Provide further updates regarding dependencies"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEa2ujjQA","startCursor":null,"endCursor":null}},"title":"Activity ยท se2p/pynguin"}