Skip to content

Commit 43180f5

Browse files
committed
Fixed colons
1 parent 3f56659 commit 43180f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/ChangeLog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* **Exporting shape parameters:** Added PCA Raw Component Score Export to Studio.
77
* **New Getting Started documentation:** New [Getting started](GettingStarted.md) documentation that goes over shape modeling workflow documentation, different ShapeWorks interfaces with a video illustration for Studio.
88
* **Lower memory footprint and faster optimization:** ShapeWorks is now using [OpenVDB](https://www.openvdb.org/), a more memory-efficient data structure, for signed distance transforms. Along with other refactoring and code optimizations, ShapeWorks now uses *85% less memory* (from 57.09GB to 9.67GB in one use case). Additionally, the particles optimizer is now *2X faster*.
9-
* **Automated development builds** We now offer up-to-date development binary builds that track the master branch, available [here](https://github.com/SCIInstitute/ShapeWorks/releases)
9+
* **Automated development builds:** We now offer up-to-date development binary builds that track the master branch, available [here](https://github.com/SCIInstitute/ShapeWorks/releases)
1010

1111
## Improvements
1212

@@ -15,10 +15,10 @@
1515
* **Lower memory footprint for estimating correspondences for new shapes on existing shape models:** For <fixed_domains> usage, only distance transforms for the new shapes will be loaded.
1616
* **Improved use case documentation:** Better documentation for the [RunUseCase](UseCases/UseCases.md) input arguments.
1717
* **Documentation for running existing shape models:** Added [instructions](UseCases/UseCases.md#running-subsequent-analysis) on how to load a pre-trained shape model without running the full pipeline.
18-
* **Consistent cross-platform splitting direction** Correspondence point splits take a random direction, but are now consistent and repeatable across platforms.
18+
* **Consistent cross-platform splitting direction:** Correspondence point splits take a random direction, but are now consistent and repeatable across platforms.
1919

2020
## Fixes
21-
* **Mesh export in Studio**: Changed exported meshes to be compatible with CloudCompare
21+
* **Mesh export in Studio:** Changed exported meshes to be compatible with CloudCompare
2222

2323
# ShapeWorks 5.3.0 - 2020-02-20
2424

0 commit comments

Comments
 (0)