dkist-processing-core 3.2.0rc4__tar.gz → 4.0.0__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.2.0rc4 → dkist-processing-core-4.0.0}/CHANGELOG.rst +15 -0
- {dkist-processing-core-3.2.0rc4 → dkist-processing-core-4.0.0}/PKG-INFO +1 -1
- {dkist-processing-core-3.2.0rc4 → dkist-processing-core-4.0.0}/dkist_processing_core/_failure_callback.py +1 -1
- {dkist-processing-core-3.2.0rc4 → dkist-processing-core-4.0.0}/dkist_processing_core/task.py +1 -1
- {dkist-processing-core-3.2.0rc4 → dkist-processing-core-4.0.0}/dkist_processing_core/tests/test_task.py +1 -1
- {dkist-processing-core-3.2.0rc4 → dkist-processing-core-4.0.0}/dkist_processing_core/workflow.py +1 -1
- {dkist-processing-core-3.2.0rc4 → dkist-processing-core-4.0.0}/dkist_processing_core.egg-info/PKG-INFO +1 -1
- {dkist-processing-core-3.2.0rc4 → dkist-processing-core-4.0.0}/dkist_processing_core.egg-info/SOURCES.txt +1 -3
- dkist-processing-core-3.2.0rc4/changelog/33.bugfix.rst +0 -1
- dkist-processing-core-3.2.0rc4/changelog/34.misc.rst +0 -1
- {dkist-processing-core-3.2.0rc4 → dkist-processing-core-4.0.0}/.gitignore +0 -0
- {dkist-processing-core-3.2.0rc4 → dkist-processing-core-4.0.0}/.pre-commit-config.yaml +0 -0
- {dkist-processing-core-3.2.0rc4 → dkist-processing-core-4.0.0}/.readthedocs.yml +0 -0
- {dkist-processing-core-3.2.0rc4 → dkist-processing-core-4.0.0}/README.rst +0 -0
- {dkist-processing-core-3.2.0rc4 → dkist-processing-core-4.0.0}/bitbucket-pipelines.yml +0 -0
- {dkist-processing-core-3.2.0rc4 → dkist-processing-core-4.0.0}/changelog/.gitempty +0 -0
- {dkist-processing-core-3.2.0rc4 → dkist-processing-core-4.0.0}/check_changelog_updated.sh +0 -0
- {dkist-processing-core-3.2.0rc4 → dkist-processing-core-4.0.0}/dkist_processing_core/__init__.py +0 -0
- {dkist-processing-core-3.2.0rc4 → dkist-processing-core-4.0.0}/dkist_processing_core/_node.py +0 -0
- {dkist-processing-core-3.2.0rc4 → dkist-processing-core-4.0.0}/dkist_processing_core/build_utils.py +0 -0
- /dkist-processing-core-3.2.0rc4/dkist_processing_core/_config.py → /dkist-processing-core-4.0.0/dkist_processing_core/config.py +0 -0
- {dkist-processing-core-3.2.0rc4 → dkist-processing-core-4.0.0}/dkist_processing_core/resource_queue.py +0 -0
- {dkist-processing-core-3.2.0rc4 → dkist-processing-core-4.0.0}/dkist_processing_core/tests/__init__.py +0 -0
- {dkist-processing-core-3.2.0rc4 → dkist-processing-core-4.0.0}/dkist_processing_core/tests/conftest.py +0 -0
- {dkist-processing-core-3.2.0rc4 → dkist-processing-core-4.0.0}/dkist_processing_core/tests/invalid_workflow_cyclic/__init__.py +0 -0
- {dkist-processing-core-3.2.0rc4 → dkist-processing-core-4.0.0}/dkist_processing_core/tests/invalid_workflow_cyclic/workflow.py +0 -0
- {dkist-processing-core-3.2.0rc4 → dkist-processing-core-4.0.0}/dkist_processing_core/tests/invalid_workflow_for_docker_multi_category/__init__.py +0 -0
- {dkist-processing-core-3.2.0rc4 → dkist-processing-core-4.0.0}/dkist_processing_core/tests/invalid_workflow_for_docker_multi_category/workflow.py +0 -0
- {dkist-processing-core-3.2.0rc4 → dkist-processing-core-4.0.0}/dkist_processing_core/tests/task_example.py +0 -0
- {dkist-processing-core-3.2.0rc4 → dkist-processing-core-4.0.0}/dkist_processing_core/tests/test_build_utils.py +0 -0
- {dkist-processing-core-3.2.0rc4 → dkist-processing-core-4.0.0}/dkist_processing_core/tests/test_export.py +0 -0
- {dkist-processing-core-3.2.0rc4 → dkist-processing-core-4.0.0}/dkist_processing_core/tests/test_failure_callback.py +0 -0
- {dkist-processing-core-3.2.0rc4 → dkist-processing-core-4.0.0}/dkist_processing_core/tests/test_node.py +0 -0
- {dkist-processing-core-3.2.0rc4 → dkist-processing-core-4.0.0}/dkist_processing_core/tests/test_workflow.py +0 -0
- {dkist-processing-core-3.2.0rc4 → dkist-processing-core-4.0.0}/dkist_processing_core/tests/valid_workflow_package/__init__.py +0 -0
- {dkist-processing-core-3.2.0rc4 → dkist-processing-core-4.0.0}/dkist_processing_core/tests/valid_workflow_package/workflow.py +0 -0
- {dkist-processing-core-3.2.0rc4 → dkist-processing-core-4.0.0}/dkist_processing_core/tests/zero_node_workflow_package/__init__.py +0 -0
- {dkist-processing-core-3.2.0rc4 → dkist-processing-core-4.0.0}/dkist_processing_core/tests/zero_node_workflow_package/workflow.py +0 -0
- {dkist-processing-core-3.2.0rc4 → dkist-processing-core-4.0.0}/dkist_processing_core.egg-info/dependency_links.txt +0 -0
- {dkist-processing-core-3.2.0rc4 → dkist-processing-core-4.0.0}/dkist_processing_core.egg-info/requires.txt +0 -0
- {dkist-processing-core-3.2.0rc4 → dkist-processing-core-4.0.0}/dkist_processing_core.egg-info/top_level.txt +0 -0
- {dkist-processing-core-3.2.0rc4 → dkist-processing-core-4.0.0}/docs/Makefile +0 -0
- {dkist-processing-core-3.2.0rc4 → dkist-processing-core-4.0.0}/docs/auto-proc-concept-model.png +0 -0
- {dkist-processing-core-3.2.0rc4 → dkist-processing-core-4.0.0}/docs/auto_proc_brick.png +0 -0
- {dkist-processing-core-3.2.0rc4 → dkist-processing-core-4.0.0}/docs/automated-processing-deployed.png +0 -0
- {dkist-processing-core-3.2.0rc4 → dkist-processing-core-4.0.0}/docs/changelog.rst +0 -0
- {dkist-processing-core-3.2.0rc4 → dkist-processing-core-4.0.0}/docs/conf.py +0 -0
- {dkist-processing-core-3.2.0rc4 → dkist-processing-core-4.0.0}/docs/index.rst +0 -0
- {dkist-processing-core-3.2.0rc4 → dkist-processing-core-4.0.0}/docs/make.bat +0 -0
- {dkist-processing-core-3.2.0rc4 → dkist-processing-core-4.0.0}/docs/requirements.txt +0 -0
- {dkist-processing-core-3.2.0rc4 → dkist-processing-core-4.0.0}/licenses/LICENSE.rst +0 -0
- {dkist-processing-core-3.2.0rc4 → dkist-processing-core-4.0.0}/pyproject.toml +0 -0
- {dkist-processing-core-3.2.0rc4 → dkist-processing-core-4.0.0}/setup.cfg +0 -0
- {dkist-processing-core-3.2.0rc4 → dkist-processing-core-4.0.0}/setup.py +0 -0
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
v4.0.0 (2024-06-03)
|
|
2
|
+
===================
|
|
3
|
+
|
|
4
|
+
Bugfixes
|
|
5
|
+
--------
|
|
6
|
+
|
|
7
|
+
- Use --user option to upgrade pip before virtual environment creation. (`#33 <https://bitbucket.org/dkistdc/dkist-processing-core/pull-requests/33>`__)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
Misc
|
|
11
|
+
----
|
|
12
|
+
|
|
13
|
+
- Upgrade airflow to 2.9.1 which includes the dependency on pydantic 2 and consequently a few other libraries that needed upgrading for the same pydantic 2 dependency. (`#34 <https://bitbucket.org/dkistdc/dkist-processing-core/pull-requests/34>`__)
|
|
14
|
+
|
|
15
|
+
|
|
1
16
|
v3.1.0 (2024-04-02)
|
|
2
17
|
===================
|
|
3
18
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dkist-processing-core
|
|
3
|
-
Version:
|
|
3
|
+
Version: 4.0.0
|
|
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
|
|
@@ -10,7 +10,7 @@ from talus import MessageBodyBase
|
|
|
10
10
|
from talus import PublishMessageBase
|
|
11
11
|
from talus import Queue
|
|
12
12
|
|
|
13
|
-
from dkist_processing_core.
|
|
13
|
+
from dkist_processing_core.config import core_configurations
|
|
14
14
|
|
|
15
15
|
logger = logging.getLogger(__name__)
|
|
16
16
|
|
{dkist-processing-core-3.2.0rc4 → dkist-processing-core-4.0.0}/dkist_processing_core/workflow.py
RENAMED
|
@@ -8,10 +8,10 @@ import nbformat as nbf
|
|
|
8
8
|
from airflow import DAG
|
|
9
9
|
|
|
10
10
|
from dkist_processing_core import ResourceQueue
|
|
11
|
-
from dkist_processing_core._config import core_configurations
|
|
12
11
|
from dkist_processing_core._node import Node
|
|
13
12
|
from dkist_processing_core._node import task_type_hint
|
|
14
13
|
from dkist_processing_core._node import upstreams_type_hint
|
|
14
|
+
from dkist_processing_core.config import core_configurations
|
|
15
15
|
|
|
16
16
|
__all__ = ["Workflow"]
|
|
17
17
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dkist-processing-core
|
|
3
|
-
Version:
|
|
3
|
+
Version: 4.0.0
|
|
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
|
|
@@ -9,13 +9,11 @@ pyproject.toml
|
|
|
9
9
|
setup.cfg
|
|
10
10
|
setup.py
|
|
11
11
|
changelog/.gitempty
|
|
12
|
-
changelog/33.bugfix.rst
|
|
13
|
-
changelog/34.misc.rst
|
|
14
12
|
dkist_processing_core/__init__.py
|
|
15
|
-
dkist_processing_core/_config.py
|
|
16
13
|
dkist_processing_core/_failure_callback.py
|
|
17
14
|
dkist_processing_core/_node.py
|
|
18
15
|
dkist_processing_core/build_utils.py
|
|
16
|
+
dkist_processing_core/config.py
|
|
19
17
|
dkist_processing_core/resource_queue.py
|
|
20
18
|
dkist_processing_core/task.py
|
|
21
19
|
dkist_processing_core/workflow.py
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
Use --user option to upgrade pip before virtual environment creation.
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
Upgrade airflow to 2.9.1 which includes the dependency on pydantic 2 and consequently a few other libraries that needed upgrading for the same pydantic 2 dependency.
|
|
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.2.0rc4 → dkist-processing-core-4.0.0}/dkist_processing_core/__init__.py
RENAMED
|
File without changes
|
{dkist-processing-core-3.2.0rc4 → dkist-processing-core-4.0.0}/dkist_processing_core/_node.py
RENAMED
|
File without changes
|
{dkist-processing-core-3.2.0rc4 → dkist-processing-core-4.0.0}/dkist_processing_core/build_utils.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist-processing-core-3.2.0rc4 → dkist-processing-core-4.0.0}/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
|
|
File without changes
|