-
Notifications
You must be signed in to change notification settings - Fork 0
/
HISTORY.txt
58 lines (46 loc) · 1.46 KB
/
HISTORY.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Version 1.4.4 2015-04-09
-------------------------------
- Factor out generator function. (cbc)
Version 1.4.3 2015-04-02
-------------------------------
- Refactor functions into module. (cbc)
- Refactor main namespace in tests. (cbc)
- Added VERSION.txt. (cbc)
- Added download_url to setup. (cbc)
Version 1.4.2 2015-04-01
-------------------------------
- Make installed tests runnable as script. (cbc)
Version 1.4.1 2015-04-01
-------------------------------
- Make reduce readable. HAFD. (cbc)
Version 1.4 2015-03-26
-------------------------------
- Single version for Python 2/3. (cbc)
Version 1.3 2015-03-25
-------------------------------
- Add sieve function. (cbc)
- Rename test methods. (cbc)
Version 1.2.1 2015-03-25
-------------------------------
- Update README. (cbc)
Version 1.2 2015-03-25
-------------------------------
- Mark prime generator function private. (cbc)
- Update docstrings. (cbc)
- Fix test module name. (cbc)
- Rename test data. (cbc)
Version 1.1.1 2015-03-25
-------------------------------
- Update README. (cbc)
Version 1.1 2015-03-25
-------------------------------
- Add primorial function. (cbc)
Version 1.0.2 2015-03-25
-------------------------------
- Fix keywords. (cbc)
Version 1.0.1 2015-03-25
-------------------------------
- Release testing. (cbc)
Version 1.0 2015-03-23
-------------------------------
- Initial release. (cbc)