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
- Fix tag name grabbing by @iblacksand in #7
- Add python obj functions and update pyo3 by @iblacksand in #8
- fix documentation by @iblacksand in #9
Full Changelog: v0.3.2...v0.4.0