Releases: online-judge-tools/template-generator
Releases · online-judge-tools/template-generator
v4.8.1
14 Jun 19:11
Compare
Sorry, something went wrong.
No results found
#81 fix a bug that happens only when it analyzes multiple problems at once
#80 improve the stability of oj-prepare command
v4.8.0
11 May 17:31
Compare
Sorry, something went wrong.
No results found
#77 improves many things:
improve the stability of oj-prepare command
recognize English phrase like "Each test contains multiple test cases." and use it to increase the accuracy of analysis
fix many bugs on C++ code generation
v4.7.2
18 Jan 16:15
Compare
Sorry, something went wrong.
No results found
#73 update for the new frontend of Library-Checker
#64 add hints about oj g/i for the default templates generate.py and generate.cpp
v4.7.1
19 Sep 05:25
Compare
Sorry, something went wrong.
No results found
#56 fix a syntax error on generate.py
v4.7.0
15 Sep 15:50
Compare
Sorry, something went wrong.
No results found
#49 remove sympy from the dependency
#50 improve format guessing from sample cases. Now it can parse multiple cases formats, which are recently often used on Codeforces.
v4.6.0
27 Aug 09:33
Compare
Sorry, something went wrong.
No results found
#46 allows to call filter commands (e.g. clang-format, yapf) as a post-process hook
v4.5.1
15 Aug 15:20
Compare
Sorry, something went wrong.
No results found
#42 fix some bugs on yukicoder
#42 fix bugs of MOD detection
v4.5.0
13 Aug 14:27
Compare
Sorry, something went wrong.
No results found
v4.4.0
22 Jun 14:00
Compare
Sorry, something went wrong.
No results found
#32 improve ranges of generated values in generate.py
#29 improve names of variables which guessed from sample cases
#29 use variables in input formats to guess output formats
#29 fix a bug of the analyzer of output types
[breaking changes] #28 hide a function which was unintentionally public
#28 allow using relative paths to specify customized template files with oj-template -t TEMPLATE ...
v4.3.1
15 Jun 20:54
Compare
Sorry, something went wrong.
No results found
#25 fix a bug about long type in Topcoder
#25 fix a bug of main function in topcoder.cpp
[breaking changes] #26 integrate topcoder.cpp into main.cpp and remove it
It was a very new and minor feature, so we don't increase the major version.
#26 expose onlinejudge_template.generator.topcoder module