Skip to content

Releases: bzhanglab/webgestaltpy

WebGestaltPy v0.4.0 - Python Object Support

25 Nov 22:06
da9100f

Choose a tag to compare

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

WebGestaltPy v0.3.2 - GSEA Fixes

08 Apr 17:07
affe991

Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

WebGestaltPy v0.3.1 - License

16 Aug 16:51
0d5e681

Choose a tag to compare

Adds GNU General Public License v3.0 to WebGestaltPy and updates CI files to fix documentation site.

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.3.1

WebGestaltPy v0.3.0 - NTA support

20 Jun 20:01
87db1a2

Choose a tag to compare

Adds NTA support with documentation

Full Changelog: v0.2.0...v0.3.0

WebGestaltpy v0.3.0-rc1

13 May 14:53
1074874

Choose a tag to compare

Zenodo release

WebGestaltPy Alpha v0.2.0

16 Jan 20:14
c00bba3

Choose a tag to compare

Pre-release

Changes

  • Adds meta-analysis
  • Update to v0.2.0 of webgestalt_lib

Full Changelog: v0.1.1...v0.2.0

WebGestaltPy Alpha v0.1.1

11 Jan 19:28
a9d37db

Choose a tag to compare

Pre-release

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