Skip to content

Releases: dangooddd/pyrepl.nvim

v0.8.0

07 Apr 09:16

Choose a tag to compare

Full control of jupyter-console!

This release includes:

  • documentation improvements
  • PyreplOpen now can take jupyter-console CLI arguments, so now you can connect to remote kernels, existing kernels and much more
  • completions for PyreplOpen command
  • better crush handling, so you can see what happened

v0.7.4

01 Apr 23:02

Choose a tag to compare

Toggle command and incorrect hl bug

This release includes:

  • implement PyreplToggle based on @marty-oehme work
  • fix bug with incorrect FloatTitle in Image window

v0.7.3

01 Apr 22:37

Choose a tag to compare

Missed vimdoc

This release includes:

  • add missed vimdoc changes to match README

v0.7.2

01 Apr 22:28

Choose a tag to compare

Compatibility and clean up

This release includes:

  • remove StrEnum in console for compatibility with python 3.10 and lower
  • fix issue when listed kernel will list python3 kernel from current venv when python_path is set to fixed python interpreter
  • redirect exceptions from console to neovim in case they are not catched for better indication of problem

v0.7.1

01 Apr 00:22

Choose a tag to compare

Advanced cell patterns

What's Changed

  • [feat] Per-filetype cell patterns by @marty-oehme in #7
  • [feat] Prompt toolkit theme integration (matching brackets, completion menus)

New Contributors

Full Changelog: v0.7.0...v0.7.1

v0.7.0

10 Mar 01:03
638ba2a

Choose a tag to compare

Reaching stability!

This is another polishing release:

  • configuration is now considered stable
  • docs and code polishing

v0.6.5

24 Feb 21:47

Choose a tag to compare

Further polishing and image provider improvements

This release includes:

  • do not use virtual padding as it is overkill in plugin use-case
  • add type hint for available image providers enum
  • other polishing

v0.6.4

23 Feb 16:55

Choose a tag to compare

Bugfix

This release contains:

  • fix to regression with split_horizontal = true users (incorrect config was passed);
  • document hl groups in both vimdoc and README

v0.6.3

23 Feb 15:42

Choose a tag to compare

Further polishing

This release introduces:

  • better resource management for images (on both placeholders and image provider)
  • less flicker on image rendering
  • :PyreplSendVisual can be used in visual range
  • other improvements

v0.6.2

20 Feb 17:32

Choose a tag to compare

Hotfix

Hotfix with docs updates about PyreplFocus -> PyreplToggleFocus API change