diff options
| -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 |
