This repository was archived by the owner on Jun 13, 2024. It is now read-only.
Releases: termicoder/termicoder
Releases · termicoder/termicoder
v0.3.0pre-beta
Notable Changes
- Complete rewrite of Termicoder using classes.
- Judges are now handled as plugins.
- Included judge Codechef as a plugin, written with official CodeChef API.
- This overhaul was done as a part of CodeChef API Hackathon powered by Alibaba
v0.2.3alpha
Merge pull request #50 from termicoder/version_update version 2.3
v0.2.1alpha
Notable Changes
- Critical resource leak flaw resolved. #30
- the termicoder test command though checked for timeout and gave right results for TLE, didn't actually closed the user programs and resulted in unusable state on infinite loop due to high CPU/Memory usage.
- Metadata updated. Support for python 2 dropped. a60cf9c
- Majority of the code is now PEP 8 compliant. 15abd5a
v0.2.0alpha
Notable Changes
- view, setup practice categories for CodeChef added
- separate functions implemented as Codechef has no API for practice
- a prompt asks for submitting to practice if contest not running. #15
- editing defaults now works on gui less environments (like server,c9 ide) also.
- using click.edit() instead of click.launch().
v0.1.9alpha
some fixes for python 2 the code now works on py3,py2 on linux
v0.1.7alpha
The release is currently alpha
basic functionality working for codechef and iarcs , codechef view practice, codechef setup practice not included with this version. Debug not included.