Atcoder-tools

Latest version: v2.14.0

Safety actively analyzes 665909 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 5

2.3.0

|PR|Change Summary|Label|Author|
|:---|:---|:---|:---:|
|[228](https://github.com/kyuridenamida/atcoder-tools/pull/228)|Universal Code Generator to support new languages easily|![#84b6eb](https://via.placeholder.com/15/84b6eb/000000?text=+) **enhancement**<br/>![#2C2318](https://via.placeholder.com/15/2C2318/000000?text=+) **language-support**|[chaemon](https://github.com/chaemon)|
|[226](https://github.com/kyuridenamida/atcoder-tools/pull/226)|Support native Windows|![#84b6eb](https://via.placeholder.com/15/84b6eb/000000?text=+) **enhancement**|[firewood](https://github.com/firewood)|
|[211](https://github.com/kyuridenamida/atcoder-tools/pull/211)|Add Swift Support|![#84b6eb](https://via.placeholder.com/15/84b6eb/000000?text=+) **enhancement**<br/>![#2C2318](https://via.placeholder.com/15/2C2318/000000?text=+) **language-support**|[firewood](https://github.com/firewood)|

2.2.0

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](https://github.com/kyuridenamida/atcoder-tools/pull/223)|Fix no inversion of save_no_session_cache in submit.py|![#fc2929](https://via.placeholder.com/15/fc2929/000000?text=+) **bug**|[dnek](https://github.com/dnek)|
|[222](https://github.com/kyuridenamida/atcoder-tools/pull/222)|New option to skip preparing existing problem directories|![#84b6eb](https://via.placeholder.com/15/84b6eb/000000?text=+) **enhancement**|[dnek](https://github.com/dnek)|

2.1.0

|PR|Change Summary|Label|Author|
|:---|:---|:---|:---:|
|[217](https://github.com/kyuridenamida/atcoder-tools/pull/217)|Fix run_program crash on TLE test cases|![#fc2929](https://via.placeholder.com/15/fc2929/000000?text=+) **bug**|[penpenpng](https://github.com/penpenpng)|
|[210](https://github.com/kyuridenamida/atcoder-tools/pull/210)|Remove redundant -0|![#84b6eb](https://via.placeholder.com/15/84b6eb/000000?text=+) **enhancement**<br/>![#849AD0](https://via.placeholder.com/15/849AD0/000000?text=+) **generator**|[firewood](https://github.com/firewood)|

2.0.0

Release version 2.0.0. Python 3.5 is not supported anymore.
|PR|Change Summary|Label|Author|
|:---|:---|:---|:---:|
|[221](https://github.com/kyuridenamida/atcoder-tools/pull/221)|Add a github workflow to autogenerate changelog|![#33E893](https://via.placeholder.com/15/33E893/000000?text=+) **dev-env-improvement**|[kyuridenamida](https://github.com/kyuridenamida)|
|[219](https://github.com/kyuridenamida/atcoder-tools/pull/219)|Refactor contribution process + Stop supporting Python 3.5|![#33E893](https://via.placeholder.com/15/33E893/000000?text=+) **dev-env-improvement**|[kyuridenamida](https://github.com/kyuridenamida)|
|[214](https://github.com/kyuridenamida/atcoder-tools/pull/214)|Bump react-dev-utils from 6.1.1 to 11.0.4 in /webapp|![#0366d6](https://via.placeholder.com/15/0366d6/000000?text=+) **dependencies**|[dependabot[bot]](https://github.com/apps/dependabot)|
|[212](https://github.com/kyuridenamida/atcoder-tools/pull/212)|Test by GitHub Actions|![#33E893](https://via.placeholder.com/15/33E893/000000?text=+) **dev-env-improvement**|[firewood](https://github.com/firewood)|
|[206](https://github.com/kyuridenamida/atcoder-tools/pull/206)|Bump marked from 0.6.0 to 0.7.0 in /webapp|![#0366d6](https://via.placeholder.com/15/0366d6/000000?text=+) **dependencies**|[dependabot[bot]](https://github.com/apps/dependabot)|

1.1.7.1

|PR|Change Summary|Label|Author|
|:---|:---|:---|:---:|
|[201](https://github.com/kyuridenamida/atcoder-tools/pull/201)|Fix crash bug of envgen when getting 404|![#fc2929](https://via.placeholder.com/15/fc2929/000000?text=+) **bug**|[kyuridenamida](https://github.com/kyuridenamida)|

1.1.7

|PR|Change Summary|Label|Author|
|:---|:---|:---|:---:|
|[199](https://github.com/kyuridenamida/atcoder-tools/pull/199)|Add cherry-picked release candidates for 1.1.7| |[kyuridenamida](https://github.com/kyuridenamida)|
|[196](https://github.com/kyuridenamida/atcoder-tools/pull/196)|Support the latest AtCoder language list|![#84b6eb](https://via.placeholder.com/15/84b6eb/000000?text=+) **enhancement**|[chaemon](https://github.com/chaemon)|
|[192](https://github.com/kyuridenamida/atcoder-tools/pull/192)|Support AtCoder submission with the latest Python language|![#84b6eb](https://via.placeholder.com/15/84b6eb/000000?text=+) **enhancement**|[Matts966](https://github.com/Matts966)|
|[191](https://github.com/kyuridenamida/atcoder-tools/pull/191)|Support AtCoder submission with the latest C++ language|![#84b6eb](https://via.placeholder.com/15/84b6eb/000000?text=+) **enhancement**|[hiramekun](https://github.com/hiramekun)|
|[187](https://github.com/kyuridenamida/atcoder-tools/pull/187)|#186 Support \dots in input formats|![84b6eb](https://via.placeholder.com/15/84b6eb/000000?text=+) **enhancement**|[kyuridenamida](https://github.com/kyuridenamida)|
|[174](https://github.com/kyuridenamida/atcoder-tools/pull/174)|Makes gen command retry with exponential backoff|![#84b6eb](https://via.placeholder.com/15/84b6eb/000000?text=+) **enhancement**|[yuuki3655](https://github.com/yuuki3655)|
|[172](https://github.com/kyuridenamida/atcoder-tools/pull/172)|Recognize an integer token as a string token when it has a leading zero or too many digits in format prediction|![#84b6eb](https://via.placeholder.com/15/84b6eb/000000?text=+) **enhancement**|[chaemon](https://github.com/chaemon)|

Page 3 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.