Oscar Gustafsson
Oscar Gustafsson
Thanks @ianthomas23 ! I've updated it and now I think I know how to check the possible problems as well.
Feel free to do so! I was trying to learn, and I have learnt, but not sure if my knowledge will be enough to finish it (although the dev-section etc...
And as discussed in e.g. #25887, the reason that `__array__` is not "blindly" used is that units may be dropped. (This is something that should be solved though, but it...
@randolf-scholz time is definitely one use case, but there is support for defining your own unit handling. Not sure if pint is supported directly though (been primarily involved as accidentally...
I close this. It is maybe a bit inconsistent to not have it in environment, but no harm in skipping it and as it apparently breaks on some Mac installs...
I realized that I can probably add some sort of caption support myself. There will be a PR eventually for this (just adding arbitrary content below the Karnaugh map).
Great that there are some progress with karnaugh-map in general! An option, not very compact though, is to use SymPy. I've been thinking about using karnaugh-map either in SymPy or...
Nice with some improvements! SymPy can do Boolean optimization and produce LaTeX for the resulting equation. But it will be a quite large dependency for this... (One day, I will...
Can you please add a test that shows that the fixed problem no longer is a problem?
I think that introducing the concept that stuff (classes/methods/functions/...) starting with `_` (including modules) are private and should not be relied on for external software is a way to start....