-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.5 release #3
0.5 release #3
Conversation
- wrote 4 new tests - seggregated I/O of test programs - partially fixes #2
- updated setup.py for next release - ignore some pylint errors
- add support for Bash 4.4
- network request are now 50% faster (I am speed) - updated demo code - add tracker in setup
- Add CHANGELOG - Removed setup.cfg - Updated Docs with changelog link - Updated requirements file.
- Wrote 5 new tests - add site url in docs - minor changes
- updated docs, setup.py & changelog
Hello @Bhupesh-V! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2019-12-20 09:05:36 UTC |
Codecov Report
@@ Coverage Diff @@
## master #3 +/- ##
==========================================
+ Coverage 89.43% 95.87% +6.44%
==========================================
Files 3 3
Lines 123 194 +71
==========================================
+ Hits 110 186 +76
+ Misses 13 8 -5
Continue to review full report at Codecov.
|
[0.5] - Dec 20, 2019
Added
run()
.run()
is now used to run the code i.e the code is submitted to Judge0 api using this method.Changed
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.