@@ -205,7 +205,7 @@ Deprecated features
205
205
- The option ``quadrature="trapz" `` in `scipy.integrate.quad_vec ` has been
206
206
deprecated in favour of ``quadrature="trapezoid" `` and will be removed in
207
207
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
209
209
conjunction with non-integral ``N `` and/or ``k ``.
210
210
211
211
@@ -294,13 +294,13 @@ Authors
294
294
* Tim Beyer (1) +
295
295
* Andrea Blengino (1) +
296
296
* boatwrong (1)
297
- * Jake Bowhay (50 )
297
+ * Jake Bowhay (51 )
298
298
* Dietrich Brunn (2)
299
299
* Evgeni Burovski (177)
300
300
* Tim Butters (7) +
301
301
* CJ Carey (5)
302
302
* Sean Cheah (46)
303
- * Lucas Colley (72 )
303
+ * Lucas Colley (73 )
304
304
* Giuseppe "Peppe" Dilillo (1) +
305
305
* DWesl (2)
306
306
* Pieter Eendebak (5)
@@ -313,7 +313,7 @@ Authors
313
313
* Rohit Goswami (28)
314
314
* Ben Greiner (1) +
315
315
* Lorenzo Gualniera (1) +
316
- * Matt Haberland (257 )
316
+ * Matt Haberland (260 )
317
317
* Shawn Hsu (1) +
318
318
* Budjen Jovan (3) +
319
319
* Jozsef Kutas (1)
@@ -339,7 +339,7 @@ Authors
339
339
* pwcnorthrop (3) +
340
340
* Bharat Raghunathan (1)
341
341
* Tom M. Ragonneau (2) +
342
- * Tyler Reddy (96 )
342
+ * Tyler Reddy (101 )
343
343
* Pamphile Roy (18)
344
344
* Atsushi Sakai (9)
345
345
* Daniel Schmitz (5)
@@ -730,6 +730,7 @@ Pull requests for 1.14.0
730
730
* `#20870 <https://github.com/scipy/scipy/pull/20870 >`__: BLD: test delocate works by removing original lib [wheel build]
731
731
* `#20881 <https://github.com/scipy/scipy/pull/20881 >`__: DOC: mailing list to forum
732
732
* `#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...
733
734
* `#20914 <https://github.com/scipy/scipy/pull/20914 >`__: TST: linalg: bump tolerance in \` TestEig::test_singular\`
734
735
* `#20919 <https://github.com/scipy/scipy/pull/20919 >`__: BLD: optimize: use hidden visibility for static HiGHS libraries
735
736
* `#20920 <https://github.com/scipy/scipy/pull/20920 >`__: MAINT: special: fix msvc build by using \` new\` and \` delete\` ...
0 commit comments