Skip to content

Funix 0.5.3

Compare
Choose a tag to compare
@Yazawazi Yazawazi released this 28 Nov 15:28
· 74 commits to main since this release

0.5.3 (2023-11-28)

Highlights

  • Support class with funix, you can use funix.funix_class and funix.funix_method for class and class's method
  • Support generator function with websocket, and you can use yield to send message to frontend
  • For websocket, we add print_to_web option in decorator for printing message to frontend directly by print function
  • Normal pandas type is now supported
  • Now funix can run offline
  • The memory leak of web histories is fixed, and for any input with file, the history will be disabled

Bug Fixes

Features

Documents

Chores