File tree Expand file tree Collapse file tree 2 files changed +19
-10
lines changed Expand file tree Collapse file tree 2 files changed +19
-10
lines changed Original file line number Diff line number Diff line change 2
2
Changelog
3
3
=========
4
4
5
- v1.0.8 (07-07-2014)
5
+ v1.1.0 (2014-07-20)
6
+ -------------------
7
+
8
+ - Added --verify-all option
9
+ - Changed --preview to preview the problem after the current one
10
+ - Changed problem file search to be more flexible by using the glob module
11
+ - Skipping a problem appends a "skipped" suffix to the filename of the problem
12
+
13
+
14
+ v1.0.8 (2014-07-07)
6
15
-------------------
7
16
8
17
- Made solution verification exit with appropriate exit code based on success
9
18
- Changed solution verification to not execute script using shell
10
19
- Fixed width of divider line in generated problem docstring
11
20
12
21
13
- v1.0.7 (03 -07-2014 )
22
+ v1.0.7 (2014 -07-03 )
14
23
-------------------
15
24
16
25
- Added CPU timings
17
26
18
27
19
- v1.0.6 (30 -06-2014 )
28
+ v1.0.6 (2014 -06-30 )
20
29
-------------------
21
30
22
31
- Moved timing information to separate line from problem output
23
32
24
33
25
- v1.0.5 (30 -06-2014 )
34
+ v1.0.5 (2014 -06-30 )
26
35
-------------------
27
36
28
37
- Changed multi-line outputs to print first line of output on a new line
29
38
- Fixed solution checking on Windows
30
39
31
40
32
- v1.0.4 (29 -06-2014 )
41
+ v1.0.4 (2014 -06-29 )
33
42
-------------------
34
43
35
44
- Added problems 203-256
36
45
37
46
38
- v1.0.3 (28 -06-2014 )
47
+ v1.0.3 (2014 -06-28 )
39
48
-------------------
40
49
41
50
- Added timing information
42
51
- Added more solutions
43
52
44
53
45
- v1.0.2 (27 -06-2014 )
54
+ v1.0.2 (2014 -06-27 )
46
55
-------------------
47
56
48
57
- Added Python 2.6 - 3 compatibility
49
58
50
59
51
- v1.0.1 (27 -06-2014 )
60
+ v1.0.1 (2014 -06-27 )
52
61
-------------------
53
62
54
63
- Fixed bug with dependencies during installation
55
64
56
65
57
- v1.0.0 (27 -06-2014 )
66
+ v1.0.0 (2014 -06-27 )
58
67
-------------------
59
68
60
69
- Initial release.
Original file line number Diff line number Diff line change 3
3
"""
4
4
5
5
__author__ = 'Kevin Yap'
6
- __version__ = '1.0.8 '
6
+ __version__ = '1.1.0 '
7
7
__license__ = 'MIT License'
You can’t perform that action at this time.
0 commit comments