You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* unpin `numpy`
* dispatch to `np.empty_like` if there's no missing value
* make sure there's no code path without `create_template`
* declare `create_template` as callable
* ignore the intentionally wrong typing
* mark the ignore as intentional, even if it might not be used
this important because the fix in `numpy` that now means we *don't*
need it anymore has been around for less than 3 months (requires a
sufficiently new version of `mypy`).
* also directly check that `Variable.unstack` does not raise warnings
* fix the unstack test
0 commit comments