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
Copy file name to clipboardExpand all lines: TODO.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,9 @@
26
26
27
27
## Patches
28
28
29
-
-[x] 🔴 Fixed module declaration within package contexts to properly create modules inside their parent packages rather than as standalone files.
29
+
-[x] 🔴 Fix module declaration within package contexts to properly create modules inside their parent packages rather than as standalone files.
30
+
31
+
-[ ] 🔴 Fix cases where `from ... import ...` with `as` aliases are not properly parsed (basic example of which is `from matplotlib import pyplot as plt`; this only sometimes fails).
30
32
31
33
-[ ] 🟠 Add a "before and after" example to the docs
0 commit comments