What's Changed * Add the ability to configure GitHub session timeouts by mcdonnnj in https://github.com/LLNL/scraper/pull/71 * Update the GitHub Actions workflow by mcdonnnj in https://github.com/LLNL/scraper/pull/72 * Do not redirect `stderr` to `stdout` when executing commands by mcdonnnj in https://github.com/LLNL/scraper/pull/73 * Configurable wait time for GitHub query retries by LRWeber in https://github.com/LLNL/scraper/pull/74 * Simplified GitHub scraper wait countdown. by LRWeber in https://github.com/LLNL/scraper/pull/75 * Tweak the python executable (version) used in Makefile by IanLee1521 in https://github.com/LLNL/scraper/pull/76
What's Changed * test tweaking github-py to >=2.0.0 for python 3.9 support by vsoch in https://github.com/LLNL/scraper/pull/60 * Calculate person-months of effort in the package by mcdonnnj in https://github.com/LLNL/scraper/pull/62 * Test CPython and fix package version by mcdonnnj in https://github.com/LLNL/scraper/pull/61 * Fix GitHub repository cloning by mcdonnnj in https://github.com/LLNL/scraper/pull/63 * Use `black` on the entire project by mcdonnnj in https://github.com/LLNL/scraper/pull/64 * Add the `isort` tool to the test suite by mcdonnnj in https://github.com/LLNL/scraper/pull/65 * Improve process output handling and streamline `cloc` JSON parsing by mcdonnnj in https://github.com/LLNL/scraper/pull/66 * Code cleanups based on `pylint` linting by mcdonnnj in https://github.com/LLNL/scraper/pull/67 * Update Python version support information by mcdonnnj in https://github.com/LLNL/scraper/pull/68
New Contributors * vsoch made their first contribution in https://github.com/LLNL/scraper/pull/60
What's Changed * Update `cocomo_url`, USC reference links by lbeaufort in https://github.com/LLNL/scraper/pull/56 * Fix for GitHub API missing Status header. by LRWeber in https://github.com/LLNL/scraper/pull/57