Skip to content

Commit a6f2587

Browse files
authored
Merge pull request #2022 from SCIInstitute/release_notes_6.4
Release notes 6.4
2 parents 1c5760a + 664f378 commit a6f2587

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

docs/about/release-notes.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,47 @@
11
# Release Notes
22

3+
## ShapeWorks 6.4.0 - 2023-04-??
4+
### What is new?
5+
* **ShapeWorks Back-end**
6+
* New shapeworks 'analyze' command for offline analysis of shape models
7+
* Improved free form constraints that now support doubly connected areas (e.g. donut-like)
8+
* Data Portal migrated to new ShapeWorks Cloud and swcc (ShapeWorks Cloud Client) tool
9+
* ShapeWorks can now be used as a 3rd party library ([details here](../dev/shapeworks-library.md))
10+
* Added support for 'save_init_splits' and 'checkpointing_interval' parameters in the project spreadsheet formats
11+
* Added new JSON based file format for storing ShapeWorks projects (swproj)
12+
* Added a unified logging library for ShapeWorks (spdlog)
13+
* Uniform numerical computation of specificity across platforms
14+
* Updated dependencies. Python now at 3.9, PyTorch 1.11.0, VTK 9.1, ITK 5.2.1
15+
* **ShapeWorks Front-end**
16+
* Studio can now automatically check for updates and prompt the user to download them
17+
* Improved progress bar in Studio is more representative and also estimates time remaining
18+
* Added ability to arbitrarily scale difference arrows in Studio
19+
* Added file association support for swproj file extension on Windows and Mac
20+
* New multi-level analysis feature in Studio ([details here](../studio/studio-analyze.md#multi-level-pca))
21+
* Added ability to hide/show particles per domain
22+
* **User's Support**
23+
* Hip Use Case: The use case uses the hip joint to demonstrate the capability of ShapeWorks
24+
to capture inter-domain correlations and interactions directly on triangular surface meshes.
25+
The use case showcases calculating the alignment options available for multiple organ anatomies.
26+
([details here](../use-cases/mesh-based/hip.md))
27+
* Added options to the incremental use case when run in --interactive mode, including sorting method,
28+
initial model size, and incremental batch size. The sorting method determines how the shapes are sorted
29+
to be added incrementally. There are three options: random, median, distribution.
30+
([details here](../use-cases/multistep/incremental_supershapes.md))
31+
* [Python API documentation](../python/python-api.md) has been added to the ShapeWorks documentation site
32+
33+
### Fixes
34+
* Fix Studio python problem causing crash on group differences (#1781)
35+
* Fix Studio slow/hanging on certain free form constraints (#1817, #1801)
36+
* Fix crashes on certain projects (#1800, #1815)
37+
* Fix procrustes with multi-domain models (#1755)
38+
* Fixed crashes in groom due to multi-threading (#1944)
39+
40+
## ShapeWorks 6.3.2 - 2022-10-04
41+
### Fixes
42+
43+
* Fix install_shapeworks.sh on Linux (#1883)
44+
345

446
## ShapeWorks 6.3.1 - 2022-07-22
547

docs/studio/studio-analyze.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ The PCA tab of the View panel shows reconstructed shapes (surface meshes) along
3434

3535
![ShapeWorks Studio Analysis View Panel PCA Display](../img/studio/studio_analyze_view_pca.png)
3636

37+
### Multi-Level PCA
38+
3739
The PCA tab of the View panel shows options to select modes of variation in different subspaces when a multiple domain shape model is loaded:
3840
![ShapeWorks Studio Analysis View Panel PCA Display for Multiple-Domain Shape Model](../img/studio/studio_analyze_view_pca_multiple_domain.png)
3941

0 commit comments

Comments
 (0)