Skip to content

Latest commit

 

History

History
executable file
·
189 lines (189 loc) · 22.3 KB

CHANGELOG.md

File metadata and controls

executable file
·
189 lines (189 loc) · 22.3 KB

Change Log

2.14.0 / 2024-6-7

Release version 2.14.0

PR Change Summary Label Author
#286 No format analysis for ongoing ABC contests #84b6eb enhancement kyuridenamida

2.13.0 / 2023-8-19

Release version 2.13.0

PR Change Summary Label Author
#271 Update Python version firewood
#270 AtCoderの言語アップデートに追従 firewood

2.12.0 / 2021-12-24

Release version 2.12.0

PR Change Summary Label Author
#254 実行時間制限を問題文から取得、ローカルテストに反映する機能を追加 chaemon
#252 chore: Update README(Go, Julia Support) kazuyaikoma

2.11.0 / 2021-11-29

Release version 2.11.0

PR Change Summary Label Author
#249 setterを追加 #84b6eb enhancement chaemon

2.10.0 / 2021-11-29

Release version 2.10.0

PR Change Summary Label Author
#247 READMEのexec on submitの部分を加筆 chaemon
#246 Changed to use compile_command in the toml file when test and submit #84b6eb enhancement shibukazu
#234 submitの際のコマンド実行を追加 #84b6eb enhancement chaemon

2.9.0 / 2021-9-28

Release version 2.9.0

PR Change Summary Label Author
#245 Fix #240 Add missing return statement in submit_main #fc2929 bug naskya
#244 Add description for code_generator_toml #84b6eb enhancement
#849AD0 generator
firewood

2.8.0 / 2021-8-19

Release version 2.8.0

PR Change Summary Label Author
#242 use input_part_prefix to generate code properly #84b6eb enhancement
#849AD0 generator
kotet

2.7.0 / 2021-8-19

Release version 2.7.0

PR Change Summary Label Author
#243 enable compiler config by toml trickstar0301
#236 support julia #2C2318 language-support chaemon

2.6.0 / 2021-7-18

Release version 2.6.0

PR Change Summary Label Author
#237 Make universal codegenerator toml specifiable in atcodertools.toml #84b6eb enhancement chaemon
#235 Support Go #2C2318 language-support chaemon

2.5.0 / 2021-6-19

Release version 2.5.0

PR Change Summary Label Author
#233 Add language-level config #84b6eb enhancement chaemon

2.4.0 / 2021-6-13

Release version 2.4.0

PR Change Summary Label Author
#231 Add new command: compile #84b6eb enhancement chaemon

2.3.1 / 2021-5-19

Release version 2.3.1

PR Change Summary Label Author
#230 Improvement in universal_generator/cpp.toml #fc2929 bug
#2C2318 language-support
naskya

2.3.0 / 2021-5-11

Release version 2.3.0

PR Change Summary Label Author
#228 Universal Code Generator to support new languages easily #84b6eb enhancement
#2C2318 language-support
chaemon
#226 Support native Windows #84b6eb enhancement firewood
#211 Add Swift Support #84b6eb enhancement
#2C2318 language-support
firewood

2.2.0 / 2021-4-22

Release version 2.2.0. From this version on, you can't use Python 3.6 because f-string is used in the code. Please upgrade your Python to at least 3.6 when you encounter some error about syntax.

PR Change Summary Label Author
#223 Fix no inversion of save_no_session_cache in submit.py #fc2929 bug dnek
#222 New option to skip preparing existing problem directories #84b6eb enhancement dnek

2.1.0 / 2021-4-21

Release version 2.1.0

PR Change Summary Label Author
#217 Fix run_program crash on TLE test cases #fc2929 bug penpenpng
#210 Remove redundant -0 #84b6eb enhancement
#849AD0 generator
firewood

2.0.0 / 2021-4-17

Release version 2.0.0. Python 3.5 is not supported anymore.

PR Change Summary Label Author
#221 Add a github workflow to autogenerate changelog #33E893 dev-env-improvement kyuridenamida
#219 Refactor contribution process + Stop supporting Python 3.5 #33E893 dev-env-improvement kyuridenamida
#214 Bump react-dev-utils from 6.1.1 to 11.0.4 in /webapp #0366d6 dependencies dependabot[bot]
#212 Test by GitHub Actions #33E893 dev-env-improvement firewood
#206 Bump marked from 0.6.0 to 0.7.0 in /webapp #0366d6 dependencies dependabot[bot]

1.1.7.1 / 2020-5-16

PR Change Summary Label Author
#201 Fix crash bug of envgen when getting 404 #fc2929 bug kyuridenamida

1.1.7 / 2020-5-16

