Taipy-GUI
The new major features are:
- The Page Scoping: this is extremely useful when the program contains different python scripts containing their own Taipy markdown strings.
https://docs.taipy.io/en/latest/manuals/gui/binding/#scope-of-variable-binding. - The chart control can now display georeferenced data on top of maps.
Plus, some enhancements:
- The input control has a new password property that, if True, obfuscates the user input.
- The input, number, and selector controls have a new label property.
- The layout block has a new syntax that makes it easier to define columns.
- Support for multiple assignments to variables in on_change().
Taipy-Core
- Two Job execution modes: “development” mode (default) runs tasks synchronously, one task at a time, while the “standalone” mode runs tasks asynchronously and in parallel using sub-processes.
- Major performance improvement.