Skip to content

Releases: codeclassroom/PlagCheck

v0.4

10 Mar 14:16
Compare
Choose a tag to compare

[0.4] - March 10, 2020

Changed [⚠️ Breaking Changes]

  • getShareScores & getInsights have been decoupled from the check class, they now have to imported separately.
  • Minor changes in the analyze.py module.

Happy Holi 🎉 🔥

v0.3

01 Jan 14:23
Compare
Choose a tag to compare

Added

  • New module analyze.py for Moss Results analysis
  • getShareScores() for returning frequency of shared files.
  • addFile() for adding files.
  • addFilesByWildCard() for submitting multiple files.
  • Support for adding base code using addBaseCode().

Changed

  • The plagcheck module is now more modularised. check is now a class.
  • __get_line_numbers() now runs in a new thread.

Removed

  • requests as a dependency, network requests are now 50% faster.

See it on PyPi

Happy New Year 🎉

v0.2

09 Nov 13:36
2d1f5d7
Compare
Choose a tag to compare
  • Nothing much, just reformatting ;)
  • See it on PyPi

v0.1

03 Nov 07:09
Compare
Choose a tag to compare
  • Initial Release
  • See it on PyPi