Martin R. Albrecht
Martin R. Albrecht
Thank *you* :)
Oh! Sorry, I hadn't noticed that (my bib files are massive in size and I always only search in them). At least we now know why you reversed :) Perhaps...
I think you need to wrap your `M.B.swap_rows()` ops in `with M.row_ops(start, end)` to inform the library you're making changes.
Hi! Thanks, but without automatically testing those examples, I don't think this will work. PS: Let's not add your VSCode config :)
Hi there, I'd insist on that "code that isn't tested is broken" so the only option of those two would be those cpp files (?)
I'd say "ideally" yes, but we currently only do lightweight checks in our tests, anyway. So I'd say we don't need to do more here than in, say: https://github.com/fplll/fplll/blob/master/tests/test_lll.cpp Does...
Sounds good, I think it makes sense to collect several functions in one file. Perhaps `doctests` is a good directory name? I have no strong opinions about whether changing the...
My nr 1 priority is that new contributors feel welcome and not dismissed out of hand :) My nr 2 priority is not create more work by aiming for production...
Actually, doesn't `sagemath-standard>=9.5` contradict fixing those other version numbers? This would render the requirements list contradictory if someone has sage 9.6 installed which will have its own requirements.
How about we do `sagemath-standard>=9.5` and freeze the manual dependencies but let dependencies be dependencies? This seems to communicate intent better here?