summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2015-08-07 22:23:31 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2015-08-07 22:23:31 +0100
commit19a20c794bea67fb7e3530da362473c05cf87cad (patch)
treec57325389e122939415160b4b18bc763cdb3a234
parent92328a2016bd0d3e5e383cbc30a6713c28c60470 (diff)
downloadswig-19a20c794bea67fb7e3530da362473c05cf87cad.tar.gz
Changes entry for numpydoc conforming docstrings.
Changes entry for 92328a. Closes #383.
-rw-r--r--CHANGES.current8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.current b/CHANGES.current
index f78f6bb48..49d59891c 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -5,6 +5,14 @@ See the RELEASENOTES file for a summary of changes in each release.
Version 3.0.8 (in progress)
===========================
+2015-08-07: xantares
+ [Python] pep257 & numpydoc conforming docstrings:
+ - Mono-line module docsstring
+ - Rewrite autodoc parameters section in numpydoc style:
+ https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt
+ - One line summary should end with "."
+ - Adds a blank line after class docstring
+
2015-08-05: vadz
[Java] Make (char* STRING, size_t LENGTH) typemaps usable for
strings of other types, e.g. "unsigned char*".