Skip to content

Commit 059dca5

Browse files
authored
Merge pull request #1339 from sideeffects/send_upstream_tscnotes_20220322
Add meeting notes for March 22nd.
2 parents 189174c + 4a2d6c8 commit 059dca5

File tree

11 files changed

+181
-32
lines changed

11 files changed

+181
-32
lines changed

CHANGES

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,30 @@ Version 9.0.1 - In development
88
This could potentially be a problem on Windows debug builds (unconfirmed).
99
- Minor fix to range in openvdb/tools/LevelSetSphere.h. This could result
1010
in data races for multi-threaded execution (unconfirmed) [Reported by Tommy Hinks]
11+
- Fixed a bug with Tree::combineExtended which wouldn't propagate the resulting active state when a destination tile overlapped a source child node. [Reported by @frapit]
12+
- Fix unit tests failures with Blosc versions >= 1.19.0.
1113

1214
New features:
1315
- Added support for AMD's HIP API in NanoVDB [Contributed by Blender Foundation]
16+
- Added bindings mechanism to AX to allow differing data and AX attribute names (@) in Point and Volume executables.
17+
- Added support for OpenVDB AX on Windows.
18+
19+
Improvements:
20+
- Added a --thread [n] argument to the vdb_ax binary.
21+
- Added a --copy-file-metadata option to vdb_ax. This behaviour is now off by default.
22+
- Added support for multiple input files with the vdb_ax binary using -i. Positional arguments as input files are deprecated.
23+
- Added tools::minMax() which supports multithreaded evaluation of active minimum and maximum values. Grid::evalMinMax() has been deprecated. [Contributed by Greg Hurst]
24+
25+
Build:
26+
- Regenerated AX grammar with Flex 2.6.4 and Bison 3.8.2.
27+
- Improved locating NumPy in CMake when multiple python versions are installed.
28+
- Fixed an issue which could report Python as missing when using CMake 3.18 and later on some systems. [Reported by Sam James]
29+
30+
Houdini:
31+
- Added Attribute Bindings to AX SOP to allow differently named AX attributes (@) and target point attributes/volumes.
32+
- Fix race condition in OpenVDB Merge SOP that could cause crashes
33+
or merged VDBs to not be deleted.
34+
1435

1536
Version 9.0.0 - October 29, 2021
1637

doc/changes.txt

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,44 @@
22

33
@page changes Release Notes
44

5+
@htmlonly <a name="v9_0_1_changes"></a>@endhtmlonly
6+
@par
7+
<B>Version 9.0.1</B> - <I>In Development</I>
8+
9+
@par
10+
Bug Fixes:
11+
- Minor fix to move assignment operator in nanovdb/util/HostBuffer.h.
12+
This could potentially be a problem on Windows debug builds (unconfirmed).
13+
- Minor fix to range in openvdb/tools/LevelSetSphere.h. This could result
14+
in data races for multi-threaded execution (unconfirmed) [Reported by Tommy Hinks]
15+
- Fixed a bug with Tree::combineExtended which wouldn't propagate the resulting active state when a destination tile overlapped a source child node. [Reported by @frapit]
16+
- Fix unit tests failures with Blosc versions >= 1.19.0.
17+
18+
@par
19+
New features:
20+
- Added support for AMD's HIP API in NanoVDB [Contributed by Blender Foundation]
21+
- Added bindings mechanism to AX to allow differing data and AX attribute names (@) in Point and Volume executables.
22+
- Added support for OpenVDB AX on Windows.
23+
24+
@par
25+
Improvements:
26+
- Added a --thread [n] argument to the vdb_ax binary.
27+
- Added a --copy-file-metadata option to vdb_ax. This behaviour is now off by default.
28+
- Added support for multiple input files with the vdb_ax binary using -i. Positional arguments as input files are deprecated.
29+
- Added tools::minMax() which supports multithreaded evaluation of active minimum and maximum values. Grid::evalMinMax() has been deprecated. [Contributed by Greg Hurst]
30+
31+
@par
32+
Build:
33+
- Regenerated AX grammar with Flex 2.6.4 and Bison 3.8.2.
34+
- Improved locating NumPy in CMake when multiple python versions are installed.
35+
- Fixed an issue which could report Python as missing when using CMake 3.18 and later on some systems. [Reported by Sam James]
36+
37+
@par
38+
Houdini:
39+
- Added Attribute Bindings to AX SOP to allow differently named AX attributes (@) and target point attributes/volumes.
40+
- Fix race condition in OpenVDB Merge SOP that could cause crashes
41+
or merged VDBs to not be deleted.
42+
543
@htmlonly <a name="v9_0_0_changes"></a>@endhtmlonly
644
@par
745
<B>Version 9.0.0</B> - <I>October 29, 2021</I>

pendingchanges/ax_bin.txt

Lines changed: 0 additions & 5 deletions
This file was deleted.

pendingchanges/ax_bindings.txt

Lines changed: 0 additions & 5 deletions
This file was deleted.

pendingchanges/ax_windows.txt

Lines changed: 0 additions & 5 deletions
This file was deleted.

pendingchanges/cmake_python.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

pendingchanges/combine_extended.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

pendingchanges/minmax.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

pendingchanges/unittest_streampos.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

pendingchanges/vdbmerge_fix.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)