corvic-engine 0.3.0rc97__tar.gz → 0.3.0rc99__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.
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/Cargo.lock +2 -2
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/Cargo.toml +1 -1
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/PKG-INFO +2 -2
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/pyproject.toml +3 -3
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/LICENSE +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/README.md +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/Cargo.toml +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/buf/validate/validate_pb2.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/buf/validate/validate_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/buf/validate/validate_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/buf/validate/validate_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/context/__init__.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/context/py.typed +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/embed/__init__.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/embed/node2vec.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/embed/py.typed +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/embedding_metric/__init__.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/embedding_metric/embeddings.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/embedding_metric/py.typed +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/emodel/__init__.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/emodel/_base_model.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/emodel/_data_connector.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/emodel/_defaults.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/emodel/_errors.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/emodel/_feature_type.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/emodel/_feature_view.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/emodel/_pipeline.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/emodel/_proto_orm_convert.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/emodel/_resource.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/emodel/_room.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/emodel/_source.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/emodel/_space.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/emodel/py.typed +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/engine/__init__.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/engine/_native.pyi +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/engine/py.typed +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/eorm/__init__.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/op_graph/__init__.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/op_graph/_schema.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/op_graph/_transformations.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/op_graph/aggregation.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/op_graph/encoders.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/op_graph/errors.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/op_graph/feature_types.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/op_graph/ops.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/op_graph/py.typed +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/op_graph/row_filters/__init__.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/op_graph/row_filters/_jsonlogic.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/op_graph/row_filters/_row_filters.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/op_graph/sample_strategy.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/orm/__init__.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/orm/_proto_columns.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/orm/_soft_delete.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/orm/errors.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/orm/func/__init__.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/orm/func/utc_func.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/orm/func/uuid_func.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/orm/ids.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/orm/keys.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/orm/py.typed +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/pa_scalar/__init__.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/pa_scalar/_const.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/pa_scalar/_from_value.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/pa_scalar/_temporal.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/pa_scalar/_to_value.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/pa_scalar/_types.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/pa_scalar/py.typed +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/proto_wrapper/__init__.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/proto_wrapper/_errors.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/proto_wrapper/_wrappers.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/proto_wrapper/py.typed +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/result/__init__.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/result/py.typed +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/sql/__init__.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/sql/parse_ops.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/sql/py.typed +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/system/__init__.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/system/_column_encoding.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/system/_dimension_reduction.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/system/_embedder.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/system/_image_embedder.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/system/_planner.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/system/_text_embedder.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/system/client.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/system/in_memory_executor.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/system/op_graph_executor.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/system/py.typed +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/system/staging.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/system/storage.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/system_sqlite/__init__.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/system_sqlite/client.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/system_sqlite/fs_blob_store.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/system_sqlite/py.typed +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/system_sqlite/rdbms_blob_store.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/system_sqlite/staging.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/table/__init__.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/table/py.typed +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/table/table.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/transfer/__init__.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/transfer/_common_transformations.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/transfer/_orm_backed_proto.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/transfer/py.typed +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/version/__init__.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/version/py.typed +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/well_known_types/__init__.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/well_known_types/py.typed +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/__init__.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/algorithm/__init__.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/algorithm/graph/__init__.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/algorithm/graph/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/algorithm/graph/v1/graph_pb2.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/algorithm/graph/v1/graph_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/algorithm/graph/v1/graph_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/algorithm/graph/v1/graph_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/embedding/__init__.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/embedding/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/embedding/v1/models_pb2.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/embedding/v1/models_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/embedding/v1/models_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/embedding/v1/models_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/feature/__init__.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/feature/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/feature/v1/experiment_pb2.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/feature/v1/experiment_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/feature/v1/experiment_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/feature/v1/experiment_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/feature/v1/space_pb2.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/feature/v1/space_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/feature/v1/space_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/feature/v1/space_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/feature/v2/__init__.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/feature/v2/feature_view_pb2.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/feature/v2/feature_view_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/feature/v2/feature_view_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/feature/v2/feature_view_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/feature/v2/space_pb2.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/feature/v2/space_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/feature/v2/space_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/feature/v2/space_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/ingest/__init__.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/ingest/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/ingest/v1/service_pb2.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/ingest/v1/service_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/ingest/v1/service_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/ingest/v1/service_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/ingest/v2/__init__.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/ingest/v2/pipeline_pb2.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/ingest/v2/pipeline_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/ingest/v2/pipeline_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/ingest/v2/pipeline_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/ingest/v2/quick_mode_pb2.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/ingest/v2/quick_mode_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/ingest/v2/quick_mode_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/ingest/v2/quick_mode_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/ingest/v2/resource_pb2.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/ingest/v2/resource_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/ingest/v2/resource_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/ingest/v2/resource_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/ingest/v2/room_pb2.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/ingest/v2/room_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/ingest/v2/room_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/ingest/v2/room_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/ingest/v2/source_pb2.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/ingest/v2/source_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/ingest/v2/source_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/ingest/v2/source_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/ingest/v2/table_pb2.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/ingest/v2/table_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/ingest/v2/table_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/ingest/v2/table_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/model/__init__.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/model/v1alpha/__init__.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/model/v1alpha/models_pb2.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/model/v1alpha/models_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/model/v1alpha/models_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/model/v1alpha/models_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/orm/__init__.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/orm/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/orm/v1/common_pb2.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/orm/v1/common_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/orm/v1/common_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/orm/v1/common_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/orm/v1/data_connector_pb2.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/orm/v1/data_connector_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/orm/v1/data_connector_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/orm/v1/data_connector_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/orm/v1/feature_view_pb2.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/orm/v1/feature_view_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/orm/v1/feature_view_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/orm/v1/feature_view_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/orm/v1/pipeline_pb2.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/orm/v1/pipeline_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/orm/v1/pipeline_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/orm/v1/pipeline_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/orm/v1/space_pb2.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/orm/v1/space_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/orm/v1/space_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/orm/v1/space_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/orm/v1/table_pb2.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/orm/v1/table_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/orm/v1/table_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/orm/v1/table_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/status/__init__.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/status/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/status/v1/event_pb2.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/status/v1/event_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/status/v1/event_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/status/v1/event_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/status/v1/service_pb2.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/status/v1/service_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/status/v1/service_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/status/v1/service_pb2_grpc.pyi +0 -0
@@ -16,7 +16,7 @@ checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
|
|
16
16
|
|
17
17
|
[[package]]
|
18
18
|
name = "corvic-engine"
|
19
|
-
version = "0.3.0-rc.
|
19
|
+
version = "0.3.0-rc.99"
|
20
20
|
dependencies = [
|
21
21
|
"numpy",
|
22
22
|
"pyo3",
|
@@ -57,7 +57,7 @@ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
|
57
57
|
|
58
58
|
[[package]]
|
59
59
|
name = "engine-walk"
|
60
|
-
version = "0.3.0-rc.
|
60
|
+
version = "0.3.0-rc.99"
|
61
61
|
dependencies = [
|
62
62
|
"version_check",
|
63
63
|
]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: corvic-engine
|
3
|
-
Version: 0.3.
|
3
|
+
Version: 0.3.0rc99
|
4
4
|
Classifier: Environment :: Console
|
5
5
|
Classifier: License :: Other/Proprietary License
|
6
6
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
@@ -10,7 +10,7 @@ Classifier: Programming Language :: Python :: 3.12
|
|
10
10
|
Classifier: Programming Language :: Python :: 3.13
|
11
11
|
Classifier: Programming Language :: Rust
|
12
12
|
Classifier: Topic :: Scientific/Engineering
|
13
|
-
Requires-Dist: cachetools>=
|
13
|
+
Requires-Dist: cachetools>=5
|
14
14
|
Requires-Dist: duckdb>=1.0.0
|
15
15
|
Requires-Dist: more-itertools>=10
|
16
16
|
Requires-Dist: numpy>=1.26
|
@@ -18,7 +18,7 @@ authors = [
|
|
18
18
|
]
|
19
19
|
readme = "README.md"
|
20
20
|
description = "Seamless embedding generation and retrieval."
|
21
|
-
version = "0.3.0-rc.
|
21
|
+
version = "0.3.0-rc.99" # sync this with tool.poetry.version below
|
22
22
|
|
23
23
|
# TODO(ddn): Pull dependencies from tool.poetry.dependencies. We use maturin as
|
24
24
|
# the build system but poetry for the development environment.
|
@@ -29,7 +29,7 @@ version = "0.3.0-rc.97" # sync this with tool.poetry.version below
|
|
29
29
|
# don't overimpose on users: either ">= x" or ">= 0.x" for semvar packages or
|
30
30
|
# minor versions for notable semvar exceptions: protobuf, numpy
|
31
31
|
dependencies = [
|
32
|
-
"cachetools >=
|
32
|
+
"cachetools >= 5",
|
33
33
|
"duckdb >= 1.0.0",
|
34
34
|
"more-itertools >= 10",
|
35
35
|
"numpy >= 1.26",
|
@@ -73,7 +73,7 @@ packages = [
|
|
73
73
|
]
|
74
74
|
description = ""
|
75
75
|
authors = []
|
76
|
-
version = "0.3.0-rc.
|
76
|
+
version = "0.3.0-rc.99"
|
77
77
|
|
78
78
|
[tool.poetry.scripts]
|
79
79
|
check = "corvic_check.cli:main"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/buf/validate/validate_pb2_grpc.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/buf/validate/validate_pb2_grpc.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/embedding_metric/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/embedding_metric/embeddings.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
|
{corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/emodel/_proto_orm_convert.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
|
{corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/op_graph/_transformations.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/op_graph/row_filters/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/op_graph/row_filters/_jsonlogic.py
RENAMED
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/op_graph/sample_strategy.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
|
{corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/proto_wrapper/_wrappers.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
|
{corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/system/_column_encoding.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/system/_dimension_reduction.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/system/in_memory_executor.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/system/op_graph_executor.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/system_sqlite/fs_blob_store.py
RENAMED
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/system_sqlite/rdbms_blob_store.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/transfer/_orm_backed_proto.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic/well_known_types/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/algorithm/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/embedding/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/embedding/v1/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/feature/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/feature/v1/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/feature/v1/space_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/feature/v1/space_pb2.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/feature/v2/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/feature/v2/space_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/feature/v2/space_pb2.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/ingest/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/ingest/v1/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/ingest/v1/service_pb2.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/ingest/v2/__init__.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
|
{corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/ingest/v2/room_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/ingest/v2/room_pb2.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/ingest/v2/source_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/ingest/v2/source_pb2.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/ingest/v2/table_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/ingest/v2/table_pb2.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/model/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/orm/v1/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/orm/v1/common_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/orm/v1/common_pb2.pyi
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
|
{corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/orm/v1/pipeline_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/orm/v1/pipeline_pb2.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/orm/v1/space_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/orm/v1/space_pb2.pyi
RENAMED
File without changes
|
{corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/orm/v1/space_pb2_grpc.py
RENAMED
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/orm/v1/table_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/orm/v1/table_pb2.pyi
RENAMED
File without changes
|
{corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/orm/v1/table_pb2_grpc.py
RENAMED
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/status/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/status/v1/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/status/v1/event_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/status/v1/event_pb2.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc97 → corvic_engine-0.3.0rc99}/python/corvic_generated/status/v1/service_pb2.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|