Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Documentation/docs/migration_guides/itk_6_migration_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,12 @@ ITKVNL module. The ITKVNLInstantiation library was an empty library used for
compatibility and provided transitive linking to ITKVNL.


`itk::Math::sqrteps` changed by 1 ULP for accuracy
--------------------------------------------------

`itk::Math::sqrteps` is now `0x1p-26`, the exact `sqrt(eps)`;
`vnl_math::sqrteps` (`1.490116119384766e-08`) was 1 ULP higher.

Prefer itk::AnatomicalOrientation over itk::SpatialOrientation
------------------------------------------------

Expand Down
Loading
Loading