arize 8.0.0b4__tar.gz → 8.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.
- {arize-8.0.0b4 → arize-8.0.1}/PKG-INFO +9 -2
- {arize-8.0.0b4 → arize-8.0.1}/pyproject.toml +14 -7
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/version.py +1 -1
- {arize-8.0.0b4 → arize-8.0.1}/.gitignore +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/LICENSE +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/NOTICE +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/README.md +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/__init__.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_client_factory.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_exporter/__init__.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_exporter/client.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_exporter/parsers/__init__.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_exporter/parsers/tracing_data_parser.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_exporter/validation.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_flight/__init__.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_flight/client.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_flight/types.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/__init__.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/__init__.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/api/__init__.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/api/datasets_api.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/api/experiments_api.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/api/projects_api.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/api_client.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/api_response.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/configuration.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/exceptions.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/models/__init__.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/models/dataset.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/models/dataset_example.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/models/dataset_example_update.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/models/dataset_version.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/models/datasets_create_request.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/models/datasets_examples_insert_request.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/models/datasets_examples_list200_response.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/models/datasets_examples_update_request.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/models/datasets_list200_response.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/models/experiment.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/models/experiment_run.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/models/experiment_run_create.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/models/experiments_create_request.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/models/experiments_list200_response.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/models/experiments_runs_list200_response.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/models/pagination_metadata.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/models/problem.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/models/project.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/models/projects_create_request.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/models/projects_list200_response.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/rest.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/test/__init__.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/test/test_dataset.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/test/test_dataset_example.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/test/test_dataset_example_update.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/test/test_dataset_version.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/test/test_datasets_api.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/test/test_datasets_create_request.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/test/test_datasets_examples_insert_request.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/test/test_datasets_examples_list200_response.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/test/test_datasets_examples_update_request.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/test/test_datasets_list200_response.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/test/test_experiment.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/test/test_experiment_run.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/test/test_experiment_run_create.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/test/test_experiments_api.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/test/test_experiments_create_request.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/test/test_experiments_list200_response.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/test/test_experiments_runs_list200_response.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/test/test_pagination_metadata.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/test/test_problem.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/test/test_project.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/test/test_projects_api.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/test/test_projects_create_request.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/test/test_projects_list200_response.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client_README.md +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/protocol/__init__.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/protocol/flight/__init__.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/protocol/flight/flight_pb2.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/protocol/rec/__init__.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/protocol/rec/public_pb2.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/_lazy.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/client.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/config.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/constants/__init__.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/constants/config.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/constants/ml.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/constants/model_mapping.json +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/constants/openinference.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/constants/pyarrow.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/constants/spans.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/datasets/__init__.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/datasets/client.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/datasets/errors.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/datasets/validation.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/embeddings/__init__.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/embeddings/auto_generator.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/embeddings/base_generators.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/embeddings/constants.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/embeddings/cv_generators.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/embeddings/errors.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/embeddings/nlp_generators.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/embeddings/tabular_generators.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/embeddings/usecases.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/exceptions/__init__.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/exceptions/auth.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/exceptions/base.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/exceptions/config.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/exceptions/models.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/exceptions/parameters.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/exceptions/spaces.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/exceptions/types.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/exceptions/values.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/experiments/__init__.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/experiments/client.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/experiments/evaluators/__init__.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/experiments/evaluators/base.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/experiments/evaluators/exceptions.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/experiments/evaluators/executors.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/experiments/evaluators/rate_limiters.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/experiments/evaluators/types.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/experiments/evaluators/utils.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/experiments/functions.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/experiments/tracing.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/experiments/types.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/logging.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/ml/__init__.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/ml/batch_validation/__init__.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/ml/batch_validation/errors.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/ml/batch_validation/validator.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/ml/bounded_executor.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/ml/casting.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/ml/client.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/ml/proto.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/ml/stream_validation.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/ml/surrogate_explainer/__init__.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/ml/surrogate_explainer/mimic.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/ml/types.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/pre_releases.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/projects/__init__.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/projects/client.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/py.typed +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/regions.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/spans/__init__.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/spans/client.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/spans/columns.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/spans/conversion.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/spans/validation/__init__.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/spans/validation/annotations/__init__.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/spans/validation/annotations/annotations_validation.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/spans/validation/annotations/dataframe_form_validation.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/spans/validation/annotations/value_validation.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/spans/validation/common/__init__.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/spans/validation/common/argument_validation.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/spans/validation/common/dataframe_form_validation.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/spans/validation/common/errors.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/spans/validation/common/value_validation.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/spans/validation/evals/__init__.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/spans/validation/evals/dataframe_form_validation.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/spans/validation/evals/evals_validation.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/spans/validation/evals/value_validation.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/spans/validation/metadata/__init__.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/spans/validation/metadata/argument_validation.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/spans/validation/metadata/dataframe_form_validation.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/spans/validation/metadata/value_validation.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/spans/validation/spans/__init__.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/spans/validation/spans/dataframe_form_validation.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/spans/validation/spans/spans_validation.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/spans/validation/spans/value_validation.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/utils/__init__.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/utils/arrow.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/utils/cache.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/utils/dataframe.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/utils/online_tasks/__init__.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/utils/online_tasks/dataframe_preprocessor.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/utils/openinference_conversion.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/utils/proto.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/utils/size.py +0 -0
- {arize-8.0.0b4 → arize-8.0.1}/src/arize/utils/types.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: arize
|
|
3
|
-
Version: 8.0.
|
|
3
|
+
Version: 8.0.1
|
|
4
4
|
Summary: A helper library to interact with Arize AI APIs
|
|
5
5
|
Project-URL: Homepage, https://arize.com
|
|
6
6
|
Project-URL: Documentation, https://docs.arize.com/arize
|
|
@@ -33,7 +33,7 @@ Requires-Dist: opentelemetry-exporter-otlp-proto-grpc>=1.38.0
|
|
|
33
33
|
Requires-Dist: opentelemetry-sdk>=1.38.0
|
|
34
34
|
Requires-Dist: opentelemetry-semantic-conventions<1,>=0.43b0
|
|
35
35
|
Requires-Dist: pandas<3,>=2.0.0
|
|
36
|
-
Requires-Dist: protobuf<
|
|
36
|
+
Requires-Dist: protobuf<7,>=4.21.0
|
|
37
37
|
Requires-Dist: pyarrow>=0.15.0
|
|
38
38
|
Requires-Dist: pydantic<3,>=2
|
|
39
39
|
Requires-Dist: python-dateutil<3,>=2.8.2
|
|
@@ -54,6 +54,13 @@ Requires-Dist: types-python-dateutil>=2.9.0; extra == 'dev'
|
|
|
54
54
|
Requires-Dist: types-requests>=2.31.0; extra == 'dev'
|
|
55
55
|
Requires-Dist: types-tabulate>=0.9.0; extra == 'dev'
|
|
56
56
|
Requires-Dist: types-tqdm>=4.66.0; extra == 'dev'
|
|
57
|
+
Provides-Extra: docs
|
|
58
|
+
Requires-Dist: myst-parser>=2.0.0; extra == 'docs'
|
|
59
|
+
Requires-Dist: pydata-sphinx-theme>=0.15.0; extra == 'docs'
|
|
60
|
+
Requires-Dist: sphinx-autobuild>=2024.0.0; extra == 'docs'
|
|
61
|
+
Requires-Dist: sphinx-copybutton>=0.5.0; extra == 'docs'
|
|
62
|
+
Requires-Dist: sphinx-design>=0.5.0; extra == 'docs'
|
|
63
|
+
Requires-Dist: sphinx<8.0.0,>=7.0.0; extra == 'docs'
|
|
57
64
|
Provides-Extra: embeddings
|
|
58
65
|
Requires-Dist: datasets!=2.14.*,<3,>=2.8; extra == 'embeddings'
|
|
59
66
|
Requires-Dist: pillow<11,>=8.4.0; extra == 'embeddings'
|
|
@@ -38,7 +38,7 @@ dependencies = [
|
|
|
38
38
|
"opentelemetry-sdk>=1.38.0",
|
|
39
39
|
"opentelemetry-semantic-conventions>=0.43b0, <1",
|
|
40
40
|
"pandas>=2.0.0, <3",
|
|
41
|
-
"protobuf>=4.21.0, <
|
|
41
|
+
"protobuf>=4.21.0, <7",
|
|
42
42
|
"pyarrow>=0.15.0",
|
|
43
43
|
"pydantic>=2, <3",
|
|
44
44
|
"python-dateutil>=2.8.2, <3",
|
|
@@ -77,6 +77,14 @@ embeddings = [
|
|
|
77
77
|
"torch>=1.13, <3",
|
|
78
78
|
"transformers>=4.25, <5",
|
|
79
79
|
]
|
|
80
|
+
docs = [
|
|
81
|
+
"sphinx>=7.0.0, <8.0.0",
|
|
82
|
+
"sphinx-autobuild>=2024.0.0",
|
|
83
|
+
"pydata-sphinx-theme>=0.15.0",
|
|
84
|
+
"sphinx-copybutton>=0.5.0",
|
|
85
|
+
"sphinx-design>=0.5.0",
|
|
86
|
+
"myst-parser>=2.0.0",
|
|
87
|
+
]
|
|
80
88
|
|
|
81
89
|
[project.urls]
|
|
82
90
|
Homepage = "https://arize.com"
|
|
@@ -164,6 +172,7 @@ ignore = [
|
|
|
164
172
|
"S101", # Allow assert statements in tests
|
|
165
173
|
"S108", # Allow insecure usage of temporary file or directory
|
|
166
174
|
"TRY301", # Allow generic exception catching in tests
|
|
175
|
+
"B017", # Allow blind asserting exception: `Exception`
|
|
167
176
|
]
|
|
168
177
|
|
|
169
178
|
[tool.ruff.lint.isort]
|
|
@@ -226,9 +235,9 @@ addopts = [
|
|
|
226
235
|
]
|
|
227
236
|
# Custom markers that can be used to categorize tests (use with @pytest.mark.marker_name)
|
|
228
237
|
markers = [
|
|
229
|
-
"
|
|
238
|
+
"unit: marks tests as unit tests (fast, isolated, uses mocks)",
|
|
230
239
|
"integration: marks tests as integration tests",
|
|
231
|
-
"
|
|
240
|
+
"slow: marks tests as slow (deselect with '-m \"not slow\"')",
|
|
232
241
|
]
|
|
233
242
|
|
|
234
243
|
[tool.coverage.run]
|
|
@@ -239,16 +248,14 @@ omit = [
|
|
|
239
248
|
"*/_generated/*",
|
|
240
249
|
"*/__pycache__/*",
|
|
241
250
|
"*/site-packages/*",
|
|
251
|
+
"src/arize/constants/*", # We don't need to test constants, they are just definitions
|
|
252
|
+
"src/arize/exceptions/*", # We don't need to test exceptions, they are just definitions
|
|
242
253
|
# Exclude other src/arize modules. TODO(Kiko): Remove them progressively.
|
|
243
|
-
"src/arize/constants/*",
|
|
244
254
|
"src/arize/datasets/*",
|
|
245
|
-
"src/arize/embeddings/*",
|
|
246
|
-
"src/arize/exceptions/*",
|
|
247
255
|
"src/arize/experiments/*",
|
|
248
256
|
"src/arize/ml/*",
|
|
249
257
|
"src/arize/projects/*",
|
|
250
258
|
"src/arize/spans/*",
|
|
251
|
-
"src/arize/utils/*",
|
|
252
259
|
]
|
|
253
260
|
# Enable branch coverage (measures whether all branches of if/else/try/except are tested)
|
|
254
261
|
# Without this, only line coverage is measured
|
|
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
|
{arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/models/dataset_example_update.py
RENAMED
|
File without changes
|
|
File without changes
|
{arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/models/datasets_create_request.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/models/datasets_list200_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/models/experiment_run_create.py
RENAMED
|
File without changes
|
{arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/models/experiments_create_request.py
RENAMED
|
File without changes
|
{arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/models/experiments_list200_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/models/projects_create_request.py
RENAMED
|
File without changes
|
{arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/models/projects_list200_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/test/test_dataset_example_update.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/test/test_datasets_create_request.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/test/test_datasets_list200_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/test/test_experiment_run_create.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/test/test_pagination_metadata.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/test/test_projects_create_request.py
RENAMED
|
File without changes
|
{arize-8.0.0b4 → arize-8.0.1}/src/arize/_generated/api_client/test/test_projects_list200_response.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
|
|
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
|
{arize-8.0.0b4 → arize-8.0.1}/src/arize/spans/validation/annotations/annotations_validation.py
RENAMED
|
File without changes
|
{arize-8.0.0b4 → arize-8.0.1}/src/arize/spans/validation/annotations/dataframe_form_validation.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{arize-8.0.0b4 → arize-8.0.1}/src/arize/spans/validation/common/dataframe_form_validation.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
|
{arize-8.0.0b4 → arize-8.0.1}/src/arize/spans/validation/metadata/dataframe_form_validation.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
|