Releases: online-judge-tools/oj
Releases · online-judge-tools/oj
v9.1.0
- #704 improve error logs of
oj download
when files already exist - #706 kill zombie processes caused by
--tle
option inoj test
- #705 make
oj submit
use Python 3 by default - #705 fix a bug of
--guess-python-interpreter
option - #703 allow CRLF as line separators in
oj test
- #702 display trailing spaces explicitly in
oj test
- #700 fix a bug of
--side-by-side
option about line numbers
v9.0.0
v8.0.0
v7.8.0
v7.7.0
v7.6.0
v7.5.0
v7.4.0
- @kawacchu (AtCoder: kawacchu) joined as a maintainer 🎉
- #584 add
--judge-command
option totest
with special judge (@btk15049) - #609 fix an issue about sizes of terminals on CI environments (reported by @yosupo06)
- #624 add an internal method
LibraryCheckerProblem.download_checker_cpp()
- #616 #619 #620 fix some bugs on AtCoder
v7.3.0
- #591 add English translation of
run-ci-on-your-library.rst
- #585 fix a bug of opening browser in OSX (@ganow)
- #582 replace
Submission.get_problem
withSubmission.download_problem
of API - #581 fix a bug of
download
for problems of UTPC2011 by improving parse method for AtCoder (@kawacchu) - #589 fix a bug of
dispatch
yukicoder URL - #575 remove
--overwrite
option fromdownload
subcommand and now abort downloading if samples already exist
v7.2.2
- #561 fix a potential bug of yukicoder problems (@kawacchu)
- #560 fix a bug of
CodeforceContest.list_problems
- #562 add the English translation of introduction document (@pieceofeden)
- #567 improve English of
readme.md
(@nishanth2143)