|
1 | 1 | # Release Notes |
2 | 2 |
|
| 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 | + |
3 | 45 |
|
4 | 46 | ## ShapeWorks 6.3.1 - 2022-07-22 |
5 | 47 |
|
|
0 commit comments