Pisek

Latest version: v1.7.0

Safety actively analyzes 723217 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.7.0

What's Changed
* Change seed length to 16 digits by 5K1PY in https://github.com/kasiopea-org/pisek/pull/301
* ConfigV3Docs: Fix solution_for_each_test by 5K1PY in https://github.com/kasiopea-org/pisek/pull/304
* Checks: Add check for one input in each non-sample test by 5K1PY in https://github.com/kasiopea-org/pisek/pull/303
* Config: Rename points_above/below to points_min/max by 5K1PY in https://github.com/kasiopea-org/pisek/pull/305
* ConfigV3Docs: Document result on test by 5K1PY in https://github.com/kasiopea-org/pisek/pull/306
* Fixture: Disable one_input for sum_cms by 5K1PY in https://github.com/kasiopea-org/pisek/pull/307
* PipelineTools: Create directory for lock if not present by 5K1PY in https://github.com/kasiopea-org/pisek/pull/309
* Solution: Fix overlapping inputs by 5K1PY in https://github.com/kasiopea-org/pisek/pull/312
* Sanitize: Implement text and strict-text file formats by SvizelPritula in https://github.com/kasiopea-org/pisek/pull/313
* Data: Report proper name of generated sample in error message by SvizelPritula in https://github.com/kasiopea-org/pisek/pull/315
* Tools: Overwrite when linking truncated output by SvizelPritula in https://github.com/kasiopea-org/pisek/pull/316
* Judge: Allow fuzzing to be turned off by SvizelPritula in https://github.com/kasiopea-org/pisek/pull/318
* ConfigDocs: Document default values of execution limits by SvizelPritula in https://github.com/kasiopea-org/pisek/pull/317
* Jobs: KeyError can happen too by 5K1PY in https://github.com/kasiopea-org/pisek/pull/320
* Update: Fix updating to v2 by 5K1PY in https://github.com/kasiopea-org/pisek/pull/327
* Fix handling of links when calling text-preproc by SvizelPritula in https://github.com/kasiopea-org/pisek/pull/329
* BaseEnv: Speedup by 5K1PY in https://github.com/kasiopea-org/pisek/pull/331
* Tools+Data: Make job names unique by 5K1PY in https://github.com/kasiopea-org/pisek/pull/332
* Main: Allow printing version or license even if not in a task directory by SvizelPritula in https://github.com/kasiopea-org/pisek/pull/333
* CMS: Suppress CMS logging configuration by SvizelPritula in https://github.com/kasiopea-org/pisek/pull/334
* Solution: Bugfix no new inputs by 5K1PY in https://github.com/kasiopea-org/pisek/pull/337
* Util: Clean only accessed dirs by 5K1PY in https://github.com/kasiopea-org/pisek/pull/338
* PisekV1: Fix nonexistent seed by 5K1PY in https://github.com/kasiopea-org/pisek/pull/336


**Full Changelog**: https://github.com/kasiopea-org/pisek/compare/v1.6.1...v1.7.0

1.6.1

What's Changed
* CMS: Fix automatic computation of title and submission format by SvizelPritula in https://github.com/kasiopea-org/pisek/pull/298
* Validator: Rename few forgotten methods by 5K1PY in https://github.com/kasiopea-org/pisek/pull/299
* Compile: Bump to C++20 by 5K1PY in https://github.com/kasiopea-org/pisek/pull/300


**Full Changelog**: https://github.com/kasiopea-org/pisek/compare/v1.6.0...v1.6.1

1.6.0

Main changes
* Changed test folder layout for easier orientation.
* Added `[run]` sections.
* Lots and lots of config-v3 renaming and docs improvements.

