-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
CHANGELOG
98 lines (55 loc) · 1.54 KB
/
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
## v1.4 - 22/08/06
* Add threading.get_ident(), os.getpid() to dirname
## v1.3.1 - 22/06/03
* Hide a parameter name from outside
## v1.3.0 - 22/06/02
* Allow copying of subdirectories
## v1.2.3 - 22/05/05
* Ensure yielded value is always a Path
## v1.2.2 - 21/06/02
* Fix a logic error
## v1.2.1 - 21/06/02
* Fix misspelled variable name
## v1.2.0 - 21/06/02
* New clear parameter
* Remove support for Python 3.4, 3.5
## v1.1.0 - 20/12/03
* New tdir parameters `use_dir` and `save`
## v1.0.1 - 20/11/04
* Change status to Production/Stable in setup.py
## v1.0.0 - 20/11/01
* First release version
## v0.13.2 - 20/10/07
* Enable Python 3.9
## v0.13.1 - 20/09/06
* Add MANIFEST.in
## v0.13.0 - 20/07/27
* Rename cwd parameter to chdir
* Add doks to test_requirements.txt
* Replace clod with xmod
## v0.12.0 - 20/07/11
* Use clod to load the function tdir as a module
* Amalgamate tdir and tdec (fix #2)
* Integrate decorator and context manager functions
## v0.11.3 - 20/07/08
* New version 0.11.2
## v0.11.2 - 20/07/08
* Include dek in install_requires in setup.py
## v0.11.1 - 20/07/06
* Remove dependencies from setup.py
* Use dek to simplify tdir.tdec()
## v0.11.0 - 20/06/29
* Update documentation
* Passing a Path copies the file to the tdir
* Better documentation
## v0.10.0 - 20/06/25
* More documentation
* New tdir.tdec decorator
## v0.9.2 - 20/06/24
* Update documentation
* Allow arguments of type dict to tdir()
## v0.9.1 - 20/06/22
* Better documentation
* Optionally cd to the new tdir
## v0.9.0 - 20/05/27
* First release