Skip to content

Commit 6cf4024

Browse files
authored
MAINT: forward port 1.10.1 relnotes (scipy#18008)
* forward port SciPy `1.10.1` release notes, adjusting for the new organization of release notes in the tree on `main` * update the docs version switcher * carry the `.mailmap` updates forward as well [skip azp] [skip actions] [skip cirrus]
1 parent 0fcc7d3 commit 6cf4024

File tree

4 files changed

+110
-1
lines changed

4 files changed

+110
-1
lines changed

.mailmap

+4
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ Bhavika Tekwani <[email protected]> bhavikat <[email protected]>
9494
Blair Azzopardi <[email protected]> bsdz <[email protected]>
9595
Blair Azzopardi <[email protected]> Blair Azzopardi <[email protected]>
9696
Brandon David <[email protected]> brandondavid <[email protected]>
97+
Brett Graham <[email protected]> Brett <[email protected]>
9798
Brett R. Murphy <[email protected]> brettrmurphy <[email protected]>
9899
Brian Hawthorne <brian.hawthorne@localhost> brian.hawthorne <brian.hawthorne@localhost>
99100
Brian Newsom <[email protected]> Brian Newsom <[email protected]>
@@ -193,6 +194,7 @@ Fukumu Tsutsumi <[email protected]> levelfour <[email protected]>
193194
194195
195196
Gagandeep Singh <[email protected]> czgdp1807 <[email protected]>
197+
Ganesh Kathiresan <[email protected]> ganesh-k13 <[email protected]>
196198
Garrett Reynolds <[email protected]> Garrett-R <[email protected]>
197199
Gaël Varoquaux <[email protected]> Gael varoquaux <[email protected]>
198200
Gavin Zhang <[email protected]> GavinZhang <[email protected]>
@@ -231,6 +233,7 @@ Jacob Vanderplas <[email protected]> Jake Vanderplas <[email protected]>
231233
Jacob Vanderplas <[email protected]> Jake Vanderplas <[email protected]>
232234
Jacob Vanderplas <[email protected]> Jake Vanderplas <[email protected]>
233235
Jacob Vanderplas <[email protected]> Jacob Vanderplas <[email protected]>
236+
Jacopo Tissino <[email protected]> Jacopo <[email protected]>
234237
Jaime Fernandez del Rio <[email protected]> jaimefrio <[email protected]>
235238
Jaime Fernandez del Rio <[email protected]> Jaime <[email protected]>
236239
Jaime Fernandez del Rio <[email protected]> Jaime Fernandez <[email protected]>
@@ -483,6 +486,7 @@ Todd Goodall <[email protected]> Todd <[email protected]>
483486
Todd Jennings <[email protected]> Todd <[email protected]>
484487
Tom Waite <tom.waite@localhost> tom.waite <tom.waite@localhost>
485488
Tom Donoghue <[email protected]> TomDonoghue <[email protected]>
489+
Tomer Sery <[email protected]> Tomer.Sery <[email protected]>
486490
Tony S. Yu <[email protected]> tonysyu <[email protected]>
487491
Tony S. Yu <[email protected]> Tony S Yu <[email protected]>
488492
Toshiki Kataoka <[email protected]> Toshiki Kataoka <[email protected]>

doc/source/_static/version_switcher.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@
55
"url": "https://scipy.github.io/devdocs/"
66
},
77
{
8-
"name": "1.10.0 (stable)",
8+
"name": "1.10.1 (stable)",
9+
"version":"1.10.1",
10+
"url": "https://docs.scipy.org/doc/scipy-1.10.1/"
11+
},
12+
{
13+
"name": "1.10.0",
914
"version":"1.10.0",
1015
"url": "https://docs.scipy.org/doc/scipy-1.10.0/"
1116
},

doc/source/release.rst

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ see the `commit logs <https://github.com/scipy/scipy/commits/>`_.
99
:maxdepth: 1
1010

1111
release/1.11.0-notes
12+
release/1.10.1-notes
1213
release/1.10.0-notes
1314
release/1.9.3-notes
1415
release/1.9.2-notes

doc/source/release/1.10.1-notes.rst

