pyvcell 0.2.0__tar.gz → 0.2.2__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.
- {pyvcell-0.2.0 → pyvcell-0.2.2}/PKG-INFO +33 -41
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyproject.toml +67 -57
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/biomodel_ref.py +3 -1
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/geometry/segmented_image_geometry.py +4 -2
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/simdata/zarr_writer.py +15 -7
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/sim_results/widget.py +3 -3
- pyvcell-0.2.0/LICENSE +0 -21
- {pyvcell-0.2.0 → pyvcell-0.2.2}/README.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/__init__.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/__init__.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/__init__.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/__init__.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/api/__init__.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/api/admin_resource_api.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/api/bio_model_resource_api.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/api/export_resource_api.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/api/field_data_resource_api.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/api/geometry_resource_api.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/api/hello_world_api.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/api/math_model_resource_api.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/api/publication_resource_api.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/api/simulation_resource_api.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/api/solver_resource_api.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/api/users_resource_api.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/api/vc_image_resource_api.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/api_client.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/api_response.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/auth/__init__.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/auth/auth_utils.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/configuration.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/AccesTokenRepresentationRecord.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/AdminResourceApi.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/AnalyticCurve.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/AnnotatedFunctionDTO.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/ApplicationInfo.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/BatchSystemType.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/BioModel.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/BioModelChildSummary.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/BioModelResourceApi.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/BioModelSummary.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/BiomodelRef.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/CompositeCurve.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/ControlPointCurve.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/Coordinate.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/Curve.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/CurveSelectionInfo.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/DataIdentifier.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/DetailedState.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/Domain.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/ExportEvent.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/ExportProgressType.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/ExportResourceApi.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/ExportableDataType.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/Extent.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/ExternalDataIdentifier.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/FieldData.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/FieldDataReference.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/FieldDataResourceApi.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/FieldDataSavedResults.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/FieldDataShape.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/FunctionCategory.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/GIFImage.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/GeometryMode.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/GeometryResourceApi.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/GeometrySpecDTO.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/GeometrySummary.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/GroupAccess.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/GroupAccessAll.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/GroupAccessNone.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/GroupAccessSome.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/HelloWorldApi.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/HelloWorldMessage.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/HtcJobID.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/HumanReadableExportData.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/ISize.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/Identity.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/MathModelChildSummary.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/MathModelResourceApi.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/MathModelSummary.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/MathType.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/MathmodelRef.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/ModelType.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/N5ExportRequest.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/Origin.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/Publication.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/PublicationInfo.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/PublicationResourceApi.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/SPECIALCLAIM.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/SampledCurve.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/SchedulerStatus.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/SimulationExecutionStatusRecord.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/SimulationJobStatusRecord.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/SimulationMessage.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/SimulationQueueEntryStatusRecord.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/SimulationQueueID.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/SimulationResourceApi.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/SimulationStatusPersistentRecord.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/SolverResourceApi.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/SourceModel.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/SpatialSelection.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/SpatialSelectionContour.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/SpatialSelectionMembrane.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/SpatialSelectionVolume.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/Spline.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/StandardExportInfo.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/Status.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/StatusMessage.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/TimeMode.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/TimeSpecs.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/User.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/UserIdentityJSONSafe.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/UserLoginInfoForMapping.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/UserRegistrationInfo.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/UsersResourceApi.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/VCDocumentType.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/VCImageResourceApi.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/VCImageSummary.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/VCSimulationIdentifier.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/VCellHTTPError.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/VCellSite.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/VCellSoftwareVersion.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/VariableDomain.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/VariableMode.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/VariableSpecs.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/VariableType.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/Version.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/VersionFlag.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/exceptions.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/__init__.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/acces_token_representation_record.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/analytic_curve.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/annotated_function_dto.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/application_info.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/batch_system_type.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/bio_model.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/bio_model_child_summary.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/bio_model_summary.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/composite_curve.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/control_point_curve.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/coordinate.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/curve.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/curve_selection_info.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/data_identifier.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/detailed_state.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/domain.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/export_event.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/export_progress_type.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/exportable_data_type.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/extent.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/external_data_identifier.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/field_data.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/field_data_reference.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/field_data_saved_results.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/field_data_shape.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/function_category.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/geometry_mode.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/geometry_spec_dto.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/geometry_summary.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/gif_image.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/group_access.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/group_access_all.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/group_access_none.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/group_access_some.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/hello_world_message.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/htc_job_id.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/human_readable_export_data.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/i_size.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/identity.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/math_model_child_summary.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/math_model_summary.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/math_type.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/mathmodel_ref.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/model_type.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/n5_export_request.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/origin.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/publication.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/publication_info.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/sampled_curve.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/scheduler_status.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/simulation_execution_status_record.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/simulation_job_status_record.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/simulation_message.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/simulation_queue_entry_status_record.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/simulation_queue_id.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/simulation_status_persistent_record.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/source_model.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/spatial_selection.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/spatial_selection_contour.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/spatial_selection_membrane.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/spatial_selection_volume.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/specialclaim.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/spline.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/standard_export_info.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/status.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/status_message.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/time_mode.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/time_specs.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/user.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/user_identity_json_safe.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/user_login_info_for_mapping.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/user_registration_info.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/v_cell_http_error.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/v_cell_site.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/v_cell_software_version.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/variable_domain.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/variable_mode.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/variable_specs.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/variable_type.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/vc_document_type.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/vc_image_summary.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/vc_simulation_identifier.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/version.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/models/version_flag.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/rest.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/__init__.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_acces_token_representation_record.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_admin_resource_api.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_analytic_curve.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_annotated_function_dto.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_application_info.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_batch_system_type.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_bio_model.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_bio_model_child_summary.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_bio_model_resource_api.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_bio_model_summary.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_biomodel_ref.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_composite_curve.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_control_point_curve.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_coordinate.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_curve.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_curve_selection_info.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_data_identifier.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_detailed_state.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_domain.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_export_event.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_export_progress_type.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_export_resource_api.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_exportable_data_type.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_extent.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_external_data_identifier.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_field_data.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_field_data_reference.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_field_data_resource_api.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_field_data_saved_results.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_field_data_shape.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_function_category.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_geometry_mode.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_geometry_resource_api.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_geometry_spec_dto.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_geometry_summary.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_gif_image.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_group_access.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_group_access_all.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_group_access_none.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_group_access_some.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_hello_world_api.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_hello_world_message.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_htc_job_id.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_human_readable_export_data.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_i_size.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_identity.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_math_model_child_summary.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_math_model_resource_api.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_math_model_summary.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_math_type.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_mathmodel_ref.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_model_type.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_n5_export_request.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_origin.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_publication.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_publication_info.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_publication_resource_api.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_sampled_curve.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_scheduler_status.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_simulation_execution_status_record.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_simulation_job_status_record.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_simulation_message.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_simulation_queue_entry_status_record.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_simulation_queue_id.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_simulation_resource_api.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_simulation_status_persistent_record.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_solver_resource_api.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_source_model.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_spatial_selection.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_spatial_selection_contour.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_spatial_selection_membrane.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_spatial_selection_volume.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_specialclaim.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_spline.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_standard_export_info.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_status.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_status_message.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_time_mode.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_time_specs.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_user.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_user_identity_json_safe.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_user_login_info_for_mapping.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_user_registration_info.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_users_resource_api.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_v_cell_http_error.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_v_cell_site.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_v_cell_software_version.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_variable_domain.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_variable_mode.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_variable_specs.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_variable_type.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_vc_document_type.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_vc_image_resource_api.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_vc_image_summary.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_vc_simulation_identifier.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_version.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/test/test_version_flag.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client_README.md +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/geometry/__init__.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/simdata/__init__.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/simdata/fielddata_file.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/simdata/main.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/simdata/mesh.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/simdata/n5_data.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/simdata/postprocessing.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/simdata/python_infix.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/simdata/simdata_models.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/simdata/vtk/__init__.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/simdata/vtk/fv_mesh_mapping.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/simdata/vtk/vismesh.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/simdata/vtk/vtkmesh_chombo.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/simdata/vtk/vtkmesh_fv.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/simdata/vtk/vtkmesh_mb.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/simdata/vtk/vtkmesh_utils.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/solvers/__init__.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/solvers/fvsolver.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/sbml/__init__.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/sbml/sbml_simulation.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/sbml/sbml_spatial_model.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/sim_results/__init__.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/sim_results/plotter.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/sim_results/result.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/sim_results/var_types.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/sim_results/vtk_data.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/sim_results/zarr_types.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/sim_results/zarr_utils.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/vcml/__init__.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/vcml/field.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/vcml/models.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/vcml/session.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/vcml/utils.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/vcml/vcml_geo_from_images.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/vcml/vcml_reader.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/vcml/vcml_remote.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/vcml/vcml_simulation.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/vcml/vcml_writer.py +0 -0
- {pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/vcml/workspace.py +0 -0
|
@@ -1,45 +1,38 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.3
|
|
2
2
|
Name: pyvcell
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.2
|
|
4
4
|
Summary: This is the python wrapper for vcell modeling and simulation
|
|
5
|
-
|
|
6
|
-
Author: Jim Schaff
|
|
7
|
-
|
|
8
|
-
Requires-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
Requires-Dist:
|
|
14
|
-
Requires-Dist:
|
|
15
|
-
Requires-Dist:
|
|
16
|
-
Requires-Dist:
|
|
17
|
-
Requires-Dist:
|
|
18
|
-
Requires-Dist:
|
|
19
|
-
Requires-Dist:
|
|
20
|
-
Requires-Dist:
|
|
21
|
-
Requires-Dist:
|
|
22
|
-
Requires-Dist:
|
|
23
|
-
Requires-Dist:
|
|
24
|
-
Requires-Dist:
|
|
25
|
-
Requires-Dist:
|
|
26
|
-
Requires-Dist:
|
|
27
|
-
Requires-Dist:
|
|
28
|
-
Requires-Dist:
|
|
29
|
-
Requires-Dist:
|
|
30
|
-
Requires-Dist:
|
|
31
|
-
Requires-Dist:
|
|
32
|
-
Requires-Dist:
|
|
33
|
-
Requires-Dist:
|
|
34
|
-
Requires-Dist:
|
|
35
|
-
Requires-
|
|
36
|
-
Requires-Dist: typer (>=0.12.3,<1.0.0)
|
|
37
|
-
Requires-Dist: typing-extensions (>=4.12.2,<5.0.0)
|
|
38
|
-
Requires-Dist: urllib3 (>=2.3.0,<3.0.0)
|
|
39
|
-
Requires-Dist: vtk (>=9.3.1,<10.0.0)
|
|
40
|
-
Requires-Dist: zarr (>=2.17.2,<3.0.0)
|
|
41
|
-
Project-URL: Documentation, https://virtualcell.github.io/pyvcell/
|
|
42
|
-
Project-URL: Repository, https://github.com/virtualcell/pyvcell
|
|
5
|
+
Author: Jim Schaff, Logan Drescher
|
|
6
|
+
Author-email: Jim Schaff <schaff@uchc.edu>, Logan Drescher <drescher@uchc.edu>
|
|
7
|
+
Requires-Dist: antimony>=3.1.3
|
|
8
|
+
Requires-Dist: h5py>=3.11.0,<4
|
|
9
|
+
Requires-Dist: imageio>=2.37.0,<3
|
|
10
|
+
Requires-Dist: libvcell>=0.0.15.3
|
|
11
|
+
Requires-Dist: lxml>=6.1.0,<7
|
|
12
|
+
Requires-Dist: matplotlib>=3.10.0,<4
|
|
13
|
+
Requires-Dist: numexpr>=2.10,<3
|
|
14
|
+
Requires-Dist: numpy>=1.26.4,<3.0
|
|
15
|
+
Requires-Dist: orjson>=3.10.3,<4
|
|
16
|
+
Requires-Dist: overrides>=7.7.0,<8
|
|
17
|
+
Requires-Dist: pydantic>=2.10.5,<3
|
|
18
|
+
Requires-Dist: python-dateutil>=2.8.2,<3
|
|
19
|
+
Requires-Dist: python-libsbml>=5.20.4,<6
|
|
20
|
+
Requires-Dist: pyvcell-fvsolver>=0.2.1
|
|
21
|
+
Requires-Dist: pyvista>=0.44.2,<1
|
|
22
|
+
Requires-Dist: requests>=2.32.3,<3
|
|
23
|
+
Requires-Dist: requests-oauth2client>=1.6.0,<2
|
|
24
|
+
Requires-Dist: sympy>=1.13.1,<2
|
|
25
|
+
Requires-Dist: tensorstore>=0.1.72,<1
|
|
26
|
+
Requires-Dist: trame>=3.8.1,<4
|
|
27
|
+
Requires-Dist: trame-server>=3.4.0,<4
|
|
28
|
+
Requires-Dist: trame-vtk>=2.8.15,<3
|
|
29
|
+
Requires-Dist: trame-vuetify>=3.2.2,<4
|
|
30
|
+
Requires-Dist: typer>=0.12.3,<1.0.0
|
|
31
|
+
Requires-Dist: typing-extensions>=4.12.2,<5
|
|
32
|
+
Requires-Dist: urllib3>=2.3.0,<3
|
|
33
|
+
Requires-Dist: vtk>=9.3.1,<10
|
|
34
|
+
Requires-Dist: zarr>=2.17.2,<3
|
|
35
|
+
Requires-Python: >=3.11, <4.0
|
|
43
36
|
Description-Content-Type: text/markdown
|
|
44
37
|
|
|
45
38
|
# pyvcell
|
|
@@ -122,4 +115,3 @@ Full documentation is available at **https://virtualcell.github.io/pyvcell/**
|
|
|
122
115
|
### Geometry import example
|
|
123
116
|
|
|
124
117
|
[](https://colab.research.google.com/drive/14L3WaV42PEu7NvAQdil7i8mEL4WTPF9h?usp=sharing)
|
|
125
|
-
|
|
@@ -1,70 +1,80 @@
|
|
|
1
|
-
[
|
|
1
|
+
[project]
|
|
2
2
|
name = "pyvcell"
|
|
3
|
-
version = "0.2.
|
|
3
|
+
version = "0.2.2"
|
|
4
|
+
requires-python = ">=3.11,<4.0"
|
|
4
5
|
description = "This is the python wrapper for vcell modeling and simulation"
|
|
5
|
-
authors = ["Jim Schaff <schaff@uchc.edu>"]
|
|
6
6
|
repository = "https://github.com/virtualcell/pyvcell"
|
|
7
7
|
documentation = "https://virtualcell.github.io/pyvcell/"
|
|
8
8
|
readme = "README.md"
|
|
9
|
+
authors = [
|
|
10
|
+
{name = "Jim Schaff", email = "schaff@uchc.edu"},
|
|
11
|
+
{name = "Logan Drescher", email = "drescher@uchc.edu"}
|
|
12
|
+
]
|
|
13
|
+
|
|
9
14
|
packages = [
|
|
10
|
-
{include
|
|
15
|
+
{include="pyvcell"},
|
|
16
|
+
]
|
|
17
|
+
dependencies = [
|
|
18
|
+
"antimony (>=3.1.3)",
|
|
19
|
+
"h5py>=3.11.0,<4",
|
|
20
|
+
"imageio>=2.37.0,<3",
|
|
21
|
+
"libvcell (>=0.0.15.3)",
|
|
22
|
+
"lxml>=6.1.0,<7",
|
|
23
|
+
"matplotlib>=3.10.0,<4",
|
|
24
|
+
"numexpr>=2.10,<3",
|
|
25
|
+
"numpy>=1.26.4,<3.0",
|
|
26
|
+
"orjson>=3.10.3,<4",
|
|
27
|
+
"overrides>=7.7.0,<8",
|
|
28
|
+
"pydantic>=2.10.5,<3",
|
|
29
|
+
"python-dateutil>=2.8.2,<3",
|
|
30
|
+
"python-libsbml>=5.20.4,<6",
|
|
31
|
+
"pyvcell-fvsolver (>=0.2.1)",
|
|
32
|
+
"pyvista>=0.44.2,<1",
|
|
33
|
+
"requests>=2.32.3,<3",
|
|
34
|
+
"requests-oauth2client>=1.6.0,<2",
|
|
35
|
+
"sympy>=1.13.1,<2",
|
|
36
|
+
"tensorstore>=0.1.72,<1",
|
|
37
|
+
"trame>=3.8.1,<4",
|
|
38
|
+
"trame-server>=3.4.0,<4",
|
|
39
|
+
"trame-vtk>=2.8.15,<3",
|
|
40
|
+
"trame-vuetify>=3.2.2,<4",
|
|
41
|
+
"typer>=0.12.3,<1.0.0",
|
|
42
|
+
"typing-extensions>=4.12.2,<5",
|
|
43
|
+
"urllib3>=2.3.0,<3",
|
|
44
|
+
"vtk>=9.3.1,<10",
|
|
45
|
+
"zarr>=2.17.2,<3", # major upgrade will take some work!
|
|
11
46
|
]
|
|
12
47
|
|
|
13
|
-
[
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
libvcell = "^0.0.15"
|
|
36
|
-
trame = "^3.8.1"
|
|
37
|
-
trame-vtk = "^2.8.15"
|
|
38
|
-
trame-vuetify = "^2.8.1"
|
|
39
|
-
pyvista = "^0.44.2"
|
|
40
|
-
trame-server = "^3.4.0"
|
|
41
|
-
sympy = "^1.13.1"
|
|
42
|
-
antimony = "^2.15.0"
|
|
43
|
-
|
|
44
|
-
[tool.poetry.group.dev.dependencies]
|
|
45
|
-
pytest = "^7.2.0"
|
|
46
|
-
pytest-cov = "^4.0.0"
|
|
47
|
-
deptry = "^0.16.2"
|
|
48
|
-
mypy = "^1.5.1"
|
|
49
|
-
pre-commit = "^3.8.0"
|
|
50
|
-
tox = "^4.11.1"
|
|
51
|
-
types-requests = "^2.32.0.20241016"
|
|
52
|
-
notebook = "^7.3.2"
|
|
53
|
-
lxml-stubs = "^0.5.1"
|
|
54
|
-
trame-jupyter-extension = "^2.1.4"
|
|
55
|
-
ipywidgets = "^8.1.5"
|
|
56
|
-
copasi-basico = ">=0.65"
|
|
57
|
-
|
|
58
|
-
[tool.poetry.group.docs.dependencies]
|
|
59
|
-
mkdocs = "^1.6.1"
|
|
60
|
-
mkdocs-material = "^9.5.50"
|
|
61
|
-
mkdocstrings = {extras = ["python"], version = "^0.27.0"}
|
|
62
|
-
griffe = "^1.5.5"
|
|
63
|
-
mkdocs-jupyter = "^0.25.1"
|
|
48
|
+
[dependency-groups]
|
|
49
|
+
dev = [
|
|
50
|
+
"pytest>=7.2.0,<8",
|
|
51
|
+
"pytest-cov>=4.0.0,<5",
|
|
52
|
+
"deptry>=0.16.2,<1",
|
|
53
|
+
"mypy>=1.5.1,<2",
|
|
54
|
+
"pre-commit>=3.8.0,<4",
|
|
55
|
+
"tox>=4.11.1,<5",
|
|
56
|
+
"types-requests>=2.32.0.20241016,<3",
|
|
57
|
+
"notebook>=7.3.2,<8",
|
|
58
|
+
"lxml-stubs>=0.5.1,<1",
|
|
59
|
+
"trame-jupyter-extension>=2.1.4,<3",
|
|
60
|
+
"ipywidgets>=8.1.5,<9",
|
|
61
|
+
"copasi-basico>=0.65,<1",
|
|
62
|
+
]
|
|
63
|
+
docs = [
|
|
64
|
+
"mkdocs>=1.6.1,<2",
|
|
65
|
+
"mkdocs-material>=9.5.50,<10",
|
|
66
|
+
"mkdocstrings[python]>=0.27.0,<1",
|
|
67
|
+
"griffe>=1.5.5,<2",
|
|
68
|
+
"mkdocs-jupyter>=0.25.1,<1",
|
|
69
|
+
]
|
|
64
70
|
|
|
65
71
|
[build-system]
|
|
66
|
-
requires = ["
|
|
67
|
-
build-backend = "
|
|
72
|
+
requires = ["uv_build >= 0.11.7, <0.12.0"]
|
|
73
|
+
build-backend = "uv_build"
|
|
74
|
+
|
|
75
|
+
[tool.uv.build-backend]
|
|
76
|
+
module-name = "pyvcell"
|
|
77
|
+
module-root = ""
|
|
68
78
|
|
|
69
79
|
[tool.mypy]
|
|
70
80
|
files = ["pyvcell", "tests", "examples"]
|
|
@@ -33,7 +33,8 @@ class BiomodelRef(BaseModel):
|
|
|
33
33
|
owner_name: Optional[StrictStr] = Field(default=None, alias="ownerName")
|
|
34
34
|
owner_key: Optional[StrictInt] = Field(default=None, alias="ownerKey")
|
|
35
35
|
version_flag: Optional[StrictInt] = Field(default=None, alias="versionFlag")
|
|
36
|
-
|
|
36
|
+
privacy: Optional[StrictInt] = Field(default=None, alias="privacy")
|
|
37
|
+
__properties: ClassVar[List[str]] = ["bmKey", "name", "ownerName", "ownerKey", "versionFlag", "privacy"]
|
|
37
38
|
|
|
38
39
|
model_config = ConfigDict(
|
|
39
40
|
populate_by_name=True,
|
|
@@ -94,5 +95,6 @@ class BiomodelRef(BaseModel):
|
|
|
94
95
|
"ownerName": obj.get("ownerName"),
|
|
95
96
|
"ownerKey": obj.get("ownerKey"),
|
|
96
97
|
"versionFlag": obj.get("versionFlag"),
|
|
98
|
+
"privacy": obj.get("privacy"),
|
|
97
99
|
})
|
|
98
100
|
return _obj
|
|
@@ -91,14 +91,16 @@ class SegmentedImageGeometry:
|
|
|
91
91
|
cmap = plt.colormaps["tab10"]
|
|
92
92
|
label_to_pos = {label: i for i, label in enumerate(unique_labels)}
|
|
93
93
|
|
|
94
|
-
plotter = pv.Plotter(off_screen=True, window_size=
|
|
94
|
+
plotter = pv.Plotter(off_screen=True, window_size=[800, 600])
|
|
95
95
|
for label in unique_labels:
|
|
96
96
|
thresh = grid.threshold(value=[label - 0.5, label + 0.5], scalars="subvolume")
|
|
97
97
|
color = cmap(label_to_pos[label] / max(n_labels - 1, 1))[:3]
|
|
98
98
|
name = self.label_names.get(int(label), f"region_{label}")
|
|
99
99
|
plotter.add_mesh(thresh, color=color, label=name, opacity=0.6)
|
|
100
|
-
plotter.add_legend()
|
|
100
|
+
plotter.add_legend() # type: ignore[call-arg]
|
|
101
101
|
img = plotter.screenshot(return_img=True)
|
|
102
|
+
if img is None:
|
|
103
|
+
raise RuntimeError("Could not render image")
|
|
102
104
|
plotter.close()
|
|
103
105
|
|
|
104
106
|
fig, ax = plt.subplots(figsize=(8, 6))
|
|
@@ -144,21 +144,29 @@ def write_zarr(pde_dataset: PdeDataSet, data_functions: DataFunctions, mesh: Car
|
|
|
144
144
|
|
|
145
145
|
# add volumetric functions
|
|
146
146
|
for f in volume_functions:
|
|
147
|
-
|
|
147
|
+
evaluated_data = f.evaluate(variable_bindings=bindings)
|
|
148
|
+
is_pre_sized: bool = evaluated_data.shape == (num_z, num_y, num_x)
|
|
149
|
+
if evaluated_data.shape == (): # scalar value
|
|
150
|
+
func_data = np.zeros((num_z, num_y, num_x), dtype=evaluated_data.dtype)
|
|
151
|
+
func_data.fill(evaluated_data.min()) # min of a scalar value is the value itself.
|
|
152
|
+
else:
|
|
153
|
+
func_data = evaluated_data if is_pre_sized else evaluated_data.reshape((num_z, num_y, num_x))
|
|
148
154
|
z1[t, c, :, :, :] = func_data
|
|
149
|
-
|
|
150
|
-
|
|
155
|
+
name_parts = f.name.split("::")
|
|
156
|
+
if len(name_parts) > 2:
|
|
157
|
+
raise ValueError(f"Volume function name `{f.name}` is not in the expected format")
|
|
158
|
+
domain_half: str = f.name.split("::")[0] if len(name_parts) == 2 else ""
|
|
159
|
+
name_half: str = f.name.split("::")[-1]
|
|
151
160
|
if t == 0:
|
|
152
161
|
channel_metadata.append({
|
|
153
162
|
"index": c,
|
|
154
|
-
"label":
|
|
155
|
-
"domain_name":
|
|
163
|
+
"label": name_half,
|
|
164
|
+
"domain_name": domain_half,
|
|
156
165
|
"min_values": [],
|
|
157
166
|
"max_values": [],
|
|
158
167
|
"mean_values": [],
|
|
159
168
|
})
|
|
160
|
-
|
|
161
|
-
masked = func_data[domain_mask]
|
|
169
|
+
masked = func_data if len(domain_half) == 0 else func_data[_get_domain_mask(domain_half)]
|
|
162
170
|
channel_metadata[c]["min_values"].append(float(np.min(masked)))
|
|
163
171
|
channel_metadata[c]["max_values"].append(float(np.max(masked)))
|
|
164
172
|
channel_metadata[c]["mean_values"].append(float(np.mean(masked)))
|
|
@@ -127,9 +127,9 @@ class App:
|
|
|
127
127
|
# Render
|
|
128
128
|
self.pl.clear()
|
|
129
129
|
self.pl.add_mesh(clipped, name=variable, show_scalar_bar=True)
|
|
130
|
-
self.pl.show_bounds()
|
|
131
|
-
self.pl.show_grid()
|
|
132
|
-
self.pl.reset_camera()
|
|
130
|
+
self.pl.show_bounds() # type: ignore[call-arg]
|
|
131
|
+
self.pl.show_grid() # type: ignore[call-arg]
|
|
132
|
+
self.pl.reset_camera() # type: ignore[call-arg]
|
|
133
133
|
self.pl.render()
|
|
134
134
|
self.ctrl.view_update()
|
|
135
135
|
|
pyvcell-0.2.0/LICENSE
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2024, Jim Schaff
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/api/admin_resource_api.py
RENAMED
|
File without changes
|
{pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/api/bio_model_resource_api.py
RENAMED
|
File without changes
|
{pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/api/export_resource_api.py
RENAMED
|
File without changes
|
{pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/api/field_data_resource_api.py
RENAMED
|
File without changes
|
{pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/api/geometry_resource_api.py
RENAMED
|
File without changes
|
|
File without changes
|
{pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/api/math_model_resource_api.py
RENAMED
|
File without changes
|
{pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/api/publication_resource_api.py
RENAMED
|
File without changes
|
{pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/api/simulation_resource_api.py
RENAMED
|
File without changes
|
{pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/api/solver_resource_api.py
RENAMED
|
File without changes
|
{pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/api/users_resource_api.py
RENAMED
|
File without changes
|
{pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/api/vc_image_resource_api.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
|
{pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/AnnotatedFunctionDTO.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/BioModelChildSummary.md
RENAMED
|
File without changes
|
{pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/BioModelResourceApi.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/ControlPointCurve.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/CurveSelectionInfo.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/ExportProgressType.md
RENAMED
|
File without changes
|
{pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/ExportResourceApi.md
RENAMED
|
File without changes
|
{pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/ExportableDataType.md
RENAMED
|
File without changes
|
|
File without changes
|
{pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/ExternalDataIdentifier.md
RENAMED
|
File without changes
|
|
File without changes
|
{pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/FieldDataReference.md
RENAMED
|
File without changes
|
{pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/FieldDataResourceApi.md
RENAMED
|
File without changes
|
{pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/FieldDataSavedResults.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/GeometryResourceApi.md
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
|
{pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/HelloWorldMessage.md
RENAMED
|
File without changes
|
|
File without changes
|
{pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/HumanReadableExportData.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/MathModelChildSummary.md
RENAMED
|
File without changes
|
{pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/MathModelResourceApi.md
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
|
{pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/PublicationResourceApi.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/SimulationJobStatusRecord.md
RENAMED
|
File without changes
|
{pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/SimulationMessage.md
RENAMED
|
File without changes
|
|
File without changes
|
{pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/SimulationQueueID.md
RENAMED
|
File without changes
|
{pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/SimulationResourceApi.md
RENAMED
|
File without changes
|
|
File without changes
|
{pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/SolverResourceApi.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/SpatialSelectionContour.md
RENAMED
|
File without changes
|
{pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/SpatialSelectionMembrane.md
RENAMED
|
File without changes
|
{pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/SpatialSelectionVolume.md
RENAMED
|
File without changes
|
|
File without changes
|
{pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/StandardExportInfo.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/UserIdentityJSONSafe.md
RENAMED
|
File without changes
|
{pyvcell-0.2.0 → pyvcell-0.2.2}/pyvcell/_internal/api/vcell_client/docs/UserLoginInfoForMapping.md
RENAMED
|
File without changes
|