Skip to content

Commit

Permalink
updated to viz-core 0.1.2-beta.11
Browse files Browse the repository at this point in the history
  • Loading branch information
MargrietGroenendijk committed Apr 3, 2023
1 parent 5bad289 commit 61fa4bc
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"dependencies": {
"@jupyter-widgets/base": "^1.1.10 || ^2 || ^3 || ^4",
"@jupyterlab/application": "^3.4.5",
"@tiledb-inc/viz-core": "0.1.2-beta.8"
"@tiledb-inc/viz-core": "0.1.2-beta.11"
},
"devDependencies": {
"@jupyterlab/builder": "^3.1.0",
Expand Down
6 changes: 1 addition & 5 deletions pybabylonjs/args.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2022 TileDB Inc.
# Copyright 2023 TileDB Inc.
# Licensed under the MIT License.
"""Functions to format and check the data and keyword arguments for each data source and visualization mode."""

Expand Down Expand Up @@ -66,10 +66,6 @@ def check_point_cloud_args(mode, point_cloud_args_in):
)
if not "bbox" in point_cloud_args_in:
raise ValueError("The bbox is not specified")
elif mode == "gltf":
raise ValueError("This mode will be implemented soon")
if not "gltf_data" in point_cloud_args_in:
raise ValueError("gltf_data is not specified")

point_cloud_args = {}
for key in POINT_CLOUD_ARGS_DEFAULTS.keys():
Expand Down
2 changes: 1 addition & 1 deletion pybabylonjs/babylonjs.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# coding: utf-8

# Copyright 2022 TileDB Inc.
# Copyright 2023 TileDB Inc.
# Licensed under the MIT License.

"""
Expand Down
2 changes: 1 addition & 1 deletion pybabylonjs/data.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2022 TileDB Inc.
# Copyright 2023 TileDB Inc.
# Licensed under the MIT License.
"""Functions to format data from the arrays to be used in the visualization."""

Expand Down
2 changes: 1 addition & 1 deletion pybabylonjs/show.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2022 TileDB Inc.
# Copyright 2023 TileDB Inc.
# Licensed under the MIT License.

"""Classes for setting up the visualization."""
Expand Down
2 changes: 1 addition & 1 deletion src/widget.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022 TileDB Inc.
// Copyright 2023 TileDB Inc.
// Licensed under the MIT License.

import {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -806,10 +806,10 @@
paralleljs "github:SarantopoulosKon/parallel.js#node-mode-in-web-worker"
save-file "^2.3.1"

"@tiledb-inc/[email protected].8":
version "0.1.2-beta.8"
resolved "https://registry.yarnpkg.com/@tiledb-inc/viz-core/-/viz-core-0.1.2-beta.8.tgz#8509ff09b9129ed94f73dcd6d7a3ac8d29c168ac"
integrity sha512-IFfDpVVpGNQ5sVTPTu8zXMNhZyidYBnz2Syqb/SNOiNyRXq323CfLqvhfhSemQL2kiN4ZnYhsz2g3ddWGa1JZw==
"@tiledb-inc/[email protected].11":
version "0.1.2-beta.11"
resolved "https://registry.yarnpkg.com/@tiledb-inc/viz-core/-/viz-core-0.1.2-beta.11.tgz#be8b78300ddd74c9cad48d69d165b932b6a38ed4"
integrity sha512-P4WmSrhrqoW4BCwgjk+D1Uds3DlF8Ky433N2Kuz9BKxReGHJGkmO80BtbCYL8RIJlGzX4LCZPJSnuWWrafG+Ig==
dependencies:
"@babylonjs/core" "^5.42.0"
"@babylonjs/gui" "^5.42.0"
Expand Down

0 comments on commit 61fa4bc

Please sign in to comment.