Next | Query returned 16 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2023-10-19 17:42:37 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-jedi: update to 0.19.1.

0.19.1 (2023-10-02)
+++++++++++++++++++

- Python 3.12 support (Thanks Peter!)
   2023-08-01 14:17:41 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-jedi: updated to 0.19.0

0.19.0 (2023-07-29)

- Python 3.11 support
- Massive improvements in performance for ``Interpreter`` (e.g. IPython) users.
  This especially affects ``pandas`` users with large datasets.
- Add ``jedi.settings.allow_unsafe_interpreter_executions`` to make it easier
  for IPython users to avoid unsafe executions.
   2023-04-21 12:34:25 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Needs bsdtar
   2022-11-22 14:14:28 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-jedi: updated to 0.18.2

0.18.2 (2022-11-21)
- 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
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-11-18 18:41:54 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-jedi: updated to 0.18.1

0.18.1
- Implict namespaces are now a separate types in ``Name().type``
- Python 3.10 support
- Mostly bugfixes
   2021-10-26 12:21:45 by Nia Alarie | Files touched by this commit (161)
Log message:
editors: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 15:47:53 by Nia Alarie | Files touched by this commit (161)
Log message:
editors: Remove SHA1 hashes for distfiles
   2021-01-04 17:36:04 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-jedi: updated to 0.18.0

0.18.0
- Dropped Python 2 and Python 3.5
- Using ``pathlib.Path()`` as an output instead of ``str`` in most places:
  - ``Project.path``
  - ``Script.path``
  - ``Definition.module_path``
  - ``Refactoring.get_renames``
  - ``Refactoring.get_changed_files``
- Functions with ``@property`` now return ``property`` instead of ``function``
  in ``Name().type``
- Started using annotations
- Better support for the walrus operator
- Project attributes are now read accessible
- Removed all deprecations
   2020-08-24 10:32:43 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-jedi: mark as not for python 2.7 because of py-parso

Next | Query returned 16 messages, browsing 1 to 10 | Previous