Releases: online-judge-tools/template-generator
Releases · online-judge-tools/template-generator
v4.8.1
- #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
- #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
- #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
- #56 fix a syntax error on
generate.py
v4.7.0
- #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
- #46 allows to call filter commands (e.g.
clang-format
, yapf
) as a post-process hook
v4.5.1
- #42 fix some bugs on yukicoder
- #42 fix bugs of MOD detection
v4.4.0
- #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
- #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