Skip to content

Releases: Xethic/miEAA-API

Add job id and select subsets of categories

24 Feb 00:01
2ff258d

Choose a tag to compare

API Wrapper Changes

  • New wrapper functions, including:
    • get_gui_url
    • new_session (will replace invalidate)
    • open_gui
  • FutureWarning for deprecation of invalidate method
  • Allow get_enrichment_categories to retrieve subset of categories 'default' and 'expert'
  • Save datetime in enrichment_parameters

CLI Changes

  • Added open command to cli
  • Make --categories an optional parameter, defaulting to all 'default' categories
  • Add --no-results parameter to enrichment analysis commands
  • Misc code improvements

Documentation

  • Documentation of new functions
  • Copy help text to cli command usage

v0.2.2

30 Apr 10:38

Choose a tag to compare

  • Version bump for reupload to pypi and conda - CLI tool throwing error due to old URL, even though it was updated in 0.2.0.

v0.2.1

07 Apr 10:20

Choose a tag to compare

Fix setup.py to interpret long description as rst instead of md
Fix documentation

v0.2.0

06 Apr 16:10
2966fdc

Choose a tag to compare

  • Migrated documentation to read the docs
    • converted some of the markdown files to rst
  • Updated documentation to reflect various changes
    • newline option for miRBase converter
    • p-adjusted column in examples
    • New supported species
    • Rename API class methods:
      • convert_mirbase_version -> convert_mirbase
      • convert_mirna_to_precursor -> to_precursor
      • convert_precursor_to_mirna -> to_mirna
      • convert_mirna_type -> _convert_mirna_type
      • start_analysis -> _start_analysis
      • get_progress_response -> _get_progress_response
    • update docstrings to match numpy style for sphinx

v0.1.1

28 Mar 16:28
327a46d

Choose a tag to compare

Make compatible with python 3.5 and 3.6

  • Remove fstrings (introduced in 3.6)
  • No required=True keyword for .add_subparsers (introduced in 3.7)

v0.1.0

28 Feb 18:56

Choose a tag to compare

Initial release.
Currently involves little-to-no error handling.