Releases: kasiopea-org/pisek
Releases · kasiopea-org/pisek
v1.5.0
What's Changed
- Give
-
as seed to judge if input doesn't have seed by @5K1PY in #243 - Implement judgelib's shuffle judge by @5K1PY in #245
- Docs: Document defaults consistently by @SvizelPritula in #246
- CMS: Fix time of submission timezone compatibility by @SvizelPritula in #247
- ConfigDocs: Small fixes by @5K1PY in #249
- CMS: Add flag -a to act on active dataset by @SvizelPritula in #250
- Implement mixed inputs by @5K1PY in #251
- Main: Make help descriptions more consistent + add autocomplete by @5K1PY in #252
- Move config documentations to docs/ by @5K1PY in #255
- Handle missing testing log by @Tonyl314 in #257
- ConfigDocs: Fix static subdir by @5K1PY in #258
- Util: Remove bunch of unused functions by @5K1PY in #260
- Config: Remove data_subdir by @5K1PY in #259
- TestcaseManager: Vary seeds between testcases by @SvizelPritula in #261
- Compile: Rewrite shebang check by @5K1PY in #264
- LinkData: Follow symlinks by @SvizelPritula in #263
- Allow no generator by @5K1PY in #262
- TaskJob: Don't pass files to CMS judge it didn't request by @SvizelPritula in #265
- TaskJob: Type _file_access by @5K1PY in #267
- Cache: Fix loading almost empty cache by @5K1PY in #266
- Clean non relevant files by @5K1PY in #268
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- PisekV1: disallow input repetition by @Tonyl314 in #213
- CMS: Include name of submitted solution in comment by @SvizelPritula in #216
- CMS: Make subcommand required by @SvizelPritula in #215
- Support absolute points by @5K1PY in #218
- Improve inputs checks by @5K1PY in #221
- Env: Speed improvements by @5K1PY in #225
- Cache improvements by @5K1PY in #224
- Color rework by @5K1PY in #226
- Verdict messages by @5K1PY in #227
- Update config by @5K1PY in #228
- CMS: We don't use
points
anymore by @5K1PY in #235 - Generator: Make
GeneratorRespectsSeed
seed choice deterministic by @5K1PY in #236 - CMS: Get testcase names from generator by @SvizelPritula in #237
- Documentation improvements by @5K1PY in #240
- Publish pipeline by @5K1PY in #241
Full Changelog: v1.3.0...v1.4.0
v1.3.0
What's Changed
- Folder reform: pisek/jobs/parts -> pisek/task_jobs by @5K1PY in #192
- Generate inputs on the fly by @5K1PY in #197
- Judge, Solution: Cleanup global variables not used anymore by @5K1PY in #199
- Pisek Gen V1 by @Tonyl314 in #200
- Did you mean by @5K1PY in #201
- Add generator docs by @5K1PY in #207
- PisekV1 generator fixing by @5K1PY in #208
- Improve config parsing by @5K1PY in #209
- Opendata-V1: abstract judge by @Tonyl314 in #210
- ConfigDocs: Improvements by @5K1PY in #211
New Contributors
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- Add support for faster whitespace tolerant judge by @SvizelPritula in #178
- Add support for non-sample static tests by @SvizelPritula in #179
- ConfigDocs: Document in/out_format by @5K1PY in #186
- CompletenessCheck: Add no redundant lines in CMS judge check by @5K1PY in #185
- Minibox improvements by @5K1PY in #187
- Update readme by @5K1PY in #189
- Rework CLI by @5K1PY in #188
Full Changelog: v1.1.0...v1.2.0
v1.1.0
Config v3
Added config-v3 with even more options 🥳 Please note that it is still experimental and can be changed.
What's Changed
- Verbose mode by @5K1PY in #156
- Improve message on solution resulting unexpectedly by @5K1PY in #158
- CMS: Make -d default to the only dataset by @SvizelPritula in #160
- Generate testing log even if solution fails by @5K1PY in #161
- Config v3 by @5K1PY in #164
- Judge type by @5K1PY in #165
- Add check for solution on each subtask by @5K1PY in #167
- DataChecking: Support in_format and out_format keys by @SvizelPritula in #174
- TaskConfig: Move
stub
andheaders
toall_solutions
by @SvizelPritula in #175
Full Changelog: v1.0.0...v1.1.0