Releases: mononobi/drawpia
Releases · mononobi/drawpia
Bug Fix v0.2
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
- 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.