Skip to content

v0.3.1

Compare
Choose a tag to compare
@hanjinliu hanjinliu released this 03 Dec 12:26
· 498 commits to main since this release

New Features

  • New widgets for general data analysis.
    • Add scipy.optimize widget (#52).
    • Add random number generator (#65).
    • Add scipy.stats widget (#67).
    • Add sklearn widget (#68).
  • Implement in-cell labels and map NamedTuple and dict to labeled items (#55, #57).
  • Implement parametric signal array and use it for most of the functions (#63).
  • Toggle full screen by F11.
  • Implement label parameter for plt.scatter, plt.errorbar and plt.hist (#70).

Changes

  • Use selection widgets in plot dialogs (#61).
  • Run IPython startup file on launching app.

Bug Fixes

  • Support drag-and-drop of files starts with IP address (#58).
  • Fix wrong table shape after undoing.