Skip to content

Releases: subnetdusk/evilprof

v1.1.3

05 Feb 11:52

Choose a tag to compare

Refactor: English-only comments, logging instead of print, constants for question types, unit tests, removed legacy code, cleaned up README

v1.1.2

20 May 09:00
ac1bd1f

Choose a tag to compare

Added a warning when the logic select simple random sampling
Added a default number of questions calculated from the uploaded excel file. The number is the biggest which still allows the use of the weighted sampling algorithm.

v1.1.1

10 May 18:16
5b1f50a

Choose a tag to compare

Final touches before the 1.2

v1.1

04 May 16:53
f663d23

Choose a tag to compare

New Features:

  • Separation of questions in blocks (for different topics, or different types of questions) by putting a separating blanck row between blocks in the Excel file
  • Specification of the exact number of question for each block

v1.0.1

04 May 10:28
277d821

Choose a tag to compare

Minor changes to localization text and comments.

v1.0

03 May 10:17
69c7d33

Choose a tag to compare

Fine tuning.
Added a MonteCarlo simulation to test the sampling algorithm.

v0.3

03 May 08:14
11ec645

Choose a tag to compare

Introducing localization

v0.2

03 May 07:48
277bcbd

Choose a tag to compare

The single giant main .py has been refactored in multiple modules

v0.1.1

02 May 21:10
e5fe379

Choose a tag to compare

Introducing Weighted random sampling algorithm on question sets

v0.1.0

02 May 19:13
c29f2eb

Choose a tag to compare

v0.1.0 Pre-release
Pre-release

Initial release