forked from dadadel/pyment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
40 lines (34 loc) · 1.36 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
0.3.3 - 2018/07/25:
- integrate PRs #52, #54, #55, #57, #59, #60
- issue #58
0.3.2 - 2017/10/17:
- add new tests
- update docstrings, add sphinx conf and generated html doc
- add tests for issues (#10, #15, #19, #30, #32)
- update setup for Pypi
- fix issues #11, #16, #26, #32
- 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