-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG
More file actions
23 lines (23 loc) · 788 Bytes
/
CHANGELOG
File metadata and controls
23 lines (23 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
i# *** CHANGELOG ***
#
# 2014.05.18 - ver 2.2
# - added win values in probability of winning feature
#
# 2014.05.16 - ver 2.1
# - fixed history draws files zeroing upon unsuccessful web update
#
# 2014.03.07 - ver 2.0
# - added function for downloading historical drawings databases from the Internet
# - added draw comparison with historical drawing databases
# - added function calculating probability of winning
# - many UI improvements
# - moved all the code from main() to separate functions and code cleanup
#
# 2014.01.26 - ver. 1.1
# - added Multi Multi drawing options
# - drawed numbers are now stored in a list
# - changed indents to Python standard coding standard (4 chars)
# - added ENTER key as input for default options
#
# 2014.01.26 - ver. 1.0
# - first initial version