Releases
0.5.3
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
frontend : support resize TextField
(db43985 , @Yazawazi )
support generator function (9bfe561 , @Yazawazi )
add new openai example (1f4172b , @Yazawazi )
use global
for auto session mode (3ecffd9 , @Yazawazi )
support history in websocket mode (a003521 , @Yazawazi )
use SyntaxHighlighter
in MarkdownDiv
(134875b , @Yazawazi )
remove lazy
mode, lazy mode now be an addition to the normal mode (4473845 , @Yazawazi )
update chatgpt example (c6bd389 , @Yazawazi )
try to support normal pandas
(e57e697 , @Yazawazi )
support local d3 and mpld3 (cf83083 , @Yazawazi )
support funix_class
(693b310 , @Yazawazi )
support funix_class_params
(cec8cdb , @Yazawazi )
support print_to_web
(efb7f7e , @Yazawazi )
support markdown
and fix flush (39cef98 , @Yazawazi )
support disable
in funix_class
(8a1f57e , @Yazawazi )
try to support class with __init__
(af2f56b , @Yazawazi )
bring lazy
mode back (5ba0caa , @Yazawazi )
funix_class
as decorator (da192c6 , @Colerar )
invocation style funix_class, update example (50a73e8 , @Colerar )
funix_class
imports (f2c57a2 , @Colerar )
remove multiline prop for number type (375db47 , @Yazawazi )
Documents
Chores
You can’t perform that action at this time.