|
| 1 | +kattis-problemtools (1.20251128) noble; urgency=medium |
| 2 | + |
| 3 | + [ Matistjati ] |
| 4 | + * Fix multithreading crash |
| 5 | + * Better message if judge answer file gets judge error |
| 6 | + * Robuster finding judge error tc path |
| 7 | + * Cleaner testcase path extraction |
| 8 | + |
| 9 | + [ matistjati ] |
| 10 | + * Fuzz input validators for spaces at end of lines |
| 11 | + * Slow fuzzing of output vals |
| 12 | + |
| 13 | + [ Matistjati ] |
| 14 | + * Only fuzz on samples |
| 15 | + * Fix type hint |
| 16 | + * More crash cases and limit if using python |
| 17 | + * Fix type error |
| 18 | + * Multipass validation works |
| 19 | + * Fix mypy error |
| 20 | + * Fix scoring rules and multipass samples |
| 21 | + * Remove empty samples warning for multipass |
| 22 | + * Multiple output validator fix |
| 23 | + * Handle multipass samples for md -> html |
| 24 | + * More deterministic input fuzzing |
| 25 | + |
| 26 | + [ matistjati ] |
| 27 | + * Sanity check the parsed author names |
| 28 | + |
| 29 | + [ Matistjati ] |
| 30 | + * Make oddecho worth 100 points |
| 31 | + * Reuse testcases using symlinks in oddecho |
| 32 | + |
| 33 | + [ Gunnar Kreitz ] |
| 34 | + * Rewrite latex template handling to not require write access to parent directory |
| 35 | + * Let Template.get_file_name() return a Path |
| 36 | + * Allow .timelimit, .git, and .gitignore files in problem packages #354 |
| 37 | + * Add --version flag to command line tools |
| 38 | + * Repair plainproblemname functionality in legacy format (and add a test) |
| 39 | + * Add a warning for what looks like latex in problem name |
| 40 | + * Replace pdflatex with lualatex. Support emojis. |
| 41 | + * Temporarily install new dependencies (to be removed when PR is merged and githubci image is updated) |
| 42 | + * Add test coverage of default_validator |
| 43 | + * Deal with binary user output and messages in default_validator tests |
| 44 | + * Truncate long tokens in default_validator's judge message. #346 Add more test coverage |
| 45 | + * Load language config from parent of problem dir, if present #178 |
| 46 | + * Add translations for strings related to sample I/O in Swedish and Icelandic #150 |
| 47 | + * Fix interactive problem time limit handling #302 |
| 48 | + * Support time limits being float (in supporting functions, we still call with integers) |
| 49 | + * Implement 2023-07 time limit computation (but hard coded to use accepted for lower bound) |
| 50 | + * Refactor time limit computation, making it a bit easier to find and follow |
| 51 | + * Use updated, more permissive, regex for file and directory names |
| 52 | + * Let make_release print git commands for pushing the changelog for a release. |
| 53 | + |
| 54 | + -- Gunnar Kreitz <gkreitz@kattis.com> Fri, 28 Nov 2025 13:58:24 +0100 |
| 55 | + |
1 | 56 | kattis-problemtools (1.20250606) noble; urgency=medium |
2 | 57 |
|
3 | 58 | * Fix sample missing from rendered problem statements |
|
0 commit comments