Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAINT: backports for 1.15.1 #22296

Merged

Conversation

tylerjereddy
Copy link
Contributor

@tylerjereddy tylerjereddy commented Jan 10, 2025

A fairly serious bug (gh-22257) was discovered and patched, warranting a prompt release of 1.15.1.

Backports included so far:

  1. MAINT: fix url for array-api-extra git submodule #22245
  2. BLD: fix some issues with undeclared internal build dependencies #22270
  3. TST: fix thread safety issue in interpolate.bsplines memmap test #22272
  4. MAINT: Update highs subproject commit #22292
  5. TST: stats.Normal: bump tolerance on test of logcdf #22276

TODO:

  • regular CI green

  • wheels CI green as precaution before starting release proper (could skip maybe, backport count is small-ish)

  • I had a few doc build warnings locally, but we have an issue open for that and it is "ok" in the release env usually I think.

  • Locally, TestCurveFit.test_curvefit_omitnan had a small tolerance issue; test_quad_vec_pool failed because it took too long; I'll probably ignore both if CI is happy though

Sorry, something went wrong.

rgommers and others added 5 commits January 10, 2025 06:44
This is a follow-up to scipygh-21983, and fixes some more issues reported
on scipygh-18909. It's possible to run into these when building with
a high level of parallelism, or trying to build just a single
target like `spatial/_qhull.so` with Ninja.
This test was recently introduced in scipygh-22158. It causes a crash
when running the test suite with `pytest-run-parallel`, because of
writing to the same tempfile from multiple threads.

[skip cirrus] [skip circle]

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
* Update the SciPy `1.15.1` release notes
after some backport activity.
@tylerjereddy tylerjereddy added the maintenance Items related to regular maintenance tasks label Jan 10, 2025
@tylerjereddy tylerjereddy added this to the 1.15.1 milestone Jan 10, 2025
@github-actions github-actions bot added scipy.linalg scipy.interpolate scipy.spatial Documentation Issues related to the SciPy documentation. Also check https://github.com/scipy/scipy.org Meson Items related to the introduction of Meson as the new build system for SciPy labels Jan 10, 2025
@lucascolley lucascolley removed scipy.interpolate scipy.spatial scipy.linalg Meson Items related to the introduction of Meson as the new build system for SciPy Documentation Issues related to the SciPy documentation. Also check https://github.com/scipy/scipy.org labels Jan 10, 2025
@tylerjereddy
Copy link
Contributor Author

The one test failure is gh-22297, let me check that real quick.

mdhaber and others added 2 commits January 10, 2025 12:29
* TST: stats.Normal: bump tolerance on test of logcdf

* Update scipy/stats/tests/test_continuous.py

[skip ci]

Co-authored-by: Matt Haberland <mhaberla@calpoly.edu>

---------

Co-authored-by: Daniel Schmitz <40656107+dschmitz89@users.noreply.github.com>
* Update the SciPy `1.15.1` release notes following
additional backport activity.
@tylerjereddy
Copy link
Contributor Author

Ok, Matt already solved that one, so I've backported that in now.

@tylerjereddy
Copy link
Contributor Author

Regular CI is green. The diff is pretty small and looks sensible. Let's see if I can get a release done today.

@tylerjereddy tylerjereddy merged commit f939c19 into scipy:maintenance/1.15.x Jan 10, 2025
37 checks passed
@tylerjereddy tylerjereddy deleted the treddy_1.15.1_backports branch January 10, 2025 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Items related to regular maintenance tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants