Skip to content

Releases: online-judge-tools/template-generator

v4.8.1

14 Jun 19:11
c0e74ba
Compare
Choose a tag to compare
  • #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
7f4fa8b
Compare
Choose a tag to compare
  • #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
45a2b79
Compare
Choose a tag to compare
  • #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
c14d288
Compare
Choose a tag to compare
  • #56 fix a syntax error on generate.py

v4.7.0

15 Sep 15:50
9a4a90e
Compare
Choose a tag to compare
  • #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
ea2556f
Compare
Choose a tag to compare
  • #46 allows to call filter commands (e.g. clang-format, yapf) as a post-process hook

v4.5.1

15 Aug 15:20
c2d3bcf
Compare
Choose a tag to compare
  • #42 fix some bugs on yukicoder
  • #42 fix bugs of MOD detection

v4.5.0

13 Aug 14:27
6c18feb
Compare
Choose a tag to compare
  • #40 colorize logs

v4.4.0

22 Jun 14:00
8b12660
Compare
Choose a tag to compare
  • #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
fb01e2e
Compare
Choose a tag to compare
  • #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