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.