File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
doc/release/upcoming_changes Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments