v0.3.14
What's Changed
Bug fixs
- fix loading WorkGraph with PythonJob by @superstar54 in #172
- use
get_processes_latest
for workgraph.update by @superstar54 in #174 - raise message when
_widget
is None into_html()
by @superstar54 in #187 - Support Python 3.12 for the entry points by @superstar54 in #188
- Fix the error when inspecting the typing annotations by @superstar54 in #177
- Add
executed_task
to record the tasks that have already been submitted. by @superstar54 in #186
Full Changelog: v0.3.13...v0.3.14