Skip to content

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.

2023-04-30

  • Some nice CircularProgress are introduced at pending status & working status (6899641).
  • Internal plugins (e.g., sync) can now bypass the RequestQueue and be executed immediately (5f60042).

2023-04-23

  • Hosting is now supported.
  • Google Colab example is now provided.
  • Tornado integration is now supported.
  • Removed tornado stuffs and replaced them with FastAPI.

Rapid changes, huh?

  • http stuffs are deprecated, socket stuffs are ready.
  • RequestQueue is implemented (pretty nicely).

2023-04-16

  • Implemented SyncSocketPlugin & useSyncPython (4c06392).
    • Now we can send Definitions & Settings from Python to React 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).
  • Somehow wrote a brief guide on how to write plugins in other programming languages (the Extensibility section).
  • Supported Hide All / Show All plugins (516b0f3).
Clone this wiki locally