2
2
3
3
@page changes Release Notes
4
4
5
- @htmlonly <a name="v9_0_0_changes "></a>@endhtmlonly
5
+ @htmlonly <a name="v8_2_0_changes "></a>@endhtmlonly
6
6
@par
7
- <B>Version 9.0 .0</B> - <I>In development </I>
7
+ <B>Version 8.2 .0</B> - <I>November 23, 2021 </I>
8
8
9
9
@par
10
- ABI changes:
11
- - Added transient data to the RootNode, InternalNode and LeafNode .
12
-
10
+ <BLOCKQUOTE>
11
+ Added support for TBB 2021 .
12
+ </BLOCKQUOTE>
13
13
14
- @htmlonly <a name="v8_2_0_changes"></a>@endhtmlonly
15
14
@par
16
- <B>Version 8.2.0</B> - <I>In development</I>
15
+ <BLOCKQUOTE>
16
+ Added support for OpenEXR 3. This is contributed by Cary Phillips.
17
+ </BLOCKQUOTE>
17
18
18
19
@par
19
- New features :
20
+ Improvements :
20
21
- Added tools::countActiveLeafVoxels(), tools::countInactiveVoxels(),
21
22
tools::countInactiveLeafVoxels() and tools::activeTiles() to perform
22
23
multi-threaded counting. The Tree methods now use these implementations.
23
-
24
- @par
25
- Improvements:
26
24
- Moved from the deprecated TBB task scheduler to TBB arenas. Various
27
25
methods now respect the TBB arena state they were invoked from.
28
26
- Introduced a new thread/Threading.h header to consolidate calls to
@@ -33,11 +31,11 @@ Improvements:
33
31
hue, saturation and value inputs to RGB values and vice-versa.
34
32
- PointDataGrid conversion can now be performed using 32-bit float arrays.
35
33
- Improved support for size_t grid types on systems where size_t is a unique
36
- type
34
+ type.
37
35
[Contributed by Brecht Van Lommel]
38
- - Minor performance improvements to dilation calls in fast sweeping algorithms
36
+ - Minor performance improvements to dilation calls in fast sweeping algorithms.
39
37
- Add support for dilation in one direction and extending a field in one
40
- direction
38
+ direction in fast sweeping algorithms.
41
39
42
40
@par
43
41
API changes:
@@ -62,6 +60,8 @@ Houdini:
62
60
- The default OpenVDB ABI is now 8 for Houdini versions > 18.5.
63
61
- VDB Visualize Tree SOP is now multi-threaded and provides slicing and color
64
62
remapping.
63
+ - Add a sanitizer in SOP OpenVDB Extrapolate when expanding a narrow-band
64
+ level-set with a dilation value of 0, which will result in no operation.
65
65
66
66
@par
67
67
Build:
@@ -73,17 +73,26 @@ Build:
73
73
generated doxygen.
74
74
- Improved the doxygen deprecation listings, folder layouts and fixes
75
75
issues when using later versions of doxygen.
76
- - Build fixes for MinGW on Windows
76
+ - Build fixes for MinGW on Windows.
77
77
[Contributed by Brecht Sanders]
78
- - Added support for OpenEXR 3
78
+ - Added support for OpenEXR 3.
79
79
[Contributed by Cary Phillips]
80
80
- Added an OPENVDB_NAMESPACE_SUFFIX CMake string option which provides the
81
81
ability to customise the VDB namespace.
82
82
- The Python Module now appends the base directory defined by Python_SITELIB
83
- to the default install path (typically dist-packages or site-packages)
83
+ to the default install path (typically dist-packages or site-packages).
84
84
[Contributed by Ignacio Vizzo]
85
85
86
86
87
+ @htmlonly <a name="v9_0_0_changes"></a>@endhtmlonly
88
+ @par
89
+ <B>Version 9.0.0</B> - <I>In development</I>
90
+
91
+ @par
92
+ ABI changes:
93
+ - Added transient data to the RootNode, InternalNode and LeafNode.
94
+
95
+
87
96
@htmlonly <a name="v8_1_0_changes"></a>@endhtmlonly
88
97
@par
89
98
<B>Version 8.1.0</B> - <I>June 11, 2021</I>
0 commit comments