Releases: bzhanglab/webgestaltpy
WebGestaltPy v0.4.0 - Python Object Support
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
WebGestaltPy v0.3.2 - GSEA Fixes
What's Changed
- update webgestalt_lib version to 0.3.2 by @iblacksand in #5
- update CI to not use token from environment by @iblacksand in #6
Full Changelog: v0.3.1...v0.3.2
WebGestaltPy v0.3.1 - License
Adds GNU General Public License v3.0 to WebGestaltPy and updates CI files to fix documentation site.
What's Changed
- Create LICENSE by @iblacksand in #3
- update package version by @iblacksand in #4
New Contributors
- @iblacksand made their first contribution in #3
Full Changelog: v0.3.0...v0.3.1
WebGestaltPy v0.3.0 - NTA support
Adds NTA support with documentation
Full Changelog: v0.2.0...v0.3.0
WebGestaltpy v0.3.0-rc1
Zenodo release
WebGestaltPy Alpha v0.2.0
WebGestaltPy Alpha v0.1.1
WebGestaltPy Alpha v0.1.1
First working release of WebGestaltPy. Currently supports ORA, and GSEA. Meta-analysis will be added in a future release.
Full Changelog: https://github.com/bzhanglab/webgestaltpy/commits/v0.1.1