summaryrefslogtreecommitdiff
path: root/doc/release/2.0.0-notes.rst
blob: a040f503b911b80fd9664efd02a8f18bc2e2c51c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
=========================
NumPy 2.0.0 Release Notes
=========================


Highlights
==========


New features
============

Custom formatter for printing arrays
------------------------------------



Changes
=======



Deprecations
============

Specifying a custom string formatter with a `_format` array attribute is
deprecated. The new `formatter` keyword in ``numpy.set_printoptions`` or
``numpy.array2string`` can be used instead.