PR list
* Tests folder layout by 5K1PY in https://github.com/kasiopea-org/pisek/pull/271
* Rename subtask to test by 5K1PY in https://github.com/kasiopea-org/pisek/pull/272
* ConfigDescription: Change checking unused keys by 5K1PY in https://github.com/kasiopea-org/pisek/pull/273
* Show run number by 5K1PY in https://github.com/kasiopea-org/pisek/pull/275
* Run sections by 5K1PY in https://github.com/kasiopea-org/pisek/pull/274
* ConfigDocs: Remove solutions_subdir by 5K1PY in https://github.com/kasiopea-org/pisek/pull/276
* Add basic logging by 5K1PY in https://github.com/kasiopea-org/pisek/pull/278
* Caching rework by 5K1PY in https://github.com/kasiopea-org/pisek/pull/277
* Fix caching bugs by 5K1PY in https://github.com/kasiopea-org/pisek/pull/280
* Jobs: Remove dead code by 5K1PY in https://github.com/kasiopea-org/pisek/pull/281
* Solution: Fix prerequisites by 5K1PY in https://github.com/kasiopea-org/pisek/pull/283
* ConfigDocs: Fix some issues pointed out by Martin Mareš by SvizelPritula in https://github.com/kasiopea-org/pisek/pull/285
* Docs fixing by 5K1PY in https://github.com/kasiopea-org/pisek/pull/282
* Config: [all_solutions] source -> run by 5K1PY in https://github.com/kasiopea-org/pisek/pull/290
* Rename communication to interactive by 5K1PY in https://github.com/kasiopea-org/pisek/pull/292
* Rename checker to validator by 5K1PY in https://github.com/kasiopea-org/pisek/pull/293
* Config: Move all_tests to tests by 5K1PY in https://github.com/kasiopea-org/pisek/pull/294
* CMS: Fix CMS importer by SvizelPritula in https://github.com/kasiopea-org/pisek/pull/291
* Cache: Fix caching of sections with dots by 5K1PY in https://github.com/kasiopea-org/pisek/pull/295
* Config: Move static_subdir to [tests] and name to [cms] by SvizelPritula in https://github.com/kasiopea-org/pisek/pull/286
* ConfigV3Docs: Document bool values by 5K1PY in https://github.com/kasiopea-org/pisek/pull/296
* ConfigV3: Rename [all_solutions] to [solutions] by 5K1PY in https://github.com/kasiopea-org/pisek/pull/297


**Full Changelog**: https://github.com/kasiopea-org/pisek/compare/v1.5.0...v1.6.0

1.5.0

What's Changed
* Give `-` as seed to judge if input doesn't have seed by 5K1PY in https://github.com/kasiopea-org/pisek/pull/243
* Implement judgelib's shuffle judge by 5K1PY in https://github.com/kasiopea-org/pisek/pull/245
* Docs: Document defaults consistently by SvizelPritula in https://github.com/kasiopea-org/pisek/pull/246
* CMS: Fix time of submission timezone compatibility by SvizelPritula in https://github.com/kasiopea-org/pisek/pull/247
* ConfigDocs: Small fixes by 5K1PY in https://github.com/kasiopea-org/pisek/pull/249
* CMS: Add flag -a to act on active dataset by SvizelPritula in https://github.com/kasiopea-org/pisek/pull/250
* Implement mixed inputs by 5K1PY in https://github.com/kasiopea-org/pisek/pull/251
* Main: Make help descriptions more consistent + add autocomplete by 5K1PY in https://github.com/kasiopea-org/pisek/pull/252
* Move config documentations to docs/ by 5K1PY in https://github.com/kasiopea-org/pisek/pull/255
* Handle missing testing log by Tonyl314 in https://github.com/kasiopea-org/pisek/pull/257
* ConfigDocs: Fix static subdir by 5K1PY in https://github.com/kasiopea-org/pisek/pull/258
* Util: Remove bunch of unused functions by 5K1PY in https://github.com/kasiopea-org/pisek/pull/260
* Config: Remove data_subdir by 5K1PY in https://github.com/kasiopea-org/pisek/pull/259
* TestcaseManager: Vary seeds between testcases by SvizelPritula in https://github.com/kasiopea-org/pisek/pull/261
* Compile: Rewrite shebang check by 5K1PY in https://github.com/kasiopea-org/pisek/pull/264
* LinkData: Follow symlinks by SvizelPritula in https://github.com/kasiopea-org/pisek/pull/263
* Allow no generator by 5K1PY in https://github.com/kasiopea-org/pisek/pull/262
* TaskJob: Don't pass files to CMS judge it didn't request by SvizelPritula in https://github.com/kasiopea-org/pisek/pull/265
* TaskJob: Type _file_access by 5K1PY in https://github.com/kasiopea-org/pisek/pull/267
* Cache: Fix loading almost empty cache by 5K1PY in https://github.com/kasiopea-org/pisek/pull/266
* Clean non relevant files by 5K1PY in https://github.com/kasiopea-org/pisek/pull/268


