Skip to content

Brython-3.11.2

Compare
Choose a tag to compare
@PierreQuentel PierreQuentel released this 03 Mar 18:13
· 1009 commits to master since this release

The main changes in this version are performance improvement in various fields:

  • dictionary and set objects
  • function arguments parsing
  • attribute resolution

Brython can now use Javascript modules that use "export" with the function import_modules(refs, callback). The API is experimental and may change in the future. The gallery includes a demo that use this feature with the Javascript library three.js.

A first version of a synthesizer demo is included in the gallery.