Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d3e4368

Browse files
committed
Updated EulerPy to v1.1.0
1 parent 4657495 commit d3e4368

File tree

2 files changed

+19
-10
lines changed

2 files changed

+19
-10
lines changed

CHANGES.rst

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,59 +2,68 @@
22
Changelog
33
=========
44

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)
615
-------------------
716

817
- Made solution verification exit with appropriate exit code based on success
918
- Changed solution verification to not execute script using shell
1019
- Fixed width of divider line in generated problem docstring
1120

1221

13-
v1.0.7 (03-07-2014)
22+
v1.0.7 (2014-07-03)
1423
-------------------
1524

1625
- Added CPU timings
1726

1827

19-
v1.0.6 (30-06-2014)
28+
v1.0.6 (2014-06-30)
2029
-------------------
2130

2231
- Moved timing information to separate line from problem output
2332

2433

25-
v1.0.5 (30-06-2014)
34+
v1.0.5 (2014-06-30)
2635
-------------------
2736

2837
- Changed multi-line outputs to print first line of output on a new line
2938
- Fixed solution checking on Windows
3039

3140

32-
v1.0.4 (29-06-2014)
41+
v1.0.4 (2014-06-29)
3342
-------------------
3443

3544
- Added problems 203-256
3645

3746

38-
v1.0.3 (28-06-2014)
47+
v1.0.3 (2014-06-28)
3948
-------------------
4049

4150
- Added timing information
4251
- Added more solutions
4352

4453

45-
v1.0.2 (27-06-2014)
54+
v1.0.2 (2014-06-27)
4655
-------------------
4756

4857
- Added Python 2.6 - 3 compatibility
4958

5059

51-
v1.0.1 (27-06-2014)
60+
v1.0.1 (2014-06-27)
5261
-------------------
5362

5463
- Fixed bug with dependencies during installation
5564

5665

57-
v1.0.0 (27-06-2014)
66+
v1.0.0 (2014-06-27)
5867
-------------------
5968

6069
- Initial release.

EulerPy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"""
44

55
__author__ = 'Kevin Yap'
6-
__version__ = '1.0.8'
6+
__version__ = '1.1.0'
77
__license__ = 'MIT License'

0 commit comments

Comments
 (0)