Skip to content

Commit

Permalink
Merge branch 'devel' into feature-cwl-extended
Browse files Browse the repository at this point in the history
  • Loading branch information
minomicetto committed Mar 20, 2024
2 parents f673823 + ee22904 commit 3c33f7d
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ formats:
# Optional but recommended, declare the Python requirements required
# to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
# python:
# install:
# - requirements: docs/requirements.txt
python:
install:
- requirements: docs/requirements.txt
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@

v1.12.0 - 2024-02-27
--------------------

Added:
~~~~~~

- Initial support for translation from CWL to Ophidia JSON workflows `#43 <https://github.com/OphidiaBigData/PyOphidia/pull/43>`_

v1.11.0 - 2023-08-01
--------------------

Expand Down
2 changes: 2 additions & 0 deletions NOTICE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ Acknowledgement:

This software has been in part supported by:

- the Horizon Europe Programme through the following projects: interTwin (Grant no. 101058386).

- the EuroHPC JA through the following projects: eFlows4HPC (Grant no. 955558). The JU receives support from the European Union’s Horizon 2020 research and innovation programme and Spain, Germany, France, Italy, Poland, Switzerland, and Norway. In Italy, it has been preliminarily approved for complimentary funding by Ministero dello Sviluppo Economico (MiSE) (ref. project prop. 2659).

- the Horizon 2020 Framework Programme through the following projects: INDIGO-DataCloud (Grant no. 653549), EUBra-BIGSEA (Grant no. 690116), EOSC-Hub (Grant no. 777536), ESiWACE2 (Grant no. 823988),
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ It aims at providing a user-friendly and programmatic interface for large-scale

PyOphidia provides features for handling scientific data in the form of datacubes, managing workflow execution, enabling parallel processing on HPC/Cloud systems and supporting integration with well-known modules from the Python scientific ecosystem.

It runs on Python 2.7, 3.7, 3.8, 3.9, 3.10 and 3.11 it is pure-Python code and has some (optional) dependencies on Xarray, Pandas and Numpy. It requires a running Ophidia instance for client-server interactions. The latest PyOphidia version (v1.11) is compatible with Ophidia v1.8.
It runs on Python 2.7, 3.7, 3.8, 3.9, 3.10 and 3.11 it is pure-Python code and has some (optional) dependencies on Xarray, Pandas and Numpy. It requires a running Ophidia instance for client-server interactions. The latest PyOphidia version (v1.12) is compatible with Ophidia v1.8.

It provides 2 main modules:

Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sphinx-rtd-theme==1.3.0
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ It aims at providing a user-friendly and programmatic interface for large-scale

PyOphidia provides features for handling scientific data in the form of datacubes, managing workflow execution, enabling parallel processing on HPC/Cloud systems and supporting integration with well-known modules from the Python scientific ecosystem.

It runs on Python 2.7, 3.7, 3.8, 3.9, 3.10 and 3.11 it is pure-Python code and has some (optional) dependencies on Xarray, Pandas and Numpy. It requires a running Ophidia instance for client-server interactions. The latest PyOphidia version (v1.11) is compatible with Ophidia v1.8.
It runs on Python 2.7, 3.7, 3.8, 3.9, 3.10 and 3.11 it is pure-Python code and has some (optional) dependencies on Xarray, Pandas and Numpy. It requires a running Ophidia instance for client-server interactions. The latest PyOphidia version (v1.12) is compatible with Ophidia v1.8.

It provides 2 main classes:

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def read(*paths):

setup(
name='PyOphidia',
version='1.11.0',
version='1.12.0',
description='Python bindings for the Ophidia Data Analytics Platform',
long_description=(read('README.rst') + '\n\n'),
url='http://ophidia.cmcc.it',
Expand Down

0 comments on commit 3c33f7d

Please sign in to comment.