Oscar Gustafsson
Oscar Gustafsson
This is a heads up that Matplotlib 3.7 will deprecate the use of tunit_edges, so there will be a deprecation warning here: https://github.com/joferkington/mpldatacursor/blob/2df44a3912c2684b2d66fadc7cacbb9f60a15186/mpldatacursor/pick_info.py#L295 The solution is to simply copy the...
#### References to other Issues or PRs Related to the discusssion in #23037 #### Brief description of what is fixed or changed This is a typical example of what I...
#### References to other Issues or PRs #### Brief description of what is fixed or changed Actual clickable links. #### Other comments Cannot build on my Windows machine, so I...
It is possible to rewrite trigonometric functions to a bunch of other, more general functions that SymPy currently cannot do. See e.g. for cos https://functions.wolfram.com/ElementaryFunctions/Cos/26/ It may be useful to...
#### References to other Issues or PRs #### Brief description of what is fixed or changed Not sure if doc tests are executed for `Example"? #### Other comments #### Release...
#### References to other Issues or PRs #### Brief description of what is fixed or changed Should distinguish Boolean from bool as Boolean is a SymPy class. #### Other comments...
#### References to other Issues or PRs Closes #23179 #### Brief description of what is fixed or changed Update information in PR template. This makes it pretty long. I think...
There are a few places where dictionaries are created to look up constants. It is probably a bit more efficient to only create these constants when they are required. In...
Just stumbled upon this. I wanted to create a Boolean function from a truth table that I happened to create using numpy and encountered the following two problems: The check...
We are developing an alternative wave form viewer: https://gitlab.com/surfer-project/surfer and once it is mature enough, it would be nice to add support for it in VUnit. Right now there are...