**Full Changelog**: https://github.com/kasiopea-org/pisek/compare/v1.4.0...v1.5.0

1.4.0

What's Changed
* PisekV1: disallow input repetition by Tonyl314 in https://github.com/kasiopea-org/pisek/pull/213
* CMS: Include name of submitted solution in comment by SvizelPritula in https://github.com/kasiopea-org/pisek/pull/216
* CMS: Make subcommand required by SvizelPritula in https://github.com/kasiopea-org/pisek/pull/215
* Support absolute points by 5K1PY in https://github.com/kasiopea-org/pisek/pull/218
* Improve inputs checks by 5K1PY in https://github.com/kasiopea-org/pisek/pull/221
* Env: Speed improvements by 5K1PY in https://github.com/kasiopea-org/pisek/pull/225
* Cache improvements by 5K1PY in https://github.com/kasiopea-org/pisek/pull/224
* Color rework by 5K1PY in https://github.com/kasiopea-org/pisek/pull/226
* Verdict messages by 5K1PY in https://github.com/kasiopea-org/pisek/pull/227
* Update config by 5K1PY in https://github.com/kasiopea-org/pisek/pull/228
* CMS: We don't use `points` anymore by 5K1PY in https://github.com/kasiopea-org/pisek/pull/235
* Generator: Make `GeneratorRespectsSeed` seed choice deterministic by 5K1PY in https://github.com/kasiopea-org/pisek/pull/236
* CMS: Get testcase names from generator by SvizelPritula in https://github.com/kasiopea-org/pisek/pull/237
* Documentation improvements by 5K1PY in https://github.com/kasiopea-org/pisek/pull/240
* Publish pipeline by 5K1PY in https://github.com/kasiopea-org/pisek/pull/241


**Full Changelog**: https://github.com/kasiopea-org/pisek/compare/v1.3.0...v1.4.0

1.3.0

What's Changed
* Folder reform: pisek/jobs/parts -> pisek/task_jobs by 5K1PY in https://github.com/kasiopea-org/pisek/pull/192
* Generate inputs on the fly by 5K1PY in https://github.com/kasiopea-org/pisek/pull/197
* Judge, Solution: Cleanup global variables not used anymore by 5K1PY in https://github.com/kasiopea-org/pisek/pull/199
* Pisek Gen V1 by Tonyl314 in https://github.com/kasiopea-org/pisek/pull/200
* Did you mean by 5K1PY in https://github.com/kasiopea-org/pisek/pull/201
* Add generator docs by 5K1PY in https://github.com/kasiopea-org/pisek/pull/207
* PisekV1 generator fixing by 5K1PY in https://github.com/kasiopea-org/pisek/pull/208
* Improve config parsing by 5K1PY in https://github.com/kasiopea-org/pisek/pull/209
* Opendata-V1: abstract judge by Tonyl314 in https://github.com/kasiopea-org/pisek/pull/210
* ConfigDocs: Improvements by 5K1PY in https://github.com/kasiopea-org/pisek/pull/211

New Contributors
* Tonyl314 made their first contribution in https://github.com/kasiopea-org/pisek/pull/200

**Full Changelog**: https://github.com/kasiopea-org/pisek/compare/v1.2.0...v1.3.0

Page 1 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.