diff options
| author | Charles Harris <charlesr.harris@gmail.com> | 2017-12-11 10:11:39 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-11 10:11:39 -0700 |
| commit | 7df73defce92506b4b67b37ed1c9164347f0f986 (patch) | |
| tree | 9a53f6dfc27c2c33d7797df9552150a13ce39414 | |
| parent | b023d734eeec42a2a1064eaed4de12fd676f1de0 (diff) | |
| download | numpy-7df73defce92506b4b67b37ed1c9164347f0f986.tar.gz | |
MAINT: nested list needs opening blank line.
[ci skip]
| -rw-r--r-- | doc/release/1.15.0-notes.rst | 13 |
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 |
