Add a test to check if numpy tensorflow stuff is now cached, see #1116

This commit is contained in:
Dave Halter
2020-01-05 18:29:02 +01:00
parent ea0972d7ac
commit 5da9f9facd
3 changed files with 49 additions and 3 deletions
+2
View File
@@ -15,6 +15,8 @@ Changelog
- Completion for "proxies" works now. These are classes that have a
``__getattr__(self, name)`` method that does a ``return getattr(x, name)``.
- Understanding of Pytest fixtures.
- Tensorflow, Numpy and Pandas completions should now be about 4-10x faster
after loading them initially.
- Big **Script API Changes**:
- The line and column parameters of ``jedi.Script`` are now deprecated
- ``completions`` deprecated, use ``complete`` instead