diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2013-04-04 19:18:01 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2013-04-04 19:18:01 -0600 |
commit | 686905399753267f4447daa5a0bff8ff49098fa0 (patch) | |
tree | e7c7a92721660a35a4609cbd9dd2864b628b8bd3 /doc/release/1.6.1-notes.rst | |
parent | d31067827d01966c3923ed140b997f6796424f93 (diff) | |
download | numpy-686905399753267f4447daa5a0bff8ff49098fa0.tar.gz |
MAINT: Fix release notes formatting.
Sphinx was complaining about the title/heading hierarchy. This
fixes those complaints.
Diffstat (limited to 'doc/release/1.6.1-notes.rst')
-rw-r--r-- | doc/release/1.6.1-notes.rst | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/release/1.6.1-notes.rst b/doc/release/1.6.1-notes.rst index 5f59cb743..2f1aa6b04 100644 --- a/doc/release/1.6.1-notes.rst +++ b/doc/release/1.6.1-notes.rst @@ -1,12 +1,11 @@ -========================= NumPy 1.6.1 Release Notes -========================= +************************* This is a bugfix only release in the 1.6.x series. -Issues fixed ------------- +Issues Fixed +============ #1834 einsum fails for specific shapes #1837 einsum throws nan or freezes python for specific array shapes @@ -19,4 +18,3 @@ Issues fixed #1874 f2py: fix --include_paths bug #1749 Fix ctypes.load_library() #1895/1896 iter: writeonly operands weren't always being buffered correctly - |