From 7db7a2b7367e3b15b5b9f1d928437025343ba5be Mon Sep 17 00:00:00 2001 From: Tianyi Pu <44583944+putianyi889@users.noreply.github.com> Date: Mon, 21 Oct 2024 19:16:19 +0100 Subject: [PATCH] Update NEWS.md --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 4e51a12e819e7..2c73ce3148d68 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 --------------------