Skip to content

Commit

Permalink
Add a word on numpy v2
Browse files Browse the repository at this point in the history
  • Loading branch information
t20100 committed Apr 4, 2024
1 parent 1cd3bcf commit 127f938
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion python/numpy/introduction_to_numpy.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1756,6 +1756,17 @@
"Done on Intel(R) Xeon(R) CPU E5-1650 @ 3.50GHz"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# numpy v2\n",
"\n",
"numpy version 2 is about to be released.\n",
"\n",
"See [migration guide](https://numpy.org/devdocs/numpy_2_0_migration_guide.html)"
]
},
{
"attachments": {},
"cell_type": "markdown",
Expand All @@ -1769,7 +1780,7 @@
"\n",
"- Complete reference material:\n",
" http://docs.scipy.org/doc/numpy/reference\n",
"- NumPyuser guide:\n",
"- NumPy user guide:\n",
" https://docs.scipy.org/doc/numpy/user\n",
"- Many recipes for different purposes:\n",
" https://scipy-cookbook.readthedocs.io\n",
Expand Down

0 comments on commit 127f938

Please sign in to comment.