Releases: codeclassroom/CodeRunner
Releases · codeclassroom/CodeRunner
v1.0
[1.0] - June , 2020
⚠ Major Update (Breaking Changes)
Added
- Add API key authorizations
- Custom API URL support
Changed
v0.8
v0.7
v0.6
[0.6] - Jan 5, 2020
Added
- New optional argument,
number_of_runs
inrun()
method, use this to specify no.of times you want to run the code. Default is set to 1. - Ported NEW Languages. CodeRunner now supports all languages provided by Judge0.
setFlags(options)
for setting options for the compiler (i.e. compiler flags).setArguments(arguments)
for setting Command line arguments for the program.
Changed
- Minor internal improvemets.
See it on PyPi
v0.5
Added
- New instance method -
run()
. run()
is now used to run the code i.e the code is submitted to Judge0 api using this method.- Support for Bash 4.4.
Changed
- Renamed Class
Run
tocode
for easier usage. getStatus()
, now only returns the status in comparison to earlier versions where it performed multiple tasks.
This is effect fixes #2.
Removed
requests
as a dependency, Network requests are now 50% faster.