Skip to content

Commit 541003f

Browse files
committed
DOC: update 1.14 relnotes [wheel build]
* Update SciPy `1.14.0` release notes following more backport activity. [wheel build]
1 parent a08d1ff commit 541003f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

doc/source/release/1.14.0-notes.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ Deprecated features
205205
- The option ``quadrature="trapz"`` in `scipy.integrate.quad_vec` has been
206206
deprecated in favour of ``quadrature="trapezoid"`` and will be removed in
207207
SciPy 1.16.0.
208-
- `scipy.special.comb` has deprecated support for use of ``exact=True`` in
208+
- ``scipy.special.{comb,perm}`` have deprecated support for use of ``exact=True`` in
209209
conjunction with non-integral ``N`` and/or ``k``.
210210

211211

@@ -294,13 +294,13 @@ Authors
294294
* Tim Beyer (1) +
295295
* Andrea Blengino (1) +
296296
* boatwrong (1)
297-
* Jake Bowhay (50)
297+
* Jake Bowhay (51)
298298
* Dietrich Brunn (2)
299299
* Evgeni Burovski (177)
300300
* Tim Butters (7) +
301301
* CJ Carey (5)
302302
* Sean Cheah (46)
303-
* Lucas Colley (72)
303+
* Lucas Colley (73)
304304
* Giuseppe "Peppe" Dilillo (1) +
305305
* DWesl (2)
306306
* Pieter Eendebak (5)
@@ -313,7 +313,7 @@ Authors
313313
* Rohit Goswami (28)
314314
* Ben Greiner (1) +
315315
* Lorenzo Gualniera (1) +
316-
* Matt Haberland (257)
316+
* Matt Haberland (260)
317317
* Shawn Hsu (1) +
318318
* Budjen Jovan (3) +
319319
* Jozsef Kutas (1)
@@ -339,7 +339,7 @@ Authors
339339
* pwcnorthrop (3) +
340340
* Bharat Raghunathan (1)
341341
* Tom M. Ragonneau (2) +
342-
* Tyler Reddy (96)
342+
* Tyler Reddy (101)
343343
* Pamphile Roy (18)
344344
* Atsushi Sakai (9)
345345
* Daniel Schmitz (5)
@@ -730,6 +730,7 @@ Pull requests for 1.14.0
730730
* `#20870 <https://github.com/scipy/scipy/pull/20870>`__: BLD: test delocate works by removing original lib [wheel build]
731731
* `#20881 <https://github.com/scipy/scipy/pull/20881>`__: DOC: mailing list to forum
732732
* `#20890 <https://github.com/scipy/scipy/pull/20890>`__: DOC: Write API reference titles in monospace font
733+
* `#20909 <https://github.com/scipy/scipy/pull/20909>`__: DEP: special.perm: deprecate non-integer \`N\` and \`k\` with...
733734
* `#20914 <https://github.com/scipy/scipy/pull/20914>`__: TST: linalg: bump tolerance in \`TestEig::test_singular\`
734735
* `#20919 <https://github.com/scipy/scipy/pull/20919>`__: BLD: optimize: use hidden visibility for static HiGHS libraries
735736
* `#20920 <https://github.com/scipy/scipy/pull/20920>`__: MAINT: special: fix msvc build by using \`new\` and \`delete\`...

0 commit comments

Comments
 (0)