dkist-processing-core 2.0.0rc1__tar.gz → 2.0.2__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-2.0.0rc1 → dkist-processing-core-2.0.2}/.readthedocs.yml +1 -1
- {dkist-processing-core-2.0.0rc1 → dkist-processing-core-2.0.2}/CHANGELOG.rst +24 -0
- {dkist-processing-core-2.0.0rc1 → dkist-processing-core-2.0.2}/PKG-INFO +1 -1
- {dkist-processing-core-2.0.0rc1 → dkist-processing-core-2.0.2}/dkist_processing_core.egg-info/PKG-INFO +1 -1
- {dkist-processing-core-2.0.0rc1 → dkist-processing-core-2.0.2}/dkist_processing_core.egg-info/SOURCES.txt +0 -2
- {dkist-processing-core-2.0.0rc1 → dkist-processing-core-2.0.2}/dkist_processing_core.egg-info/requires.txt +1 -1
- {dkist-processing-core-2.0.0rc1 → dkist-processing-core-2.0.2}/setup.cfg +1 -1
- dkist-processing-core-2.0.0rc1/changelog/19.bugfix.rst +0 -1
- dkist-processing-core-2.0.0rc1/changelog/20.misc.rst +0 -1
- {dkist-processing-core-2.0.0rc1 → dkist-processing-core-2.0.2}/.gitignore +0 -0
- {dkist-processing-core-2.0.0rc1 → dkist-processing-core-2.0.2}/.pre-commit-config.yaml +0 -0
- {dkist-processing-core-2.0.0rc1 → dkist-processing-core-2.0.2}/README.rst +0 -0
- {dkist-processing-core-2.0.0rc1 → dkist-processing-core-2.0.2}/bitbucket-pipelines.yml +0 -0
- {dkist-processing-core-2.0.0rc1 → dkist-processing-core-2.0.2}/changelog/.gitempty +0 -0
- {dkist-processing-core-2.0.0rc1 → dkist-processing-core-2.0.2}/check_changelog_updated.sh +0 -0
- {dkist-processing-core-2.0.0rc1 → dkist-processing-core-2.0.2}/dkist_processing_core/__init__.py +0 -0
- {dkist-processing-core-2.0.0rc1 → dkist-processing-core-2.0.2}/dkist_processing_core/_failure_callback.py +0 -0
- {dkist-processing-core-2.0.0rc1 → dkist-processing-core-2.0.2}/dkist_processing_core/_node.py +0 -0
- {dkist-processing-core-2.0.0rc1 → dkist-processing-core-2.0.2}/dkist_processing_core/build_utils.py +0 -0
- {dkist-processing-core-2.0.0rc1 → dkist-processing-core-2.0.2}/dkist_processing_core/task.py +0 -0
- {dkist-processing-core-2.0.0rc1 → dkist-processing-core-2.0.2}/dkist_processing_core/tests/__init__.py +0 -0
- {dkist-processing-core-2.0.0rc1 → dkist-processing-core-2.0.2}/dkist_processing_core/tests/conftest.py +0 -0
- {dkist-processing-core-2.0.0rc1 → dkist-processing-core-2.0.2}/dkist_processing_core/tests/invalid_workflow_package/__init__.py +0 -0
- {dkist-processing-core-2.0.0rc1 → dkist-processing-core-2.0.2}/dkist_processing_core/tests/invalid_workflow_package/workflow.py +0 -0
- {dkist-processing-core-2.0.0rc1 → dkist-processing-core-2.0.2}/dkist_processing_core/tests/task_example.py +0 -0
- {dkist-processing-core-2.0.0rc1 → dkist-processing-core-2.0.2}/dkist_processing_core/tests/test_build_utils.py +0 -0
- {dkist-processing-core-2.0.0rc1 → dkist-processing-core-2.0.2}/dkist_processing_core/tests/test_export.py +0 -0
- {dkist-processing-core-2.0.0rc1 → dkist-processing-core-2.0.2}/dkist_processing_core/tests/test_failure_callback.py +0 -0
- {dkist-processing-core-2.0.0rc1 → dkist-processing-core-2.0.2}/dkist_processing_core/tests/test_node.py +0 -0
- {dkist-processing-core-2.0.0rc1 → dkist-processing-core-2.0.2}/dkist_processing_core/tests/test_task.py +0 -0
- {dkist-processing-core-2.0.0rc1 → dkist-processing-core-2.0.2}/dkist_processing_core/tests/test_workflow.py +0 -0
- {dkist-processing-core-2.0.0rc1 → dkist-processing-core-2.0.2}/dkist_processing_core/tests/valid_workflow_package/__init__.py +0 -0
- {dkist-processing-core-2.0.0rc1 → dkist-processing-core-2.0.2}/dkist_processing_core/tests/valid_workflow_package/workflow.py +0 -0
- {dkist-processing-core-2.0.0rc1 → dkist-processing-core-2.0.2}/dkist_processing_core/tests/zero_node_workflow_package/__init__.py +0 -0
- {dkist-processing-core-2.0.0rc1 → dkist-processing-core-2.0.2}/dkist_processing_core/tests/zero_node_workflow_package/workflow.py +0 -0
- {dkist-processing-core-2.0.0rc1 → dkist-processing-core-2.0.2}/dkist_processing_core/workflow.py +0 -0
- {dkist-processing-core-2.0.0rc1 → dkist-processing-core-2.0.2}/dkist_processing_core.egg-info/dependency_links.txt +0 -0
- {dkist-processing-core-2.0.0rc1 → dkist-processing-core-2.0.2}/dkist_processing_core.egg-info/top_level.txt +0 -0
- {dkist-processing-core-2.0.0rc1 → dkist-processing-core-2.0.2}/docs/Makefile +0 -0
- {dkist-processing-core-2.0.0rc1 → dkist-processing-core-2.0.2}/docs/auto-proc-concept-model.png +0 -0
- {dkist-processing-core-2.0.0rc1 → dkist-processing-core-2.0.2}/docs/auto_proc_brick.png +0 -0
- {dkist-processing-core-2.0.0rc1 → dkist-processing-core-2.0.2}/docs/automated-processing-deployed.png +0 -0
- {dkist-processing-core-2.0.0rc1 → dkist-processing-core-2.0.2}/docs/changelog.rst +0 -0
- {dkist-processing-core-2.0.0rc1 → dkist-processing-core-2.0.2}/docs/conf.py +0 -0
- {dkist-processing-core-2.0.0rc1 → dkist-processing-core-2.0.2}/docs/index.rst +0 -0
- {dkist-processing-core-2.0.0rc1 → dkist-processing-core-2.0.2}/docs/make.bat +0 -0
- {dkist-processing-core-2.0.0rc1 → dkist-processing-core-2.0.2}/docs/requirements.txt +0 -0
- {dkist-processing-core-2.0.0rc1 → dkist-processing-core-2.0.2}/licenses/LICENSE.rst +0 -0
- {dkist-processing-core-2.0.0rc1 → dkist-processing-core-2.0.2}/pyproject.toml +0 -0
- {dkist-processing-core-2.0.0rc1 → dkist-processing-core-2.0.2}/setup.py +0 -0
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
v2.0.2 (2023-07-11)
|
|
2
|
+
===================
|
|
3
|
+
|
|
4
|
+
Misc
|
|
5
|
+
----
|
|
6
|
+
|
|
7
|
+
- Update airflow dependency to 2.6.3 (`#21 <https://bitbucket.org/dkistdc/dkist-processing-core/pull-requests/21>`__)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
v2.0.1 (2023-06-28)
|
|
11
|
+
===================
|
|
12
|
+
|
|
13
|
+
Bugfixes
|
|
14
|
+
--------
|
|
15
|
+
|
|
16
|
+
- Update MAXIMUM_ALLOWED_WORKFLOW_NAME_LENGTH to be consistent with database (100 characters). (`#19 <https://bitbucket.org/dkistdc/dkist-processing-core/pull-requests/19>`__)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
Misc
|
|
20
|
+
----
|
|
21
|
+
|
|
22
|
+
- Update airflow dependency to 2.6.2 and use python 3.11 (`#20 <https://bitbucket.org/dkistdc/dkist-processing-core/pull-requests/20>`__)
|
|
23
|
+
- Use python 3.11 in ReadTheDocs builds
|
|
24
|
+
|
|
1
25
|
v1.4.0 (2023-05-05)
|
|
2
26
|
===================
|
|
3
27
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dkist-processing-core
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.2
|
|
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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dkist-processing-core
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.2
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
Update MAXIMUM_ALLOWED_WORKFLOW_NAME_LENGTH to be consistent with database (100 characters).
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
Update airflow dependency to 2.6.2 and use python 3.11
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist-processing-core-2.0.0rc1 → dkist-processing-core-2.0.2}/dkist_processing_core/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist-processing-core-2.0.0rc1 → dkist-processing-core-2.0.2}/dkist_processing_core/_node.py
RENAMED
|
File without changes
|
{dkist-processing-core-2.0.0rc1 → dkist-processing-core-2.0.2}/dkist_processing_core/build_utils.py
RENAMED
|
File without changes
|
{dkist-processing-core-2.0.0rc1 → dkist-processing-core-2.0.2}/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
|
{dkist-processing-core-2.0.0rc1 → dkist-processing-core-2.0.2}/dkist_processing_core/workflow.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist-processing-core-2.0.0rc1 → dkist-processing-core-2.0.2}/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
|