Oscar Gustafsson
Oscar Gustafsson
Btw, why is there a "Resize row to contents" if things should be single line?
I'll just leave this figure illustrating the current strategy:  I'm not saying that my approach is without flaws, but considering the current status, it doesn't deviate fundamentally from what...
> Does this pretty print the whole SymPy expression and then truncate it? That could take a long time with large expressions, probably so long that in many cases it...
> > > > My initial feeling is that anything pretty is hard to do, so maybe stick with the repr (provided performance is not an issue). > > I...
I opened #3033 which updates matchers to 0.2. Let's see which is merged, if any,
There are some comments in code and README:s that one may want to update as well.
`pkg_resources` is dropped in setuptools 70, so it should either be pinned to `
Thanks for pointing that out! However, it seems like it is not "exported" properly (I am no expert in Rust, so maybe the language is incorrect): https://docs.rs/f128/latest/f128/struct.f128.html#implementations Trying something like...
Bumping this to ask for the `LowerExp` and probably `UpperExp` traits (as pointed out above, for scientific/exponential notation). (I may even try to dig into it myself.)
Which version are you upgrading from? There was a change from 0.25 to 0.26 how this is handled (is some situations), so if it is from 0.25 there will be...