Skip to content

Commit 8c8b363

Browse files
jourdainxhluluxhlulu
authored
Misc fix (#43)
* fix css in demo apps * Update vtk helper to support binary encoding * update [email protected] to support binary arrays * Trigger CI * fix numpy int64/uint64 conversion * bump [email protected] to fix cell handling from json when points are binary * Update changelog * Bump version Co-authored-by: xhlulu <[email protected]> Co-authored-by: xhlulu <[email protected]>
1 parent 05e2467 commit 8c8b363

19 files changed

+1206
-756
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: dashVtk
22
Title: React based declarative usage of vtk.js for Dash
3-
Version: 0.0.8
3+
Version: 0.0.9
44
Description: React based declarative usage of vtk.js for Dash
55
Depends: R (>= 3.0.2)
66
Imports:

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "DashVtk"
33
uuid = "1b08a953-4be3-4667-9a23-818b1eccd4c7"
44
authors = ["Kitware Inc <[email protected]> and Plotly Technologies <[email protected]>"]
5-
version = "0.0.8"
5+
version = "0.0.9"
66

77
[deps]
88
Dash = "1b08a953-4be3-4667-9a23-3db579824955"

R/internal.R

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
.dashVtk_js_metadata <- function() {
22
deps_metadata <- list(`dash_vtk` = structure(list(name = "dash_vtk",
3-
version = "0.0.8", src = list(href = NULL,
3+
version = "0.0.9", src = list(href = NULL,
44
file = "deps"), meta = NULL,
55
script = 'dash_vtk.min.js',
66
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashVtk",
77
all_files = FALSE), class = "html_dependency"),
88
`dash_vtk` = structure(list(name = "dash_vtk",
9-
version = "0.0.8", src = list(href = NULL,
9+
version = "0.0.9", src = list(href = NULL,
1010
file = "deps"), meta = NULL,
1111
script = 'dash_vtk.min.js.map',
1212
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashVtk",
1313
all_files = FALSE, dynamic = TRUE), class = "html_dependency"),
1414
`dash_vtk` = structure(list(name = "dash_vtk",
15-
version = "0.0.8", src = list(href = NULL,
15+
version = "0.0.9", src = list(href = NULL,
1616
file = "deps"), meta = NULL,
1717
script = 'async-ReactVTK.js',
1818
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashVtk",
1919
all_files = FALSE, async = TRUE), class = "html_dependency"),
2020
`dash_vtk` = structure(list(name = "dash_vtk",
21-
version = "0.0.8", src = list(href = NULL,
21+
version = "0.0.9", src = list(href = NULL,
2222
file = "deps"), meta = NULL,
2323
script = 'async-ReactVTK.js.map',
2424
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashVtk",

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -217,3 +217,4 @@ You can find the complete API reference in [`docs/REFERENCES.md`](https://github
217217
[dicom-ct-lung]: https://github.com/plotly/dash-vtk/blob/master/demos/dicom-ct-lung/demo.jpg?raw=true
218218
[dicom-mri-brain]: https://github.com/plotly/dash-vtk/blob/master/demos/dicom-mri-brain/demo.jpg?raw=true
219219
[dicom-mri-pancreas]: https://github.com/plotly/dash-vtk/blob/master/demos/dicom-mri-pancreas/demo.jpg?raw=true
220+

dash_vtk/async-ReactVTK.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash_vtk/dash_vtk.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash_vtk/package-info.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash_vtk",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "React based declarative usage of vtk.js for Dash",
55
"repository": {
66
"type": "git",
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"@plotly/dash-component-plugins": "^1.2.0",
2828
"ramda": "^0.26.1",
29-
"react-vtk-js": "^1.5.0"
29+
"react-vtk-js": "^1.5.1"
3030
},
3131
"devDependencies": {
3232
"@babel/core": "^7.5.4",

0 commit comments

Comments
 (0)