Skip to content

Releases: jeffswt/pyjudge

pyJudge 0.1.79 - Pascal Language Support

13 Apr 05:13
Compare
Choose a tag to compare

This release would ease the use of pyJudge on Linux and not on Windows. In Windows, it is strongly suggested that you should add your compiler locations to the PATH environment variable.

The following functions are added:

  • Set default compilers to their names only, and not their absolute locations due to the differentiation between users and/or platforms.
  • Added support for Free Pascal. What is Pascal? I've never heard of it.

pyJudge 0.1.78 - Platform Fix

04 Apr 05:47
Compare
Choose a tag to compare

Under Windows platforms, pyJudge would no longer invoke "Stopped Working" dialogs when program encounters runtime errors.

This fix is made available by the following contributions:

pyJudge 0.1.75 - Updated Visualizations

29 Oct 05:20
Compare
Choose a tag to compare

Results visualization now supports line display. Different user output would be shown as ###. Looking this up in the page would help users detect the error positions. Although this is still not as well as @xmcp 's pyMatcher, it should work as well as before.

Use it well.

pyJudge 0.1.74 - Initial Release

07 Oct 15:39
Compare
Choose a tag to compare

pyJudge is an application toolset and a library intended for OIers in order for judging their programs offline with ease, through random data generators and generated data, also visualizing their data output for faster debugging.

Bugs are rarely seen in this version, and if you discovered any problems, please report them on the issue page.

Detailed usage and installation notes can be found on the project home page. Enjoy!