Skip to content

Commit

Permalink
Update NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
putianyi889 authored Oct 21, 2024
1 parent 02dec43 commit 7db7a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ New library functions
* `uuid7()` creates an RFC 9652 compliant UUID with version 7 ([#54834]).
* `insertdims(array; dims)` allows to insert singleton dimensions into an array which is the inverse operation to `dropdims`
* The new `Fix` type is a generalization of `Fix1/Fix2` for fixing a single argument ([#54653]).
* `ispositive(::Real)`, `isnegative(::Real)`, `isnonpositive(::Real)` and `isnonnegative(::Real)` are provided for performance and convenience ([#53677]).
* `ispositive(::Real)` and `isnegative(::Real)` are provided for performance and convenience ([#53677]).

New library features
--------------------
Expand Down

0 comments on commit 7db7a2b

Please sign in to comment.