Oscar Benjamin
Oscar Benjamin
I'm not sure if it is a good idea to make this change but this is the code that would make the polynomials always primitive over ZZ when the domain...
The old test runner isn't used any more so this is just a question about how to use pytest now.
> I'm happy to step back I wasn't suggesting that you do the work here (although you are welcome to!). Rather any advice is welcome: > so it's better to...
> I just wanted to clarify, though—for the C libraries you mentioned: GMP, MPFR and FLINT—will they be used during `python-flint`'s build process as build-time/host dependencies, or are Python bindings...
Uploading nightly wheels was added in gh-235. Now if we add a WASM build in CI we can add it to the upload job.
I wonder how many of these things should auto-evaluate or whether there should be a simplify function for sets instead. Probably already there is two much auto-evaluation in sets.
The fact that diophantine is called already suggests that too much is being done in automatic evaluation. Ideally there would be some function that can simplify this but it shouldn't...
I haven't looked through this yet but thanks!
> but `flint/gr.h` has `fmpz_t` in version 3.0.1: Best to keep with latest FLINT version for the pyodide build. There is no need to support a range of versions in...
I don't quite understand what the problem with the tests is. Is it just caused by the Cython/C signatures not matching? There is now FLINT 3.2.0-rc1. We could perhaps update...