Re: [sage-devel] Adding a C or C++ Code to The SageMath

2022-07-09 Thread friedri...@gmail.com
Hi all, I just stumbled across this thread :) and am curious, what the best way would be to add ESPRESSO to sage. Judging the package type for ESPRESSO from the sage packaging doc referenced by Matthias, I'd say its definitly not a pip package ;) however I'm not sure I understand the difference

[sage-devel] Deprecation from #28481 resulting in inconsistency?

2022-01-13 Thread friedri...@gmail.com
While working on #25633 I stumbled over the below behaviour: Here, the vector_space method behaves differently, depending on wether called from an object which is a vector space itself or a finite field. sage: (GF(2)^2).vector_space() Vector space of dimension 2 over Finite Field of size 2 sage: