-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGELOG
51 lines (30 loc) · 844 Bytes
/
CHANGELOG
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
## v1.0.1 - 20/11/07
* Update setup.py to Production/Stable
## v1.0.0 - 20/11/07
* First release version
## v0.10.7 - 20/10/07
* Enable Python 3.9
## v0.10.6 - 20/09/06
* Add MANIFEST.in
* Simplify and clarify code
## v0.10.5 - 20/07/22
* Replace clod with xmod
* Test an edge condition
## v0.10.4 - 20/07/11
* Use clod to load the function as a module
* Add clod to requirements.txt
* Allow the dek module to be called directly
* More documentation
## v0.10.3 - 20/07/07
* Better handling of methods parameter
* Fix dek.__all__ to be a tuple
## v0.10.2 - 20/07/06
* Rename and negate `is_simple` to `defer`
* New methods parameter
## v0.10.1 - 20/07/06
* Do not use functools.update_wrapper() on types
* Update documentation
## v0.10.0 - 20/07/05
* Use functools.partial to pass calls
## v0.9.0 - 20/07/05
* First release