climate-ref-core 0.8.0__tar.gz → 0.8.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.
- {climate_ref_core-0.8.0 → climate_ref_core-0.8.1}/PKG-INFO +3 -2
- {climate_ref_core-0.8.0 → climate_ref_core-0.8.1}/pyproject.toml +6 -2
- {climate_ref_core-0.8.0 → climate_ref_core-0.8.1}/.gitignore +0 -0
- {climate_ref_core-0.8.0 → climate_ref_core-0.8.1}/LICENCE +0 -0
- {climate_ref_core-0.8.0 → climate_ref_core-0.8.1}/NOTICE +0 -0
- {climate_ref_core-0.8.0 → climate_ref_core-0.8.1}/README.md +0 -0
- {climate_ref_core-0.8.0 → climate_ref_core-0.8.1}/src/climate_ref_core/__init__.py +0 -0
- {climate_ref_core-0.8.0 → climate_ref_core-0.8.1}/src/climate_ref_core/constraints.py +0 -0
- {climate_ref_core-0.8.0 → climate_ref_core-0.8.1}/src/climate_ref_core/dataset_registry.py +0 -0
- {climate_ref_core-0.8.0 → climate_ref_core-0.8.1}/src/climate_ref_core/datasets.py +0 -0
- {climate_ref_core-0.8.0 → climate_ref_core-0.8.1}/src/climate_ref_core/diagnostics.py +0 -0
- {climate_ref_core-0.8.0 → climate_ref_core-0.8.1}/src/climate_ref_core/env.py +0 -0
- {climate_ref_core-0.8.0 → climate_ref_core-0.8.1}/src/climate_ref_core/exceptions.py +0 -0
- {climate_ref_core-0.8.0 → climate_ref_core-0.8.1}/src/climate_ref_core/executor.py +0 -0
- {climate_ref_core-0.8.0 → climate_ref_core-0.8.1}/src/climate_ref_core/logging.py +0 -0
- {climate_ref_core-0.8.0 → climate_ref_core-0.8.1}/src/climate_ref_core/metric_values/__init__.py +0 -0
- {climate_ref_core-0.8.0 → climate_ref_core-0.8.1}/src/climate_ref_core/metric_values/typing.py +0 -0
- {climate_ref_core-0.8.0 → climate_ref_core-0.8.1}/src/climate_ref_core/providers.py +0 -0
- {climate_ref_core-0.8.0 → climate_ref_core-0.8.1}/src/climate_ref_core/py.typed +0 -0
- {climate_ref_core-0.8.0 → climate_ref_core-0.8.1}/src/climate_ref_core/pycmec/README.md +0 -0
- {climate_ref_core-0.8.0 → climate_ref_core-0.8.1}/src/climate_ref_core/pycmec/__init__.py +0 -0
- {climate_ref_core-0.8.0 → climate_ref_core-0.8.1}/src/climate_ref_core/pycmec/controlled_vocabulary.py +0 -0
- {climate_ref_core-0.8.0 → climate_ref_core-0.8.1}/src/climate_ref_core/pycmec/cv_cmip7_aft.yaml +0 -0
- {climate_ref_core-0.8.0 → climate_ref_core-0.8.1}/src/climate_ref_core/pycmec/metric.py +0 -0
- {climate_ref_core-0.8.0 → climate_ref_core-0.8.1}/src/climate_ref_core/pycmec/output.py +0 -0
- {climate_ref_core-0.8.0 → climate_ref_core-0.8.1}/tests/unit/metric_values/test_typing.py +0 -0
- {climate_ref_core-0.8.0 → climate_ref_core-0.8.1}/tests/unit/pycmec/cmec_testdata/cmec_metric_sample.json +0 -0
- {climate_ref_core-0.8.0 → climate_ref_core-0.8.1}/tests/unit/pycmec/cmec_testdata/cmec_output_sample.json +0 -0
- {climate_ref_core-0.8.0 → climate_ref_core-0.8.1}/tests/unit/pycmec/cmec_testdata/cv_sample.yaml +0 -0
- {climate_ref_core-0.8.0 → climate_ref_core-0.8.1}/tests/unit/pycmec/cmec_testdata/test_metric_json_schema.yml +0 -0
- {climate_ref_core-0.8.0 → climate_ref_core-0.8.1}/tests/unit/pycmec/cmec_testdata/test_output_json_schema.yml +0 -0
- {climate_ref_core-0.8.0 → climate_ref_core-0.8.1}/tests/unit/pycmec/conftest.py +0 -0
- {climate_ref_core-0.8.0 → climate_ref_core-0.8.1}/tests/unit/pycmec/test_cmec_metric.py +0 -0
- {climate_ref_core-0.8.0 → climate_ref_core-0.8.1}/tests/unit/pycmec/test_cmec_output.py +0 -0
- {climate_ref_core-0.8.0 → climate_ref_core-0.8.1}/tests/unit/pycmec/test_controlled_vocabulary.py +0 -0
- {climate_ref_core-0.8.0 → climate_ref_core-0.8.1}/tests/unit/test_constraints.py +0 -0
- {climate_ref_core-0.8.0 → climate_ref_core-0.8.1}/tests/unit/test_dataset_registry/test_dataset_registry.py +0 -0
- {climate_ref_core-0.8.0 → climate_ref_core-0.8.1}/tests/unit/test_datasets/dataset_collection_hash.yml +0 -0
- {climate_ref_core-0.8.0 → climate_ref_core-0.8.1}/tests/unit/test_datasets/dataset_collection_obs4mips_hash.yml +0 -0
- {climate_ref_core-0.8.0 → climate_ref_core-0.8.1}/tests/unit/test_datasets/execution_dataset_hash.yml +0 -0
- {climate_ref_core-0.8.0 → climate_ref_core-0.8.1}/tests/unit/test_datasets.py +0 -0
- {climate_ref_core-0.8.0 → climate_ref_core-0.8.1}/tests/unit/test_diagnostics.py +0 -0
- {climate_ref_core-0.8.0 → climate_ref_core-0.8.1}/tests/unit/test_exceptions.py +0 -0
- {climate_ref_core-0.8.0 → climate_ref_core-0.8.1}/tests/unit/test_executor.py +0 -0
- {climate_ref_core-0.8.0 → climate_ref_core-0.8.1}/tests/unit/test_logging.py +0 -0
- {climate_ref_core-0.8.0 → climate_ref_core-0.8.1}/tests/unit/test_providers.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: climate-ref-core
|
|
3
|
-
Version: 0.8.
|
|
3
|
+
Version: 0.8.1
|
|
4
4
|
Summary: Core library for the CMIP Rapid Evaluation Framework
|
|
5
5
|
Author-email: Jared Lewis <jared.lewis@climate-resource.com>, Mika Pflueger <mika.pflueger@climate-resource.com>, Bouwe Andela <b.andela@esciencecenter.nl>, Jiwoo Lee <lee1043@llnl.gov>, Min Xu <xum1@ornl.gov>, Nathan Collier <collierno@ornl.gov>, Dora Hegedus <dora.hegedus@stfc.ac.uk>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -21,8 +21,9 @@ Requires-Python: >=3.11
|
|
|
21
21
|
Requires-Dist: attrs>=23.2.0
|
|
22
22
|
Requires-Dist: cattrs>=24.1
|
|
23
23
|
Requires-Dist: environs>=11
|
|
24
|
+
Requires-Dist: fastprogress==1.0.5
|
|
24
25
|
Requires-Dist: loguru>=0.7.0
|
|
25
|
-
Requires-Dist: numpy>=
|
|
26
|
+
Requires-Dist: numpy>=2.0.0
|
|
26
27
|
Requires-Dist: pandas>=2.1.0
|
|
27
28
|
Requires-Dist: pooch<2,>=1.8.0
|
|
28
29
|
Requires-Dist: pydantic>=2.10.6
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "climate-ref-core"
|
|
3
|
-
version = "0.8.
|
|
3
|
+
version = "0.8.1"
|
|
4
4
|
description = "Core library for the CMIP Rapid Evaluation Framework"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
authors = [
|
|
@@ -45,7 +45,11 @@ dependencies = [
|
|
|
45
45
|
# We follow [SPEC-0000](https://scientific-python.org/specs/spec-0000/)
|
|
46
46
|
# which defines a 2-year support window for key libraries and 3-year window for Python versions
|
|
47
47
|
"pandas>=2.1.0",
|
|
48
|
-
"numpy>=
|
|
48
|
+
"numpy>=2.0.0",
|
|
49
|
+
|
|
50
|
+
# Temporarily pin fastprogress dependency (from intake-esm) due to bug in recent version
|
|
51
|
+
# https://github.com/AnswerDotAI/fastprogress/issues/117
|
|
52
|
+
"fastprogress==1.0.5"
|
|
49
53
|
]
|
|
50
54
|
|
|
51
55
|
[dependency-groups]
|
|
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
|
{climate_ref_core-0.8.0 → climate_ref_core-0.8.1}/src/climate_ref_core/metric_values/__init__.py
RENAMED
|
File without changes
|
{climate_ref_core-0.8.0 → climate_ref_core-0.8.1}/src/climate_ref_core/metric_values/typing.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{climate_ref_core-0.8.0 → climate_ref_core-0.8.1}/src/climate_ref_core/pycmec/cv_cmip7_aft.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{climate_ref_core-0.8.0 → climate_ref_core-0.8.1}/tests/unit/pycmec/cmec_testdata/cv_sample.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{climate_ref_core-0.8.0 → climate_ref_core-0.8.1}/tests/unit/pycmec/test_controlled_vocabulary.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
|