forked from dadadel/pyment
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG
More file actions
34 lines (29 loc) · 1.11 KB
/
CHANGELOG
File metadata and controls
34 lines (29 loc) · 1.11 KB
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
0.3.2:
- fix issue #32
- fix issue #11
- fix issue #16
- add option to overwrite a file instead of patching (issue #20)
0.3.1 - 2015/05/31:
- add tests for issues (issue #9 and #11)
- use entry_points to get a *.exe on windows
- fix Python3 compatibility (print, xrange)
- fix help message (google)
- convert Pyment's docstrings to reST format using Pyment itself!
- complete docstrings
- add 'returns' in managed tags
- fix issue #12
0.3.0 - 2014/10/12:
- add google docstring management
0.2.1 - 2014/06/28:
- add option to only convert existing docstrings
- improve documentation
- clean a bit the code
- change readme format from markdown to reStructuredText
- add option to ignore private methods/functions
0.2.0 - 2014/04/02:
- enhance customization allowing to use a configuration file
- improve the documentation
0.1.0 - 2014/03/30:
- add numpydoc management
- make more configurable (first line, __init__ docstring to class,..)
- fix some bugs