-
Notifications
You must be signed in to change notification settings - Fork 129
Update Logs
carefree0910 edited this page Apr 24, 2023
·
34 revisions
If something in Roadmap is finished, or I fixed some bugs/implemented some new features/wrote some Wiki, I'll put them here.
- Some nice
CircularProgress
are introduced atpending
status &working
status (6899641). - Internal plugins (e.g.,
sync
) can now bypass theRequestQueue
and be executed immediately (5f60042).
- Hosting is now supported.
- Google Colab example is now provided.
- Tornado integration is now supported.
- Removed
tornado
stuffs and replaced them withFastAPI
.
Rapid changes, huh?
-
http
stuffs are deprecated,socket
stuffs are ready. -
RequestQueue
is implemented (pretty nicely).
- Implemented
SyncSocketPlugin
&useSyncPython
(4c06392).- Now we can send Definitions & Settings from
Python
toReact
via WebSocket instead of file system. - This also ease the migration from
Python
to other programming languages, because all communications between frontend and backend are now based on a static set of APIs (see Extensibility for more details).
- Now we can send Definitions & Settings from
- Somehow wrote a brief guide on how to write plugins in other programming languages (the Extensibility section).
- Supported
Hide All
/Show All
plugins (516b0f3).