Package: scipy / 1.16.0-1exp7

Metadata

Package Version Patches format
scipy 1.16.0-1exp7 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
use_local_mathjax.patch | (download)

doc/source/conf.py | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 use_local_mathjax

Setting mathjax_path variable to use the local mathjax javascript library
Patch-Name: use_local_mathjax.patch

hppa boost long double config.patch | (download)

submodules/subprojects/boost_math/math/include/boost/math/tools/config.hpp | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 hppa-boost-long-double-config

===================================================================
manage_tests.patch | (download)

scipy/fft/tests/test_fftlog.py | 2 2 + 0 - 0 !
scipy/interpolate/tests/test_fitpack.py | 2 2 + 0 - 0 !
scipy/io/arff/tests/test_arffread.py | 9 8 + 1 - 0 !
scipy/linalg/tests/test_interpolative.py | 2 2 + 0 - 0 !
scipy/linalg/tests/test_lapack.py | 2 1 + 1 - 0 !
scipy/optimize/tests/test_linprog.py | 2 2 + 0 - 0 !
scipy/signal/tests/test_spectral.py | 3 3 + 0 - 0 !
scipy/sparse/csgraph/tests/test_shortest_path.py | 2 2 + 0 - 0 !
scipy/spatial/transform/tests/test_rotation.py | 1 1 + 0 - 0 !
scipy/special/tests/test_round.py | 6 6 + 0 - 0 !
scipy/stats/tests/test_distributions.py | 3 2 + 1 - 0 !
scipy/stats/tests/test_stats.py | 2 2 + 0 - 0 !
12 files changed, 33 insertions(+), 3 deletions(-)

---
build_sh4_FE.patch | (download)

scipy/special/_round.h | 7 7 + 0 - 0 !
1 file changed, 7 insertions(+)

---
0008 Don t treat warnings as errors in pytest.patch | (download)

pytest.ini | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 don't treat warnings as errors in pytest


0009 Remove some documentation referencing the source.patch | (download)

doc/source/reference/optimize.qap-2opt.rst | 8 0 + 8 - 0 !
doc/source/reference/optimize.qap-faq.rst | 8 0 + 8 - 0 !
doc/source/reference/sparse.linalg.svds-arpack.rst | 8 0 + 8 - 0 !
doc/source/reference/sparse.linalg.svds-lobpcg.rst | 8 0 + 8 - 0 !
doc/source/reference/sparse.linalg.svds-propack.rst | 8 0 + 8 - 0 !
5 files changed, 40 deletions(-)

 remove some documentation referencing the source

These break in sbuild with:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/sphinx/cmd/build.py", line 281, in build_main
    app.build(args.force_all, args.filenames)
  File "/usr/lib/python3/dist-packages/sphinx/application.py", line 341, in build
    self.builder.build_update()
  File "/usr/lib/python3/dist-packages/sphinx/builders/__init__.py", line 310, in build_update
    self.build(to_build,
  File "/usr/lib/python3/dist-packages/sphinx/builders/__init__.py", line 376, in build
    self.write(docnames, list(updated_docnames), method)
  File "/usr/lib/python3/dist-packages/sphinx/builders/__init__.py", line 571, in write
    self._write_serial(sorted(docnames))
  File "/usr/lib/python3/dist-packages/sphinx/builders/__init__.py", line 574, in _write_serial
    with logging.pending_warnings():
  File "/usr/lib/python3.10/contextlib.py", line 142, in __exit__
    next(self.gen)
  File "/usr/lib/python3/dist-packages/sphinx/util/logging.py", line 218, in pending_warnings
    memhandler.flushTo(logger)
  File "/usr/lib/python3/dist-packages/sphinx/util/logging.py", line 183, in flushTo
    logger.handle(record)
  File "/usr/lib/python3.10/logging/__init__.py", line 1634, in handle
    self.callHandlers(record)
  File "/usr/lib/python3.10/logging/__init__.py", line 1696, in callHandlers
    hdlr.handle(record)
  File "/usr/lib/python3.10/logging/__init__.py", line 964, in handle
    rv = self.filter(record)
  File "/usr/lib/python3.10/logging/__init__.py", line 821, in filter
    result = f.filter(record)
  File "/usr/lib/python3/dist-packages/sphinx/util/logging.py", line 499, in filter
    record.location = get_node_location(location)
  File "/usr/lib/python3/dist-packages/sphinx/util/logging.py", line 519, in get_node_location
    source = abspath(source)
  File "/usr/lib/python3/dist-packages/sphinx/util/osutil.py", line 136, in abspath
    pathdir = path.abspath(pathdir)
  File "/usr/lib/python3.10/posixpath.py", line 378, in abspath
    path = os.fspath(path)
TypeError: expected str, bytes or os.PathLike object, not StringList

0010 Allow test_svds_parameter_k_which to fail on armel.patch | (download)

scipy/sparse/linalg/_eigen/tests/test_svds.py | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 allow test_svds_parameter_k_which to fail on armel


cblas_in_blas.patch | (download)

scipy/meson.build | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

 cblas_in_blas

===================================================================
manage_docs.patch | (download)

doc/source/conf.py | 25 15 + 10 - 0 !
1 file changed, 15 insertions(+), 10 deletions(-)

---
scipy_config_SOABI.patch | (download)

scipy/__init__.py | 4 3 + 1 - 0 !
scipy/meson.build | 2 1 + 1 - 0 !
2 files changed, 4 insertions(+), 2 deletions(-)

---
test_nan_policy_array_22360.patch | (download)

scipy/stats/tests/test_axis_nan_policy.py | 30 30 + 0 - 0 !
1 file changed, 30 insertions(+)

---