dkist-processing-core 3.0.0__tar.gz → 3.0.2rc1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {dkist-processing-core-3.0.0 → dkist-processing-core-3.0.2rc1}/CHANGELOG.rst +9 -0
- {dkist-processing-core-3.0.0 → dkist-processing-core-3.0.2rc1}/PKG-INFO +1 -2
- {dkist-processing-core-3.0.0 → dkist-processing-core-3.0.2rc1}/bitbucket-pipelines.yml +1 -1
- dkist-processing-core-3.0.2rc1/changelog/31.misc.rst +1 -0
- {dkist-processing-core-3.0.0 → dkist-processing-core-3.0.2rc1}/dkist_processing_core/workflow.py +1 -1
- {dkist-processing-core-3.0.0 → dkist-processing-core-3.0.2rc1}/dkist_processing_core.egg-info/PKG-INFO +1 -2
- {dkist-processing-core-3.0.0 → dkist-processing-core-3.0.2rc1}/dkist_processing_core.egg-info/SOURCES.txt +1 -0
- {dkist-processing-core-3.0.0 → dkist-processing-core-3.0.2rc1}/dkist_processing_core.egg-info/requires.txt +0 -3
- {dkist-processing-core-3.0.0 → dkist-processing-core-3.0.2rc1}/setup.cfg +1 -3
- {dkist-processing-core-3.0.0 → dkist-processing-core-3.0.2rc1}/.gitignore +0 -0
- {dkist-processing-core-3.0.0 → dkist-processing-core-3.0.2rc1}/.pre-commit-config.yaml +0 -0
- {dkist-processing-core-3.0.0 → dkist-processing-core-3.0.2rc1}/.readthedocs.yml +0 -0
- {dkist-processing-core-3.0.0 → dkist-processing-core-3.0.2rc1}/README.rst +0 -0
- {dkist-processing-core-3.0.0 → dkist-processing-core-3.0.2rc1}/changelog/.gitempty +0 -0
- {dkist-processing-core-3.0.0 → dkist-processing-core-3.0.2rc1}/check_changelog_updated.sh +0 -0
- {dkist-processing-core-3.0.0 → dkist-processing-core-3.0.2rc1}/dkist_processing_core/__init__.py +0 -0
- {dkist-processing-core-3.0.0 → dkist-processing-core-3.0.2rc1}/dkist_processing_core/_failure_callback.py +0 -0
- {dkist-processing-core-3.0.0 → dkist-processing-core-3.0.2rc1}/dkist_processing_core/_node.py +0 -0
- {dkist-processing-core-3.0.0 → dkist-processing-core-3.0.2rc1}/dkist_processing_core/build_utils.py +0 -0
- {dkist-processing-core-3.0.0 → dkist-processing-core-3.0.2rc1}/dkist_processing_core/resource_queue.py +0 -0
- {dkist-processing-core-3.0.0 → dkist-processing-core-3.0.2rc1}/dkist_processing_core/task.py +0 -0
- {dkist-processing-core-3.0.0 → dkist-processing-core-3.0.2rc1}/dkist_processing_core/tests/__init__.py +0 -0
- {dkist-processing-core-3.0.0 → dkist-processing-core-3.0.2rc1}/dkist_processing_core/tests/conftest.py +0 -0
- {dkist-processing-core-3.0.0 → dkist-processing-core-3.0.2rc1}/dkist_processing_core/tests/invalid_workflow_package/__init__.py +0 -0
- {dkist-processing-core-3.0.0 → dkist-processing-core-3.0.2rc1}/dkist_processing_core/tests/invalid_workflow_package/workflow.py +0 -0
- {dkist-processing-core-3.0.0 → dkist-processing-core-3.0.2rc1}/dkist_processing_core/tests/task_example.py +0 -0
- {dkist-processing-core-3.0.0 → dkist-processing-core-3.0.2rc1}/dkist_processing_core/tests/test_build_utils.py +0 -0
- {dkist-processing-core-3.0.0 → dkist-processing-core-3.0.2rc1}/dkist_processing_core/tests/test_export.py +0 -0
- {dkist-processing-core-3.0.0 → dkist-processing-core-3.0.2rc1}/dkist_processing_core/tests/test_failure_callback.py +0 -0
- {dkist-processing-core-3.0.0 → dkist-processing-core-3.0.2rc1}/dkist_processing_core/tests/test_node.py +0 -0
- {dkist-processing-core-3.0.0 → dkist-processing-core-3.0.2rc1}/dkist_processing_core/tests/test_task.py +0 -0
- {dkist-processing-core-3.0.0 → dkist-processing-core-3.0.2rc1}/dkist_processing_core/tests/test_workflow.py +0 -0
- {dkist-processing-core-3.0.0 → dkist-processing-core-3.0.2rc1}/dkist_processing_core/tests/valid_workflow_package/__init__.py +0 -0
- {dkist-processing-core-3.0.0 → dkist-processing-core-3.0.2rc1}/dkist_processing_core/tests/valid_workflow_package/workflow.py +0 -0
- {dkist-processing-core-3.0.0 → dkist-processing-core-3.0.2rc1}/dkist_processing_core/tests/zero_node_workflow_package/__init__.py +0 -0
- {dkist-processing-core-3.0.0 → dkist-processing-core-3.0.2rc1}/dkist_processing_core/tests/zero_node_workflow_package/workflow.py +0 -0
- {dkist-processing-core-3.0.0 → dkist-processing-core-3.0.2rc1}/dkist_processing_core.egg-info/dependency_links.txt +0 -0
- {dkist-processing-core-3.0.0 → dkist-processing-core-3.0.2rc1}/dkist_processing_core.egg-info/top_level.txt +0 -0
- {dkist-processing-core-3.0.0 → dkist-processing-core-3.0.2rc1}/docs/Makefile +0 -0
- {dkist-processing-core-3.0.0 → dkist-processing-core-3.0.2rc1}/docs/auto-proc-concept-model.png +0 -0
- {dkist-processing-core-3.0.0 → dkist-processing-core-3.0.2rc1}/docs/auto_proc_brick.png +0 -0
- {dkist-processing-core-3.0.0 → dkist-processing-core-3.0.2rc1}/docs/automated-processing-deployed.png +0 -0
- {dkist-processing-core-3.0.0 → dkist-processing-core-3.0.2rc1}/docs/changelog.rst +0 -0
- {dkist-processing-core-3.0.0 → dkist-processing-core-3.0.2rc1}/docs/conf.py +0 -0
- {dkist-processing-core-3.0.0 → dkist-processing-core-3.0.2rc1}/docs/index.rst +0 -0
- {dkist-processing-core-3.0.0 → dkist-processing-core-3.0.2rc1}/docs/make.bat +0 -0
- {dkist-processing-core-3.0.0 → dkist-processing-core-3.0.2rc1}/docs/requirements.txt +0 -0
- {dkist-processing-core-3.0.0 → dkist-processing-core-3.0.2rc1}/licenses/LICENSE.rst +0 -0
- {dkist-processing-core-3.0.0 → dkist-processing-core-3.0.2rc1}/pyproject.toml +0 -0
- {dkist-processing-core-3.0.0 → dkist-processing-core-3.0.2rc1}/setup.py +0 -0
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
v3.0.1 (2023-12-20)
|
|
2
|
+
===================
|
|
3
|
+
|
|
4
|
+
Features
|
|
5
|
+
--------
|
|
6
|
+
|
|
7
|
+
- Remove the build extra because there isn't enough separation of deps yet. (`#29 <https://bitbucket.org/dkistdc/dkist-processing-core/pull-requests/29>`__)
|
|
8
|
+
|
|
9
|
+
|
|
1
10
|
v3.0.0 (2023-12-20)
|
|
2
11
|
===================
|
|
3
12
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dkist-processing-core
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.2rc1
|
|
4
4
|
Summary: Abstraction layer that is used by the DKIST Science Data Processing pipelines to process DKIST data using Apache Airflow.
|
|
5
5
|
Home-page: https://bitbucket.org/dkistdc/dkist-processing-core/src/main/
|
|
6
6
|
Author: NSO / AURA
|
|
@@ -13,7 +13,6 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
13
13
|
Requires-Python: >=3.11
|
|
14
14
|
Provides-Extra: test
|
|
15
15
|
Provides-Extra: docs
|
|
16
|
-
Provides-Extra: build
|
|
17
16
|
|
|
18
17
|
dkist-processing-core
|
|
19
18
|
=====================
|
|
@@ -67,7 +67,7 @@ definitions:
|
|
|
67
67
|
- docker
|
|
68
68
|
name: Build MPW
|
|
69
69
|
script:
|
|
70
|
-
- pip install .
|
|
70
|
+
- pip install .
|
|
71
71
|
- python -c "from dkist_processing_core.build_utils import export_notebook_dockerfile; import dkist_processing_core.tests.valid_workflow_package as workflow_package; export_notebook_dockerfile(workflow_package, 'notebooks/')"
|
|
72
72
|
- ls -af
|
|
73
73
|
- cat Dockerfile
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Instantiate dags such that the configuration dialog will pop up when triggering a dag in the UI.
|
{dkist-processing-core-3.0.0 → dkist-processing-core-3.0.2rc1}/dkist_processing_core/workflow.py
RENAMED
|
@@ -155,7 +155,7 @@ class Workflow:
|
|
|
155
155
|
@property
|
|
156
156
|
def _dag_definition(self) -> str:
|
|
157
157
|
|
|
158
|
-
return f"DAG(dag_id='{self._dag_name}', start_date=pendulum.today('UTC').add(days=-2), schedule=None, catchup=False, tags={self._dag_tags})"
|
|
158
|
+
return f"DAG(dag_id='{self._dag_name}', start_date=pendulum.today('UTC').add(days=-2), schedule=None, catchup=False, tags={self._dag_tags}, params={{}})"
|
|
159
159
|
|
|
160
160
|
def _initialize_local_dag(self) -> DAG:
|
|
161
161
|
import pendulum
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dkist-processing-core
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.2rc1
|
|
4
4
|
Summary: Abstraction layer that is used by the DKIST Science Data Processing pipelines to process DKIST data using Apache Airflow.
|
|
5
5
|
Home-page: https://bitbucket.org/dkistdc/dkist-processing-core/src/main/
|
|
6
6
|
Author: NSO / AURA
|
|
@@ -13,7 +13,6 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
13
13
|
Requires-Python: >=3.11
|
|
14
14
|
Provides-Extra: test
|
|
15
15
|
Provides-Extra: docs
|
|
16
|
-
Provides-Extra: build
|
|
17
16
|
|
|
18
17
|
dkist-processing-core
|
|
19
18
|
=====================
|
|
@@ -24,6 +24,7 @@ install_requires =
|
|
|
24
24
|
requests >= 2.23
|
|
25
25
|
talus >= 0.2.0
|
|
26
26
|
pendulum
|
|
27
|
+
nbformat >= 5.9.2
|
|
27
28
|
|
|
28
29
|
[options.extras_require]
|
|
29
30
|
test =
|
|
@@ -32,7 +33,6 @@ test =
|
|
|
32
33
|
jinja2
|
|
33
34
|
towncrier
|
|
34
35
|
nbconvert
|
|
35
|
-
%(build)s
|
|
36
36
|
docs =
|
|
37
37
|
sphinx
|
|
38
38
|
sphinx-astropy
|
|
@@ -43,8 +43,6 @@ docs =
|
|
|
43
43
|
dkist-sphinx-theme
|
|
44
44
|
matplotlib
|
|
45
45
|
sunpy
|
|
46
|
-
build =
|
|
47
|
-
nbformat >= 5.9.2
|
|
48
46
|
|
|
49
47
|
[build_docs]
|
|
50
48
|
source-dir = docs
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist-processing-core-3.0.0 → dkist-processing-core-3.0.2rc1}/dkist_processing_core/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist-processing-core-3.0.0 → dkist-processing-core-3.0.2rc1}/dkist_processing_core/_node.py
RENAMED
|
File without changes
|
{dkist-processing-core-3.0.0 → dkist-processing-core-3.0.2rc1}/dkist_processing_core/build_utils.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist-processing-core-3.0.0 → dkist-processing-core-3.0.2rc1}/dkist_processing_core/task.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist-processing-core-3.0.0 → dkist-processing-core-3.0.2rc1}/docs/auto-proc-concept-model.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|