We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c07fee commit f46f5beCopy full SHA for f46f5be
docs/upgrade.rst
@@ -24,7 +24,8 @@ changes are that:
24
function is not available anymore.
25
26
Due to NumPy changes, you may experience difficulties updating to NumPy 2.
27
-Please see the [NumPy 2 migration guide](https://numpy.org/devdocs/numpy_2_0_migration_guide.html) for details.
+Please see the `NumPy 2 migration guide <https://numpy.org/devdocs/numpy_2_0_migration_guide.html>`_
28
+for details.
29
For example, a more direct change could be that the default integer ``"int_"``
30
(and ``"uint"``) is now ``ssize_t`` and not ``long`` (affects 64bit windows).
31
0 commit comments