+99
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
==========================
2+
SciPy 1.10.1 Release Notes
3+
==========================
4+
5+
.. contents::
6+
7+
SciPy 1.10.1 is a bug-fix release with no new features
8+
compared to 1.10.0.
9+
10+
11+
12+
Authors
13+
=======
14+
* Name (commits)
15+
* alice (1) +
16+
* Matt Borland (2) +
17+
* Evgeni Burovski (2)
18+
* CJ Carey (1)
19+
* Ralf Gommers (9)
20+
* Brett Graham (1) +
21+
* Matt Haberland (5)
22+
* Alex Herbert (1) +
23+
* Ganesh Kathiresan (2) +
24+
* Rishi Kulkarni (1) +
25+
* Loïc Estève (1)
26+
* Michał Górny (1) +
27+
* Jarrod Millman (1)
28+
* Andrew Nelson (4)
29+
* Tyler Reddy (50)
30+
* Pamphile Roy (2)
31+
* Eli Schwartz (2)
32+
* Tomer Sery (1) +
33+
* Kai Striega (1)
34+
* Jacopo Tissino (1) +
35+
* windows-server-2003 (1)
36+
37+
A total of 21 people contributed to this release.
38+
People with a "+" by their names contributed a patch for the first time.
39+
This list of names is automatically generated, and may not be fully complete.
40+
41+
42+
Issues closed for 1.10.1
43+
------------------------
44+
45+
* `#14980 <https://github.com/scipy/scipy/issues/14980>`__: BUG: Johnson's algorithm fails without negative cycles
46+
* `#17670 <https://github.com/scipy/scipy/issues/17670>`__: Failed to install on Raspberry Pi (ARM) 32bit in 3.11.1
47+
* `#17715 <https://github.com/scipy/scipy/issues/17715>`__: scipy.stats.bootstrap broke with statistic returning multiple...
48+
* `#17716 <https://github.com/scipy/scipy/issues/17716>`__: BUG: interpolate.interpn fails with read only input
49+
* `#17718 <https://github.com/scipy/scipy/issues/17718>`__: BUG: RegularGridInterpolator 2D mixed precision crashes
50+
* `#17727 <https://github.com/scipy/scipy/issues/17727>`__: BUG: RegularGridInterpolator does not work on non-native byteorder...
51+
* `#17736 <https://github.com/scipy/scipy/issues/17736>`__: BUG: SciPy requires OpenBLAS even when building against a different...
52+
* `#17775 <https://github.com/scipy/scipy/issues/17775>`__: BUG: Asymptotic computation of ksone.sf has intermediate overflow
53+
* `#17782 <https://github.com/scipy/scipy/issues/17782>`__: BUG: Segfault in scipy.sparse.csgraph.shortest_path() with v1.10.0
54+
* `#17795 <https://github.com/scipy/scipy/issues/17795>`__: BUG: stats.pearsonr one-sided hypothesis yields incorrect p-value...
55+
* `#17801 <https://github.com/scipy/scipy/issues/17801>`__: BUG: stats.powerlaw.fit: raises OverflowError
56+
* `#17808 <https://github.com/scipy/scipy/issues/17808>`__: BUG: name of cython executable is hardcoded in _build_utils/cythoner.py
57+
* `#17811 <https://github.com/scipy/scipy/issues/17811>`__: CI job with numpy nightly build failing on missing \`_ArrayFunctionDispatcher.__code__\`
58+
* `#17839 <https://github.com/scipy/scipy/issues/17839>`__: BUG: 1.10.0 tests fail on i386 and other less common arches
59+
* `#17896 <https://github.com/scipy/scipy/issues/17896>`__: DOC: publicly expose \`multivariate_normal\` attributes \`mean\`...
60+
* `#17934 <https://github.com/scipy/scipy/issues/17934>`__: BUG: meson \`__config__\` generation - truncated unicode characters
61+
* `#17938 <https://github.com/scipy/scipy/issues/17938>`__: BUG: \`scipy.stats.qmc.LatinHypercube\` with \`optimization="random-cd"\`...
62+
63+
64+
Pull requests for 1.10.1
65+
------------------------
66+
67+
* `#17712 <https://github.com/scipy/scipy/pull/17712>`__: REL, MAINT: prepare for 1.10.1
68+
* `#17717 <https://github.com/scipy/scipy/pull/17717>`__: BUG: allow readonly input to interpolate.interpn
69+
* `#17721 <https://github.com/scipy/scipy/pull/17721>`__: MAINT: update \`meson-python\` upper bound to <0.13.0
70+
* `#17726 <https://github.com/scipy/scipy/pull/17726>`__: BUG: interpolate/RGI: upcast float32 to float64
71+
* `#17735 <https://github.com/scipy/scipy/pull/17735>`__: MAINT: stats.bootstrap: fix BCa with vector-valued statistics
72+
* `#17743 <https://github.com/scipy/scipy/pull/17743>`__: DOC: improve the docs on using BLAS/LAPACK libraries with Meson
73+
* `#17777 <https://github.com/scipy/scipy/pull/17777>`__: BLD: link to libatomic if necessary
74+
* `#17783 <https://github.com/scipy/scipy/pull/17783>`__: BUG: Correct intermediate overflow in KS one asymptotic in SciPy.stats
75+
* `#17790 <https://github.com/scipy/scipy/pull/17790>`__: BUG: signal: fix check_malloc extern declaration type
76+
* `#17797 <https://github.com/scipy/scipy/pull/17797>`__: MAINT: stats.pearsonr: correct p-value with negative correlation...
77+
* `#17800 <https://github.com/scipy/scipy/pull/17800>`__: [sparse.csgraph] Fix a bug in dijkstra and johnson algorithm
78+
* `#17803 <https://github.com/scipy/scipy/pull/17803>`__: MAINT: add missing \`__init__.py\` in test folder
79+
* `#17806 <https://github.com/scipy/scipy/pull/17806>`__: MAINT: stats.powerlaw.fit: fix overflow when np.min(data)==0
80+
* `#17810 <https://github.com/scipy/scipy/pull/17810>`__: BLD: use Meson's found cython instead of a wrapper script
81+
* `#17831 <https://github.com/scipy/scipy/pull/17831>`__: MAINT, CI: GHA MacOS setup.py update
82+
* `#17850 <https://github.com/scipy/scipy/pull/17850>`__: MAINT: remove use of \`__code__\` in \`scipy.integrate\`
83+
* `#17854 <https://github.com/scipy/scipy/pull/17854>`__: TST: mark test for \`stats.kde.marginal\` as xslow
84+
* `#17855 <https://github.com/scipy/scipy/pull/17855>`__: BUG: Fix handling of \`powm1\` overflow errors
85+
* `#17859 <https://github.com/scipy/scipy/pull/17859>`__: TST: fix test failures on i386, s390x, ppc64, riscv64 (Debian)
86+
* `#17862 <https://github.com/scipy/scipy/pull/17862>`__: BLD: Meson \`__config__\` generation
87+
* `#17863 <https://github.com/scipy/scipy/pull/17863>`__: BUG: fix Johnson's algorithm
88+
* `#17872 <https://github.com/scipy/scipy/pull/17872>`__: BUG: fix powm1 overflow handling
89+
* `#17904 <https://github.com/scipy/scipy/pull/17904>`__: ENH: \`multivariate_normal_frozen\`: restore \`cov\` attribute
90+
* `#17910 <https://github.com/scipy/scipy/pull/17910>`__: CI: use nightly numpy musllinux_x86_64 wheel
91+
* `#17931 <https://github.com/scipy/scipy/pull/17931>`__: TST: test_location_scale proper 32bit Linux skip
92+
* `#17932 <https://github.com/scipy/scipy/pull/17932>`__: TST: 32-bit tol for test_pdist_jensenshannon_iris
93+
* `#17936 <https://github.com/scipy/scipy/pull/17936>`__: BUG: Use raw strings for paths in \`__config__.py.in\`
94+
* `#17940 <https://github.com/scipy/scipy/pull/17940>`__: BUG: \`rng_integers\` in \`_random_cd\` now samples on a closed...
95+
* `#17942 <https://github.com/scipy/scipy/pull/17942>`__: BLD: update classifiers for Python 3.11
96+
* `#17963 <https://github.com/scipy/scipy/pull/17963>`__: MAINT: backports/prep for SciPy 1.10.1
97+
* `#17981 <https://github.com/scipy/scipy/pull/17981>`__: BLD: make sure macosx_x86_64 10.9 tags are being made on maintenance/1.10.x
98+
* `#17984 <https://github.com/scipy/scipy/pull/17984>`__: DOC: update link of the logo in the readme
99+
* `#17997 <https://github.com/scipy/scipy/pull/17997>`__: BUG: at least one entry from trial should be used in exponential...

0 commit comments

Comments
 (0)