Releases
0.5.9
Compare
Sorry, something went wrong.
No results found
0.5.9 (2024-07-29)
Highlights
Funix now parses the docstring of your function as a description of the app and its arguments.
Initial support for jupyter through a simple iframe.
It is now possible to use the List[Literal[...]] type to create dropdown menus.
The whitelist and example can be dynamically updated by functions.
Bug Fixes
disable close on select and check value for docstring (caf8fdb , @Yazawazi )
only legal widgets in the docstring will be processed (c740cd9 , @Yazawazi )
close pyplot (548cd1b , @Yazawazi )
class function do not use new app (d676f30 , @Yazawazi )
use inline code for stderr (d452af2 , @Yazawazi )
multiple apps in funix_class (8eb139c , @Yazawazi )
keep dict order (390f1ba , @Yazawazi )
resize in options (335f425 , @Yazawazi )
class menu and push_counter (9363bf5 , @Yazawazi )
isolate data with Flask instances (c6b5d00 , @Yazawazi )
handle list (6c6f0dd , @Yazawazi )
typing issues of funix() (a0a4300 , @luochen1990 )
allow wrapped function (1432113 , @Yazawazi )
remove .env file (2124afe , @Yazawazi )
check dataframe argument in the request (d643dbd , @Yazawazi )
add pagination in DataGrid (d2b83af , @Yazawazi )
Features
support docstring in runtime ast (e52d3a3 , @Yazawazi )
support iframe with jupyter (53b4586 , @Yazawazi )
do not use Autocomplete for TextField (73da3f8 , @Yazawazi )
support List[Literal[...]] for dropdown menu (758374f , @Yazawazi )
support docstring for widgets (a3f8375 , @Yazawazi )
parse label in docstring (cad7546 , @Yazawazi )
direct printing is supported for tuples (cd2d72d , @Yazawazi )
support ipywidgets Image, Video and Audio (6db1f58 , @Yazawazi )
add encoding and replace stderr for ws (026e1f4 , @Yazawazi )
remove pandera (24843e8 , @Yazawazi )
remove pandera in bioinformatics (19f0860 , @Yazawazi )
add callable whitelist and example (3eba23c , @Yazawazi )
Refactors
Documents
You can’t perform that action at this time.