Skip to content

Commit

Permalink
Allow users to drag and drop value tables
Browse files Browse the repository at this point in the history
  • Loading branch information
dipterix committed Jul 11, 2024
1 parent 10ac71a commit 4bd0352
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 7 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Changes since last CRAN release
* `8572db05 (HEAD -> master)` [_`dipterix`_]: Allow users to hide crosshairs
* `05836f94 (origin/master, origin/HEAD)` [_`dipterix`_]: Allow `shiny` app to change current color map via proxy
* `7198a191 (HEAD -> master)` [_`dipterix`_]: Allow users to drag and drop value tables
* `10ac71ad (origin/master, origin/HEAD)` [_`dipterix`_]: Allow users to hide crosshairs
* `05836f94` [_`dipterix`_]: Allow `shiny` app to change current color map via proxy
* `fbca42f4` [_`dipterix`_]: Allows drag-drop electrode color files; Added `set_electrode_data` to brain proxy class, allowing `shiny` applications to change the electrode data, set color palettes, and set value ranges in the same call
* `a14cd3f5` [_`dipterix`_]: Allow masks to be added to `T1`; Added `D99v2` for monkey brain; Added demo code; Export `GLTF` for `datacube2`
* `9268886f` [_`dipterix`_]: Fixed `fix_electrode_color` bug
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: threeBrain
Type: Package
Title: Your Advanced 3D Brain Visualization
Version: 1.1.0.9023
Version: 1.1.0.9024
Authors@R: c(
person("Zhengjia", "Wang", email = "[email protected]", role = c("aut", "cre", "cph")),
person("John", "Magnotti", email = "[email protected]", role = c("aut", "res")),
Expand Down
1 change: 1 addition & 0 deletions adhoc/old/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
junk.R
2 changes: 1 addition & 1 deletion inst/threeBrainJS/dist/threebrain-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion inst/threeBrainJS/dist/threebrain-main.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion inst/threeBrainJS/dist/threebrain-worker.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion inst/threeBrainJS/dist/threebrain-worker.js.map

Large diffs are not rendered by default.

0 comments on commit 4bd0352

Please sign in to comment.