You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2022/06/01 19:46:52 UTC

[airavata-django-portal-sdk] branch master updated (12cd55f -> ba78fdd)

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal-sdk.git


    from 12cd55f  Bump to version 1.3.2
     add b990360  AIRAVATA-3625 intermediate_output module with utility functions
     add ba78fdd  Bump to version 1.4.0

No new revisions were added by this update.

Summary of changes:
 .../experiment_util/__init__.py                    |  3 +-
 airavata_django_portal_sdk/experiment_util/api.py  |  5 ++
 .../experiment_util/intermediate_output.py         | 98 ++++++++++++++++++++++
 docs/index.md                                      | 22 +++++
 setup.py                                           |  2 +-
 5 files changed, 128 insertions(+), 2 deletions(-)
 create mode 100644 airavata_django_portal_sdk/experiment_util/intermediate_output.py