Open Issues Need Help
View All on GitHubAI Summary: This issue proposes adding a GitHub Actions workflow to automatically lint Python code using flake8, black, and isort. The goal is to enforce consistent coding style, catch errors early, and streamline code reviews. The workflow will be triggered on pushes and pull requests, and will fail if any style violations are detected.
AI Summary: This issue proposes adding a GitHub Actions workflow to automate Python testing using pytest and to ensure Jupyter notebooks execute successfully. The goal is to catch errors early, improve project reliability, and provide a clear status badge in the README.
AI Summary: This issue proposes adding standardized GitHub issue templates to improve the quality and consistency of issue reporting. By creating templates for bug reports, feature requests, and general issues, the project aims to ensure all necessary information is provided, leading to better maintainability and faster responses.
AI Summary: This issue proposes adding a standardized Pull Request (PR) template to the repository. The goal is to ensure all PRs have consistent and informative descriptions, aiding maintainers in reviews and encouraging best practices among contributors. The template will include sections for description, type of change, testing, screenshots, and a checklist.