Skip to content

Commit

Permalink
Changes.md : Update for #5102
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Jun 21, 2023
1 parent 875c795 commit 9007879
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ Improvements
- Improved numerical accuracy.
- Improved performance.
- VectorDataPlugValueWidget : Computation errors are now reflected by a red background colour.
- VectorWarp : Added `Bilinear` filter, for faster but lower quality warping.
- Dilate, Erode, Median, Resample, Resize, ImageTransform, Blur, VectorWarp : Improved performance significantly. For example, a Blur with a large radius is now almost 6x faster.

Fixes
-----
Expand Down Expand Up @@ -86,6 +88,7 @@ API
- TabbedContainer : Added `setTabVisible()` and `getTabVisible()` methods.
- Removed use of `RTLD_GLOBAL` for loading Python modules.
- SceneAlgo : Added `validateName()` function.
- Sampler : Added `visitPixels()` method, which provides an optimised method for accessing all pixels in a region.

Breaking Changes
----------------
Expand Down

0 comments on commit 9007879

Please sign in to comment.