Skip to main content

Pyodide package changelog

1.3.0 (2025-07-25)

Features:

  • Allow calling FuncCalls via run_sync and execFuncCall
  • Allow script dependencies with meta.dependencies annotation
  • Print scripts errors in console with actual line numbers

1.2.1 (2025-06-19)

  • Fixed bug that happened during code generation for dataframes

1.2.0 (2025-03-29)

  • Dependency: datagarok-api >= 1.25.0*

1.1.0 (2025-02-18)

  • Dependency: datagarok-api >= 1.24.0*

Features:

  • Enables usage statistic for script handlers

1.0.0 (2024-10-24)

Initial release version. Requires datagarok-api >= 1.22.0*

Features:

  • Provides possibility to execute python code directly in browser for Datagrok platform without client-server trips
  • Provides support of scripts vectorization for scripts with language set to pyodide
  • Contains sample code that can be used as template to register script handlers for other languages for Datagrok platform
  • Features auto tests