Christian Kastner
Christian Kastner
numpy.utils.testing was deprecated in 0.22 and dropped in 0.24. This causes some tests to fail. Since all scikit-learn was doing was to import the relevant function `assert_array_almost_equal` from numpy, we...
A way to add comments to the rules file syntax would be nice, eg: "any line beginning with a hash sign is treated as a comment".
This fixes a build failure with newer sphinx versions where the entries in "See Also" sections must adhere to a stricter syntax.
I'm packaging sphinx-prompt for Debian as a dependency of scikit-learn. However, there's very little I can use as a package description. The only descriptive text seems to be "Sphinx directive...
Hi, with Python 3.12, I'm seeing the following test failures: ```python ====================================================================== FAIL: test_normalize_url_slashes (tests.test_locations.TestLocations.test_normalize_url_slashes) ---------------------------------------------------------------------- Traceback (most recent call last): File "/python-xmlschema-3.3.1/tests/test_locations.py", line 314, in test_normalize_url_slashes self.assertRegex(normalize_url('////root/dir1/schema.xsd'), AssertionError: Regex...
When building with `GGML_BACKEND_DL=ON`, linker failures start to appear. For example, from [test-opt.c:843](https://github.com/ggml-org/ggml/blob/master/tests/test-opt.cpp#L843): ```shell $ cmake -B build -DGGML_NATIVE=OFF -DGGML_BACKEND_DL=ON ... $ cmake --build build ... [ 25%] Building CXX...
Hi, with semantic versioning in place, and also the recent addition of a SOVER, I have a few questions that are relevant to some distributions. For example on Debian we've...