dkist-processing-common 14.0.0rc2__tar.gz → 14.0.1__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_common-14.0.0rc2 → dkist_processing_common-14.0.1}/CHANGELOG.rst +30 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/PKG-INFO +3 -3
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tasks/quality_metrics.py +0 -3
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common.egg-info/PKG-INFO +3 -3
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common.egg-info/SOURCES.txt +0 -5
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common.egg-info/requires.txt +2 -2
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/pyproject.toml +2 -2
- dkist_processing_common-14.0.0rc2/changelog/323.misc.2.rst +0 -2
- dkist_processing_common-14.0.0rc2/changelog/323.misc.rst +0 -2
- dkist_processing_common-14.0.0rc2/changelog/323.removal.2.rst +0 -1
- dkist_processing_common-14.0.0rc2/changelog/323.removal.3.rst +0 -1
- dkist_processing_common-14.0.0rc2/changelog/323.removal.rst +0 -2
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/.gitignore +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/.pre-commit-config.yaml +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/.readthedocs.yml +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/.snyk +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/README.rst +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/changelog/.gitempty +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/__init__.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/_util/__init__.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/_util/constants.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/_util/graphql.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/_util/scratch.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/_util/tags.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/codecs/__init__.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/codecs/array.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/codecs/asdf.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/codecs/basemodel.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/codecs/bytes.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/codecs/fits.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/codecs/iobase.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/codecs/json.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/codecs/path.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/codecs/quality.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/codecs/str.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/config.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/fonts/Lato-Regular.ttf +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/fonts/__init__.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/manual.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/models/__init__.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/models/constants.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/models/dkist_location.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/models/extras.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/models/fits_access.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/models/flower_pot.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/models/fried_parameter.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/models/graphql.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/models/input_dataset.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/models/message.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/models/message_queue_binding.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/models/metric_code.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/models/parameters.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/models/quality.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/models/tags.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/models/task_name.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/models/telemetry.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/models/wavelength.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/parsers/__init__.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/parsers/average_bud.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/parsers/cs_step.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/parsers/dsps_repeat.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/parsers/experiment_id_bud.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/parsers/id_bud.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/parsers/l0_fits_access.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/parsers/l1_fits_access.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/parsers/lookup_bud.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/parsers/near_bud.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/parsers/observing_program_id_bud.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/parsers/proposal_id_bud.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/parsers/quality.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/parsers/retarder.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/parsers/single_value_single_key_flower.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/parsers/task.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/parsers/time.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/parsers/unique_bud.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/parsers/wavelength.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tasks/__init__.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tasks/assemble_movie.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tasks/base.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tasks/l1_output_data.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tasks/mixin/__init__.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tasks/mixin/globus.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tasks/mixin/interservice_bus.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tasks/mixin/metadata_store.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tasks/mixin/object_store.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tasks/mixin/quality/__init__.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tasks/mixin/quality/_base.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tasks/mixin/quality/_metrics.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tasks/output_data_base.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tasks/parse_l0_input_data.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tasks/teardown.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tasks/transfer_input_data.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tasks/trial_catalog.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tasks/trial_output_data.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tasks/write_extra.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tasks/write_l1.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tasks/write_l1_base.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tests/__init__.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tests/conftest.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tests/mock_metadata_store.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tests/test_assemble_movie.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tests/test_assemble_quality.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tests/test_base.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tests/test_codecs.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tests/test_constants.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tests/test_construct_dataset_extras.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tests/test_cs_step.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tests/test_dkist_location.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tests/test_fits_access.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tests/test_flower_pot.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tests/test_fried_parameter.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tests/test_input_dataset.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tests/test_interservice_bus.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tests/test_interservice_bus_mixin.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tests/test_manual_processing.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tests/test_output_data_base.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tests/test_parameters.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tests/test_parse_l0_input_data.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tests/test_publish_catalog_messages.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tests/test_quality.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tests/test_quality_mixin.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tests/test_scratch.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tests/test_stems.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tests/test_submit_dataset_metadata.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tests/test_tags.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tests/test_task_name.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tests/test_task_parsing.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tests/test_teardown.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tests/test_transfer_input_data.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tests/test_transfer_l1_output_data.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tests/test_trial_catalog.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tests/test_trial_output_data.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tests/test_workflow_task_base.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common/tests/test_write_l1.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common.egg-info/dependency_links.txt +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/dkist_processing_common.egg-info/top_level.txt +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/docs/Makefile +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/docs/changelog.rst +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/docs/conf.py +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/docs/index.rst +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/docs/landing_page.rst +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/docs/make.bat +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/docs/requirements.txt +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/licenses/LICENSE.rst +0 -0
- {dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/setup.cfg +0 -0
|
@@ -1,3 +1,33 @@
|
|
|
1
|
+
v14.0.1 (2026-04-22)
|
|
2
|
+
====================
|
|
3
|
+
|
|
4
|
+
Misc
|
|
5
|
+
----
|
|
6
|
+
|
|
7
|
+
- Upgrade 'dkist-inventory' minimum version to 1.11.6 to take advantage of the reduction in metadata.asdf size for tiled datasets in trial workflows. (`#331 <https://bitbucket.org/dkistdc/dkist-processing-common/pull-requests/331>`__)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
v14.0.0 (2026-04-21)
|
|
11
|
+
====================
|
|
12
|
+
|
|
13
|
+
Removals
|
|
14
|
+
--------
|
|
15
|
+
|
|
16
|
+
- Remove `.from_header` constructor from `FitsAccessBase`. This should be replaced by passing the header object directly
|
|
17
|
+
on instantiation. (`#323 <https://bitbucket.org/dkistdc/dkist-processing-common/pull-requests/323>`__)
|
|
18
|
+
- Remove `.from_path` constructor from `FitsAccessBase`. This should be replaced with a call to the `fits_access_decoder`. (`#323 <https://bitbucket.org/dkistdc/dkist-processing-common/pull-requests/323>`__)
|
|
19
|
+
- Remove the `.size` property from `FitsAccessBase`. This was not always correct and no longer used anywhere. (`#323 <https://bitbucket.org/dkistdc/dkist-processing-common/pull-requests/323>`__)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
Misc
|
|
23
|
+
----
|
|
24
|
+
|
|
25
|
+
- Simplify the reading of L0 files in the `QualityL0Metrics` task; we now read `FitsAccess` objects directly via the
|
|
26
|
+
`fits_access_decoder`. (`#323 <https://bitbucket.org/dkistdc/dkist-processing-common/pull-requests/323>`__)
|
|
27
|
+
- `FitsAccessBase` no longer uses an HDU object for internal storage. It is now instantiated with a `header` and
|
|
28
|
+
(optionally) `data` directly. (`#323 <https://bitbucket.org/dkistdc/dkist-processing-common/pull-requests/323>`__)
|
|
29
|
+
|
|
30
|
+
|
|
1
31
|
v13.0.6 (2026-04-21)
|
|
2
32
|
====================
|
|
3
33
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-common
|
|
3
|
-
Version: 14.0.
|
|
3
|
+
Version: 14.0.1
|
|
4
4
|
Summary: Common task classes used by the DKIST science data processing pipelines
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -56,9 +56,9 @@ Requires-Dist: sphinx-autoapi!=3.1.0; extra == "docs"
|
|
|
56
56
|
Requires-Dist: pytest; extra == "docs"
|
|
57
57
|
Requires-Dist: dkist-sphinx-theme; extra == "docs"
|
|
58
58
|
Provides-Extra: inventory
|
|
59
|
-
Requires-Dist: dkist-inventory<2.0,>=1.11.
|
|
59
|
+
Requires-Dist: dkist-inventory<2.0,>=1.11.6; extra == "inventory"
|
|
60
60
|
Provides-Extra: asdf
|
|
61
|
-
Requires-Dist: dkist-inventory[asdf]<2.0,>=1.11.
|
|
61
|
+
Requires-Dist: dkist-inventory[asdf]<2.0,>=1.11.6; extra == "asdf"
|
|
62
62
|
Provides-Extra: quality
|
|
63
63
|
Requires-Dist: dkist-quality<3.0,>=2.0.1; extra == "quality"
|
|
64
64
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-common
|
|
3
|
-
Version: 14.0.
|
|
3
|
+
Version: 14.0.1
|
|
4
4
|
Summary: Common task classes used by the DKIST science data processing pipelines
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -56,9 +56,9 @@ Requires-Dist: sphinx-autoapi!=3.1.0; extra == "docs"
|
|
|
56
56
|
Requires-Dist: pytest; extra == "docs"
|
|
57
57
|
Requires-Dist: dkist-sphinx-theme; extra == "docs"
|
|
58
58
|
Provides-Extra: inventory
|
|
59
|
-
Requires-Dist: dkist-inventory<2.0,>=1.11.
|
|
59
|
+
Requires-Dist: dkist-inventory<2.0,>=1.11.6; extra == "inventory"
|
|
60
60
|
Provides-Extra: asdf
|
|
61
|
-
Requires-Dist: dkist-inventory[asdf]<2.0,>=1.11.
|
|
61
|
+
Requires-Dist: dkist-inventory[asdf]<2.0,>=1.11.6; extra == "asdf"
|
|
62
62
|
Provides-Extra: quality
|
|
63
63
|
Requires-Dist: dkist-quality<3.0,>=2.0.1; extra == "quality"
|
|
64
64
|
|
|
@@ -7,11 +7,6 @@ README.rst
|
|
|
7
7
|
bitbucket-pipelines.yml
|
|
8
8
|
pyproject.toml
|
|
9
9
|
changelog/.gitempty
|
|
10
|
-
changelog/323.misc.2.rst
|
|
11
|
-
changelog/323.misc.rst
|
|
12
|
-
changelog/323.removal.2.rst
|
|
13
|
-
changelog/323.removal.3.rst
|
|
14
|
-
changelog/323.removal.rst
|
|
15
10
|
dkist_processing_common/__init__.py
|
|
16
11
|
dkist_processing_common/config.py
|
|
17
12
|
dkist_processing_common/manual.py
|
|
@@ -24,7 +24,7 @@ sunpy>=3.0.0
|
|
|
24
24
|
talus==1.3.4
|
|
25
25
|
|
|
26
26
|
[asdf]
|
|
27
|
-
dkist-inventory[asdf]<2.0,>=1.11.
|
|
27
|
+
dkist-inventory[asdf]<2.0,>=1.11.6
|
|
28
28
|
|
|
29
29
|
[docs]
|
|
30
30
|
setuptools
|
|
@@ -36,7 +36,7 @@ pytest
|
|
|
36
36
|
dkist-sphinx-theme
|
|
37
37
|
|
|
38
38
|
[inventory]
|
|
39
|
-
dkist-inventory<2.0,>=1.11.
|
|
39
|
+
dkist-inventory<2.0,>=1.11.6
|
|
40
40
|
|
|
41
41
|
[quality]
|
|
42
42
|
dkist-quality<3.0,>=2.0.1
|
|
@@ -75,10 +75,10 @@ docs = [
|
|
|
75
75
|
"dkist-sphinx-theme",
|
|
76
76
|
]
|
|
77
77
|
inventory = [
|
|
78
|
-
"dkist-inventory >= 1.11.
|
|
78
|
+
"dkist-inventory >= 1.11.6, <2.0",
|
|
79
79
|
]
|
|
80
80
|
asdf = [
|
|
81
|
-
"dkist-inventory[asdf] >= 1.11.
|
|
81
|
+
"dkist-inventory[asdf] >= 1.11.6, <2.0",
|
|
82
82
|
]
|
|
83
83
|
quality = [
|
|
84
84
|
"dkist-quality >= 2.0.1, <3.0",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
Remove `.from_path` constructor from `FitsAccessBase`. This should be replaced with a call to the `fits_access_decoder`.
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
Remove the `.size` property from `FitsAccessBase`. This was not always correct and no longer used anywhere.
|
|
File without changes
|
{dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/.pre-commit-config.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_common-14.0.0rc2 → dkist_processing_common-14.0.1}/bitbucket-pipelines.yml
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|