All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fix submission of the solution due to using old challenge interface
- Extend cli with possibility to specify directories for: templates, challenges solutions, and data
- Extend cli and
BaseChallengeinterface with possibility to specify custom input file - Add support for multiple years
- Fixed typing in cli module
- Adapt ruff config for a newer version
- Fix day template to consider also the year of the challenge
- Fix tests to include the year of the challenge
- Fix
SmartSmartFileInputProviderto use data directory relative to the working directory - Add working directory to sys.path when running through CLI
- Update repository to the newest cookiecutter template
- Make the project year-independent by removing hardcoded 2023 year
- Extend the challenge interface to include also the year