Releases: hanjinliu/tabulous
Releases · hanjinliu/tabulous
v0.5.8
What's Changed
- Allow edit object as string by @hanjinliu in #134
- Ensure selection visible during "find" by @hanjinliu in #135
- Fix traceback by @hanjinliu in #136
Full Changelog: v0.5.7...v0.5.8
v0.5.7
What's Changed
- Fixes for Qt6 by @hanjinliu in #131
- Restrict the length of tooltip by @hanjinliu in #132
- Replace nan value to "" in spreadsheet by @hanjinliu in #133
Full Changelog: v0.5.6...v0.5.7
v0.5.6
v0.5.5
v0.5.4
Improvements
- Asynchronously import
qtconsole
,matplotlib
andscipy
to boost startup. - Implement
append
method toTable
andSpreadSheet
. - Show viewer after some function calls.
- Improve dark-theme syntax style of QtConsole.
Deprecations
- Methods and menus that add cell widgets are all deprecated since its behavior is not compatible with row/column insertion/deletion.
Bug Fixes
- Fix switch headers.
- Fix pasting from numpy-style text.
- Fix Japanese and Chinese preedit text.
v0.5.3
Improvements
- Implement custom IPython auto completion (#121).
- Add custom ipython magics (#122).
- Add jump-to-cell widget and assign Ctrl+G to it (#123).
- Implement animation (#124).
Changes
- Add pyproject.toml and github workflow.
Bug Fixes
- Fix file explorer.
- Fix bugs in Qt6 (key sequences).
- Fix s
runpy
bug on startup. - Fix close confirmation not being shown.
- Fix the traceback dialog when it encountered an exception with no argument.
- Fix the architecture of row/column spans.
v0.5.2
v0.5.1
v0.5.0
Highlights
Now dark mode and many other color themes are implemented.
New Features
v0.5.0.rc0
Highlights
Now dark mode and many other color themes are implemented.