Ben Beasley
Ben Beasley
Two tests (`TestRegression::test_linear_regression` and `TestMultivariate::test_box_m`) recently started failing in Fedora Rawhide. This link shows what dependency updates *could* be responsible: https://koschei.fedoraproject.org/build/17077907. A failing build log is attached, [build.log](https://github.com/raphaelvallat/pingouin/files/14115002/build.log). I’ve determined...
Is there a path toward making it possible to build PyMeshLab with an external (system-wide) copy of MeshLab rather than using a bundled copy of the sources? This would be...
Using the current `master`, 30ba3f7ba151768f227613eb2a186d4bc5c262aa: ``` $ python3.13 --version Python 3.13.0a1 $ tox -e py3.13 […] ====================================== FAILURES ======================================= ________________________________ test_generate_missing ________________________________ pytester = def test_generate_missing(pytester): """Test generate missing command."""...
Fixes failure to compile on GCC with `-Werror=incompatible-pointer-types`.
[Version 0.6.0 of the `formulaic` dependency is available](https://github.com/matthewwardrop/formulaic/releases/tag/v0.6.0). It does not advertise any breaking changes to the user-facing APIs. However, if I loosen the version constraint in the just-released pybids...
### Context Since 2.2.0, the `urllib3` test suite relies heavily on `hypercorn`, but it’s a *special patched hypercorn*: https://github.com/urllib3/urllib3/blob/c42b4bacd86daf715e27d369cbd575acdde2e703/dev-requirements.txt#L19-L22 I followed the links, but what I can’t tell is, is...
``` python3.12 -m venv _e . _e/bin/activate pip install -e .[pydantic] pip install -r requirements/tests.in python -m pytest ``` ``` ==================================== ERRORS ==================================== ___________________ ERROR collecting tests/test_datetime.py ____________________ _e/lib64/python3.12/site-packages/_pytest/runner.py:341: in...
Do not define `FPLLL_DEFAULT_STRATEGY_PATH` or `FPLLL_DEFAULT_STRATEGY` to the empty string (when undefined) in fplll/defs.h. This is not usable for library API users, and not needed for compiling the library. Allow...
I’m the current primary maintainer of the [`libfplll` package in Fedora Linux](https://src.fedoraproject.org/rpms/libfplll). I just learned from a [downstream bug report](https://bugzilla.redhat.com/show_bug.cgi?id=2172617) and from https://github.com/fplll/fpylll/issues/221 that the `FPLLL_DEFAULT_STRATEGY` and `FPLLL_DEFAULT_STRATEGY_PATH` macros in...
The commit “Do not cast the result of PyArray_DATA()” is in this PR because it touches most of the same lines that needed to be touched to fix const-related warnings....