Skip to content

Commit

Permalink
Merge pull request #25994 from mattip/release-note-2
Browse files Browse the repository at this point in the history
DOC: remove reverted release blurb [skip actions][skip azp][skip cirrus]
  • Loading branch information
charris committed Mar 11, 2024
2 parents b7e8b88 + b1d8815 commit 8a91fe2
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions doc/source/release/2.0.0-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -430,17 +430,6 @@ unicode strings rather than bytes.
(`gh-25193 <https://github.com/numpy/numpy/pull/25193>`__)


``arange``'s ``start`` argument is positional-only
--------------------------------------------------
The first argument of ``arange`` is now positional only. This way,
specifying a ``start`` argument as a keyword, e.g. ``arange(start=0, stop=4)``,
raises a TypeError. Other behaviors, are unchanged so ``arange(stop=4)``,
``arange(2, stop=4)`` and so on, are still valid and have the same meaning as
before.

(`gh-25336 <https://github.com/numpy/numpy/pull/25336>`__)


Minor changes in behavior of sorting functions
----------------------------------------------
Due to algorithmic changes and use of SIMD code, sorting functions with methods
Expand Down

0 comments on commit 8a91fe2

Please sign in to comment.