Hi!
I have just released 0.18.2, which is mostly a bugfix release:
- Added dataclass-equivalent for attrs.define
- Find fixtures from Pytest entrypoints; Examples of pytest plugins installed
like this are pytest-django, pytest-sugar and Faker.
- Fixed Project.search, when a venv was involved, which is why for example
`:Pyimport django.db` did not work in some cases in jedi-vim.
- And many smaller bugfixes
Jedi changes have not been as busy as usual, since I have been rewriting Jedi (and Mypy) in Rust. This will likely continue for the next ~2-3 years.
Cheers!
~ Dave