PR # 32 - Adding option to save filename checker output in altnerate format (csv, fits, excel, html)
PR # 34 - Addressing bug where file names with more than 9 fields were failing silently and not added to the results file.
PR # 29 - Fixed the repository URL in Documentation PR # 28 - Fixed a small bug where the final log statement incorrectly counts the number of files that passed.
PR # 24 - Added a GitHub Actions workflow to automatically create a release on pushing a tag to main branch - Added a readthedocs yaml config file for building docs on readthedocs.org PR # 23 - Refactoring file name checker for updated non-boolean verdicts: now 'pass', 'needs review', or 'fail' - added 'format_score' field test for better handling of special characters
PR # 15 - Adding a tutorial with examples for the file name checker
PR # 14 - Setting up Sphinx Autodoc - CI/CD update for docs PR # 7 - Adding unit tests for file name checker
PR # 3 - GitHub CI/CD action - pre-commit-hook installation
PR # 1
- Initial codebase commit for filename_check
PR # 24 - pyproject.toml: update author name and some dependencies - docs/conf.py: change to sphinx-book-theme from sphinx-rtd-theme