From 089924b61012a106ffa4f58939b0180124051a0b Mon Sep 17 00:00:00 2001 From: Matt Haberland Date: Sat, 31 Dec 2022 15:30:55 -0800 Subject: [PATCH] REL: integrate.qmc_quad: remove from release notes --- doc/release/1.10.0-notes.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/release/1.10.0-notes.rst b/doc/release/1.10.0-notes.rst index 06961a2cd320..3a6f99148f02 100644 --- a/doc/release/1.10.0-notes.rst +++ b/doc/release/1.10.0-notes.rst @@ -71,8 +71,6 @@ New features `scipy.integrate` improvements ============================== -- Added `scipy.integrate.qmc_quad`, which performs quadrature using Quasi-Monte - Carlo points. - Added parameter ``complex_func`` to `scipy.integrate.quad`, which can be set ``True`` to integrate a complex integrand.