8000 Releases · mononobi/drawpia · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: mononobi/drawpia

Bug Fix v0.2

19 Feb 19:41
Compare
Choose a tag to compare

bug fix

  • Fix bug distributing entries with the same optional level in the same group.

features

  • Print total duration of drawing operation.
  • Add more sample entry data files.
  • Allow the entries to have different structures on the same file.
  • Take group size from the user input instead of config file.

Initial Release v0.1

18 Feb 22:37
Compare
Choose a tag to compare
  • Performing a draw between unlimited number of entries with different group sizes.
  • Ability to set a restricted_level for each entry to be able to distribute such
    entries on different groups without putting two entries with the same restricted
    level in the same group (if it's not possible, an error would be raised).
  • Ability to set an optional_level for each entry to be able to try to distribute
    such entries on different groups without putting two entries with the same optional
    level in the same group (if it's actually possible, otherwise optional level would
    be ignored).
  • Detailed log output during each operation.
0