summaryrefslogtreecommitdiff
path: root/doc/release
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2017-12-11 10:11:39 -0700
committerGitHub <noreply@github.com>2017-12-11 10:11:39 -0700
commit7df73defce92506b4b67b37ed1c9164347f0f986 (patch)
tree9a53f6dfc27c2c33d7797df9552150a13ce39414 /doc/release
parentb023d734eeec42a2a1064eaed4de12fd676f1de0 (diff)
downloadpython-numpy-7df73defce92506b4b67b37ed1c9164347f0f986.tar.gz
python-numpy-7df73defce92506b4b67b37ed1c9164347f0f986.tar.bz2
python-numpy-7df73defce92506b4b67b37ed1c9164347f0f986.zip
MAINT: nested list needs opening blank line.
[ci skip]
Diffstat (limited to 'doc/release')
-rw-r--r--doc/release/1.15.0-notes.rst13
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/release/1.15.0-notes.rst b/doc/release/1.15.0-notes.rst
index a2eeb6c58..283c992ea 100644
--- a/doc/release/1.15.0-notes.rst
+++ b/doc/release/1.15.0-notes.rst
@@ -16,12 +16,13 @@ Deprecations
* Aliases of builtin `pickle` functions are deprecated, in favor of their
unaliased ``pickle.<func>`` names:
- * `np.loads`
- * `np.core.numeric.load`
- * `np.core.numeric.loads`
- * `np.ma.loads`, `np.ma.dumps`
- * `np.ma.load`, `np.ma.dump` - these functions already failed on python 3,
- when called with a string.
+
+ * `np.loads`
+ * `np.core.numeric.load`
+ * `np.core.numeric.loads`
+ * `np.ma.loads`, `np.ma.dumps`
+ * `np.ma.load`, `np.ma.dump` - these functions already failed on python 3,
+ when called with a string.
Future Changes