Skip to content

Releases: deeeelin/NTHU_SELECT

NTHU_SELECT 2.0.0 beta

23 Feb 05:27
73c6dc9
Compare
Choose a tag to compare

Release notes for NTHU version 2 beta

Fixes

  • Fixed bug on sample function in "extensions.py"
  • Fixed bug on filter feature

Added features

  1. Motivation :
    Since 111 academic year , some of the courses start uploading original score grades instead of gpa score grade , which narrows the usage of NTHU_SELECT, since it gathers gpa informations but not score information .Also because of the distribution of different grading units , sorting feature are also affected ,therefore the release of second version is meant to solve these problems.

  2. Added information variable score and score_deviation
    In order to gather the grade information of courses that uses original score instead of gpa , these new information are gathered and stored into variable in second version :

    • score-> average original score of the course in past semester

    • score_deviation-> average deviation of original score of the course in past semester

  3. convert feature available

    In order to compare courses that upload different unit gradings , a new feature convert is add to this version , by setting the specified functions in extensions.py , users can design their own converting function or use the default ones to roughly convert GPA to original score or vice versa .

Before converting :

Image

After converting : (red colored texts are converted data)

Image

  1. Added " Setting functions " (for usage of convert feature) in extensions.py
    Users are able to design their own converting function to do transitions through different grading units .

Default converting function in extensions.py :

Image


NTHU_SELECT 1.0.0

23 Feb 05:24
348622e
Compare
Choose a tag to compare

Initial version of NTHU_SELECT , see README for detailed introductions