Skip to content

WebGestaltPy v0.4.0 - Python Object Support

Latest

Choose a tag to compare

@iblacksand iblacksand released this 25 Nov 22:06
· 1 commit to master since this release
da9100f

Caution

This version introduces breaking changes. All old functions have been modified to from_files variants. See https://bzhanglab.github.io/webgestaltpy/v0.4.0/reference/ for more details.

New Features

  • Functions now can accept Python objects.
    • No need to save analyte lists to files before analysis
  • Support for Python 3.14 and below

Migration from < 0.4.0

If you want to continue to use old scripts, add _from_files to all method calls. For example, ora(...) is now ora_from_files(...).

The original functions have been modified to accept Python objects instead of requiring users to save results to a file before analysis. See https://bzhanglab.github.io/webgestaltpy/v0.4.0/reference/ for documentation on how to use these new functions.

What's Changed

Full Changelog: v0.3.2...v0.4.0