Oscar Benjamin

Results 104 issues of Oscar Benjamin

CC @smichr ```console pytest sympy/solvers/tests/test_simplex.py ========================================================= test session starts ========================================================== platform darwin -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0 architecture: 64-bit cache: yes ground types: python rootdir: /Users/enojb/work/dev/sympy configfile: pyproject.toml plugins: timeout-2.2.0,...

solvers

I see a lot of deprecation warnings when running the doctests. These are warnings coming from within sympy when running its own doctests. These need to be fixed before sympy...

Documentation

#### References to other Issues or PRs #### Brief description of what is fixed or changed #### Other comments #### Release Notes NO ENTRY

Documentation
Testing
CI

This is similar to gh-3882 but I think different because this is for dependencies found by pkgconfig. This comes from https://github.com/scientific-python/spin/issues/176. I have made a simple demo repo: https://github.com/oscarbenjamin/rpath_meson I...

If this is a bad place to open this discussion then let me know and I'll take it elsewhere. I've been working on python-flint which is another project that packages...

I'm looking at migrating from doctr/Travis to actions for updating the dev docs. I've also discussed this here: https://github.com/drdoctr/doctr/issues/351#issuecomment-761619459 It should be straight-forward to switch to Actions but it seems...

### Describe your issue There is a related `spin` issue: https://github.com/scientific-python/spin/issues/182. I have created a repo to demonstrate how a `spin/meson` build of a Cython project looks and what is...

### Describe the bug I have bisected this problem to 0adbcde2377c2712b833f697a5ee5c64490fdeee I just tried to build python-flint using Cython master but it crashes with ```console $ meson compile -C build...

### Describe the bug There are some older issues about using coverage in src layout e.g. (https://github.com/cython/cython/issues/3636) but this is specifically about using `include` to join `.pyx` files together. I...

This follows gh-220. After gh-221 it is documented that a markdown block needs to end with a blank line before the backticks like: ``````markdown ``` >>> 1 + 1 2...

bug