Skip to content

v0.4.1

Compare
Choose a tag to compare
@hanjinliu hanjinliu released this 15 Jan 03:14
· 246 commits to main since this release

New Features

  • More commands related to pandas, such as pd.fillna (#101).
  • Basic support of timedelta dtype (#102).
  • Basic support of interval/period dtype (#104).
  • Add post-initialization architecture (#105).

Bug Fixes

  • Fix many bugs related to table-only use cases (#100).
  • Fix table editing bugs related to foreign languages (#106).

Deprecations

  • viewer.keymap.bind, viewer.tables.register_action, table.cell.register_action, table.index.register_action, viewer.columns.register_action are all deprecated and their API are unified to XXX.register method, according to #105.