Skip to content

Commit 356d362

Browse files
authored
Merge pull request #2537 from SCIInstitute/6.7-docs
Add 6.7 summary image and update homepage for 6.7 release
2 parents 5fd591d + 8af2544 commit 356d362

5 files changed

Lines changed: 13 additions & 54 deletions

File tree

docs/img/about/release6.7.png

241 KB
Loading

docs/index.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ ShapeWorks is a free, open-source suite of software tools that uses a flexible m
2222
<!--![](img/about/release6.2.png)-->
2323
<!--![](img/about/release6.3.png)-->
2424
<!--![](img/about/release6.4.png)-->
25-
![](img/about/release6.6.png)
25+
<!--![](img/about/release6.6.png)-->
26+
![](img/about/release6.7.png)
2627

2728
!!! note "Release Notes"
2829
Please visit [Release Notes](about/release-notes.md) to know about the ShapeWorks' cutting-edge features and improvements.
@@ -77,8 +78,11 @@ ShapeWorks has been effective in various applications, including psychology, bio
7778

7879
Now enjoy some tour videos for different recent software releases.
7980

81+
*ShapeWorks 6.7 tour - DeepSSM CLI, DWD Group Analysis, Laplacian Mesh Warping, Fixed Domain Speedups, and more ...*
82+
<p><video src="https://sci.utah.edu/~shapeworks/doc-resources/mp4s/ShapeWorks6.7.mp4" autoplay muted loop controls style="width:100%"></p>
83+
8084
*ShapeWorks 6.6 tour - MONAI Label, Shared Boundaries, Java/MATLAB, Segmentation Tools, Particle to Surface Metrics, and more ...*
81-
<p><video src="https://sci.utah.edu/~shapeworks/doc-resources/mp4s/ShapeWorks6.6.mp4" autoplay muted loop controls style="width:100%"></p>
85+
<p><video src="https://sci.utah.edu/~shapeworks/doc-resources/mp4s/ShapeWorks6.6.mp4" muted loop controls style="width:100%"></p>
8286

8387
*ShapeWorks 6.5 tour - Shape / Scalar Correlation, Network Analysis, DeepSSM Improvments, and more ...*
8488
<p><video src="https://sci.utah.edu/~shapeworks/doc-resources/mp4s/ShapeWorks6.5.mp4" muted loop controls style="width:100%"></p>

install_shapeworks.bat

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,18 @@ set CONDAENV=shapeworks
33
IF NOT "%1"=="" SET CONDAENV=%1
44
echo "creating new conda environment for ShapeWorks called %CONDAENV%..."
55

6+
REM Accept Anaconda TOS for required channels (must happen before any conda command that touches default channels)
7+
call conda tos accept --override-channels --channel https://repo.anaconda.com/pkgs/main
8+
call conda tos accept --override-channels --channel https://repo.anaconda.com/pkgs/r
9+
call conda tos accept --override-channels --channel https://repo.anaconda.com/pkgs/msys2
10+
611
REM remove any existing environment with this name
712
call conda env remove -n %CONDAENV%
813

914
REM update anaconda
1015
call conda config --add channels anaconda
1116
call conda config --add channels conda-forge
1217

13-
REM Accept Anaconda TOS for required channels
14-
call conda tos accept --override-channels --channel https://repo.anaconda.com/pkgs/main
15-
call conda tos accept --override-channels --channel https://repo.anaconda.com/pkgs/r
16-
1718
REM install shapeworks deps
1819
call conda create --yes --name %CONDAENV% python=3.12.3 pip=24.3.1 openblas=0.3.30 || goto :error
1920
call conda activate %CONDAENV%