PR Change Summary Label Author
#199 Add cherry-picked release candidates for 1.1.7 kyuridenamida
#196 Support the latest AtCoder language list #84b6eb enhancement chaemon
#192 Support AtCoder submission with the latest Python language #84b6eb enhancement Matts966
#191 Support AtCoder submission with the latest C++ language #84b6eb enhancement hiramekun
#187 #186 Support \dots in input formats #84b6eb enhancement kyuridenamida
#174 Makes gen command retry with exponential backoff #84b6eb enhancement yuuki3655
#172 Recognize an integer token as a string token when it has a leading zero or too many digits in format prediction #84b6eb enhancement chaemon

1.1.6 / 2019-10-7

PR Change Summary Label Author
#161 support judge type and error value on submit command #84b6eb enhancement kyuridenamida
#159 "Show Version" functionality on atcoder-tools command #84b6eb enhancement kyuridenamida
#157 Reinforce unit tests & Support C# & error type on documentation page #33E893 dev-env-improvement kyuridenamida
#156 Support decimal number judge #84b6eb enhancement chaemon
#154 Make default code style configurable at language level #84b6eb enhancement chaemon
#153 Support C# #84b6eb enhancement
#2C2318 language-support
chaemon

1.1.5 / 2019-8-19

PR Change Summary Label Author
#151 Fix nim to work with the default indent setting #fc2929 bug kyuridenamida
#150 Fix a bug flake8 in .travis.yml doesn't work #fc2929 bug kmyk
#148 Fix "codegen" error on Windows #fc2929 bug penpenpng
#146 Support NIM #84b6eb enhancement
#2C2318 language-support
chaemon
#145 Support DLang #84b6eb enhancement
#2C2318 language-support
penpenpng
#144 Fix Python code generator to generate codes following PEP8 #fc2929 bug penpenpng
#142 Stop using root logger #84b6eb enhancement kmyk
#141 Make example input / output names configurable from EtcConfig #84b6eb enhancement kitagawa-hr

1.1.4 / 2019-4-10

PR Change Summary Label Author
#138 Make generated files executable when they have shebang #84b6eb enhancement kmyk
#132 Distinguish AC with stderr from WA on test command #84b6eb enhancement blue-jam
#131 Support coloring functionality on Windows #84b6eb enhancement kotamanegi
#128 Show new AtCoder URL to the submission page #84b6eb enhancement kotamanegi

1.1.3 / 2019-3-5

PR Change Summary Label Author
#122 Fix compatibility problem on Windows #fc2929 bug kotamanegi
#117 Add PR to the default templates #84b6eb enhancement kmyk
#115 Add userscript #84b6eb enhancement kmyk

1.1.2 / 2019-2-20

PR Change Summary Label Author
#110 Store all quality results into /api/all.json in Doc #84b6eb enhancement kyuridenamida
#98 Add the "codegen" subcommand #84b6eb enhancement kmyk
#97 Add a code generator for Python 3 #84b6eb enhancement
#2C2318 language-support
kmyk

1.1.1 / 2019-2-14

PR Change Summary Label Author
#92 Add local compile tests for default templates / code generators #33E893 dev-env-improvement kyuridenamida
#91 Refactor codes around language #33E893 dev-env-improvement kyuridenamida
#88 #87 fix bug you can't specify a code to submit by --code for submit command #fc2929 bug kyuridenamida
#86 generate rust code. #84b6eb enhancement
#2C2318 language-support
fukatani
#84 Output stdout even when getting RE or TLE #84b6eb enhancement kyuridenamida

1.1.0 / 2019-1-17

PR Change Summary Label Author
#80 Anything configurable from command line is configurable from toml #84b6eb enhancement kyuridenamida
#79 Delete --replacement and use template for both failure and success instead #84b6eb enhancement kyuridenamida
#78 Better default C++ template with move semantics #84b6eb enhancement asi1024

1.0.6 / 2019-1-13

PR Change Summary Label Author
#73 Feature/colorful #84b6eb enhancement kyuridenamida
#71 Speed up prediction #84b6eb enhancement kyuridenamida
#69 Add template_file option in toml configuration #84b6eb enhancement kyuridenamida
#68 Enable custom code generator function #84b6eb enhancement kyuridenamida
#67 Refactor code base #33E893 dev-env-improvement kyuridenamida
#65 ignore version check exception #84b6eb enhancement kyuridenamida
#64 Increase recall of input format prediction #84b6eb enhancement kyuridenamida

1.0.5 / 2019-1-6

PR Change Summary Label Author
#59 introduce postprocess config with exec_on_each_problem_dir / exec_on_contest_dir… #84b6eb enhancement kyuridenamida
#54 Support Problem Constants Injection #84b6eb enhancement kyuridenamida
#52 Add code gen configuration #84b6eb enhancement kyuridenamida
#50 Add version checker #84b6eb enhancement kyuridenamida
#49 Submit feature #84b6eb enhancement kyuridenamida

1.0.4 / 2018-12-29

PR Change Summary Label Author
#44 Feature/powerful tester #84b6eb enhancement kyuridenamida

1.0.3 / 2018-12-27

PR Change Summary Label Author
#41 Feature/cleaner input code #b60205 messy-changeset
#33E893 dev-env-improvement
kyuridenamida