Skip to content

Commit 8864650

Browse files
DOC: Fix indentation of a few release notes.
[skip actions] [skip azp] [skip cirrus]
1 parent 890a494 commit 8864650

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
* `numpy.save` now uses pickle protocol version 4 for saving arrays with
2-
object dtype, which allows for pickle objects larger than 4GB and improves
3-
saving speed by about 5% for large arrays.
1+
* `numpy.save` now uses pickle protocol version 4 for saving arrays with
2+
object dtype, which allows for pickle objects larger than 4GB and improves
3+
saving speed by about 5% for large arrays.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
* The `fix_imports` keyword argument in `numpy.save` is deprecated. Since
2-
NumPy 1.17, `numpy.save` uses a pickle protocol that no longer supports
3-
Python 2, and ignored `fix_imports` keyword. This keyword is kept only
4-
for backward compatibility. It is now deprecated.
1+
* The `fix_imports` keyword argument in `numpy.save` is deprecated. Since
2+
NumPy 1.17, `numpy.save` uses a pickle protocol that no longer supports
3+
Python 2, and ignored `fix_imports` keyword. This keyword is kept only
4+
for backward compatibility. It is now deprecated.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
* Passing non-integer inputs as the first argument of `bincount` is now
2-
deprecated, because such inputs are silently cast to integers with no
3-
warning about loss of precision.
1+
* Passing non-integer inputs as the first argument of `bincount` is now
2+
deprecated, because such inputs are silently cast to integers with no
3+
warning about loss of precision.

0 commit comments

Comments
 (0)