install_shapeworks.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -246,11 +246,6 @@ function install_conda() {
246246
fi
247247
fi
248248

249-
# for spell check markdown cells in jupyter notebooks and table of contents (toc2)
250-
jupyter contrib nbextension install --user
251-
jupyter nbextension enable spellchecker/main
252-
jupyter nbextension enable toc2/main
253-
254249
if [[ "$DEVELOPER" == "YES" ]] ; then
255250
# installing nbstripout to strip out notebooks cell outputs before committing
256251
nbstripout --install

python_requirements.txt

Lines changed: 2 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -225,11 +225,9 @@ ipython==9.5.0
225225
# ipykernel
226226
# ipympl
227227
# ipywidgets
228-
# jupyter-latex-envs
229228
ipython-genutils==0.2.0
230229
# via
231230
# -r requirements.in
232-
# jupyter-contrib-nbextensions
233231
# nbclassic
234232
ipython-pygments-lexers==1.1.1
235233
# via ipython
@@ -341,22 +339,11 @@ jupyter-client==8.6.3
341339
# ipykernel
342340
# jupyter-server
343341
# nbclient
344-
jupyter-contrib-core==0.4.2
345-
# via
346-
# -r requirements.in
347-
# jupyter-contrib-nbextensions
348-
# jupyter-nbextensions-configurator
349-
jupyter-contrib-nbextensions==0.7.0
350-
# via -r requirements.in
351342
jupyter-core==5.8.1
352343
# via
353344
# -r requirements.in
354345
# ipykernel
355346
# jupyter-client
356-
# jupyter-contrib-core
357-
# jupyter-contrib-nbextensions
358-
# jupyter-latex-envs
359-
# jupyter-nbextensions-configurator
360347
# jupyter-server
361348
# jupyterlab
362349
# nbclient
@@ -366,23 +353,12 @@ jupyter-events==0.12.0
366353
# via
367354
# -r requirements.in
368355
# jupyter-server
369-
jupyter-highlight-selected-word==0.2.0
370-
# via
371-
# -r requirements.in
372-
# jupyter-contrib-nbextensions
373-
jupyter-latex-envs==1.4.6
374-
# via -r requirements.in
375356
jupyter-lsp==2.3.0
376357
# via jupyterlab
377-
jupyter-nbextensions-configurator==0.6.4
378-
# via
379-
# -r requirements.in
380-
# jupyter-contrib-nbextensions
381358
jupyter-server==2.17.0
382359
# via
383360
# -r requirements.in
384361
# jupyter-lsp
385-
# jupyter-nbextensions-configurator
386362
# jupyterlab
387363
# jupyterlab-server
388364
# notebook
@@ -418,9 +394,7 @@ lark==1.2.2
418394
light-the-torch==0.8.0
419395
# via -r requirements.in
420396
lxml==6.0.1
421-
# via
422-
# -r requirements.in
423-
# jupyter-contrib-nbextensions
397+
# via -r requirements.in
424398
markdown==3.9
425399
# via
426400
# -r requirements.in
@@ -527,8 +501,6 @@ nbclient==0.10.2
527501
nbconvert==7.17.0
528502
# via
529503
# -r requirements.in
530-
# jupyter-contrib-nbextensions
531-
# jupyter-latex-envs
532504
# jupyter-server
533505
# mkdocs-jupyter
534506
nbformat==5.10.4
@@ -547,12 +519,7 @@ nest-asyncio==1.6.0
547519
# ipykernel
548520
# nbclassic
549521
notebook==6.4.12
550-
# via
551-
# -r requirements.in
552-
# jupyter-contrib-core
553-
# jupyter-contrib-nbextensions
554-
# jupyter-latex-envs
555-
# jupyter-nbextensions-configurator
522+
# via -r requirements.in
556523
notebook-shim==0.2.4
557524
# via
558525
# -r requirements.in
@@ -747,7 +714,6 @@ pyyaml==6.0.2
747714
# -r requirements.in
748715
# bokeh
749716
# jupyter-events
750-
# jupyter-nbextensions-configurator
751717
# jupytext
752718
# mike
753719
# mkdocs
@@ -879,9 +845,6 @@ tornado==6.5.2
879845
# bokeh
880846
# ipykernel
881847
# jupyter-client
882-
# jupyter-contrib-core
883-
# jupyter-contrib-nbextensions
884-
# jupyter-nbextensions-configurator
885848
# jupyter-server
886849
# jupyterlab
887850
# notebook
@@ -898,12 +861,8 @@ traitlets==5.14.3
898861
# ipython
899862
# ipywidgets
900863
# jupyter-client
901-
# jupyter-contrib-core
902-
# jupyter-contrib-nbextensions
903864
# jupyter-core
904865
# jupyter-events
905-
# jupyter-latex-envs
906-
# jupyter-nbextensions-configurator
907866
# jupyter-server
908867
# jupyterlab
909868
# matplotlib-inline

0 commit comments

Comments
 (0)