Releases: SUSTech-data/neopyter
Releases · SUSTech-data/neopyter
v0.3.1
v0.2.6
What's Changed
- fix: kernel completion serialize issue by @AbaoFromCUG in #12
Full Changelog: v0.2.5...v0.2.6
v0.2.5
v0.2.4
✨ New Features
- Add
LogLevel
option inJupyter Lab
extension - Optimize sync/open_or_reveal logic
🐛 Fix
- Fix
:neopyter status
block and don't return issue
v0.2.3
✨ New Features
- Support
neoconf.nvim
, register neoconf plugin and read settings if available - Optimize neopyter setting panel
- Optimize direct mode via reconnect automatically
- Optimize sync/open_or_reveal logic
🐛 Fix
- Fix
:neopyter status
block and don't return issue
v0.2.2
✨ New Features
- Enhance JupyterLab side panel, support configure JupyterLab extension
- Optimize
vim.mpack.decode
error handle
🐛 Fix
- Support localstreage settings for
direct
mode to avoid client conflict
v0.2.1
✨ New Features
- Add
mode
option, supportdirect
mode, supportwebsocket
server in neovim - Remove
rpc_client
option
🐛 Fix
- Fix current notebook incorrect again 🐶
v0.2.0
✨ New Features
- Add version check api of
nvim plugin
andjupyterlab extension
- Add Treesitter, support textobjects and highlight
🐛 Fix
- Fix current notebook incorrect
v0.1.4
✨ New Features
- Add architecture image and document
- Support completion with
nvim-cmp
🐛 Fix
:Neopyter execute [command]
args parse error
v0.1.3
✨ New Features
- Support partial synchronization notebook
- Support setting port/ip of tcp server