Skip to content

Commit

Permalink
Merge pull request #896 from Idclip/release_7.2.0
Browse files Browse the repository at this point in the history
Release 7.2.0 (OVDB-149)
  • Loading branch information
Idclip authored Dec 9, 2020
2 parents 2912576 + be989e4 commit fb086e8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
OpenVDB Version History
=======================

Version 7.2.0 - In Development
Version 7.2.0 - December 9, 2020

New features:
- Added tree::DynamicNodeManager that lazily caches the nodes at each
Expand All @@ -12,6 +12,8 @@ Version 7.2.0 - In Development
accelerate CSG union, intersection and difference operations.
- Added tools::TreeToMerge which provides methods to steal or deep-copy
from a tree based on the tag dispatch class used in its construction.
- Pre-release of OpenVDB AX, an open source C++ library that provides a
powerful and easy way of interacting with OpenVDB volume and point data.

Improvements:
- util::CpuTimer now uses C++11 chrono instead of TBB.
Expand Down
2 changes: 1 addition & 1 deletion doc/ax/axcplusplus.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ code is always pre-generated and provided with the AX repository within the
<b>grammar/generated</b> subdirectory. This C/C++ code is compiled into the AX
library. Thus, the grammar is provided for two reasons; to demonstrate how the
syntactical rules are implemented and to provide expert users the ability to
regenerate the C/C++ bindings (see @ref openvdbaxbuild "the build instructions").
regenerate the C/C++ bindings (see @ref build "the build instructions").
Importantly, AX does not install any of the files in the grammar folder; the
parser is accessed through the @b ast module.

Expand Down
4 changes: 3 additions & 1 deletion doc/changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

@htmlonly <a name="v7_2_0_changes"></a>@endhtmlonly
@par
<B>Version 7.2.0</B> - <I>In Development</I>
<B>Version 7.2.0</B> - <I>December 9, 2020</I>

@par
New features:
Expand All @@ -19,6 +19,8 @@ New features:
- Added @vdblink::tools::TreeToMerge TreeToMerge@endlink which provides methods
to steal or deep-copy from a tree based on the tag dispatch class used in its
construction.
- Pre-release of OpenVDB AX, an open source C++ library that provides a
powerful and easy way of interacting with OpenVDB volume and point data.

@par
Improvements:
Expand Down
2 changes: 1 addition & 1 deletion openvdb_ax/openvdb_ax/Exceptions.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright Contributors to the OpenVDB Project
// SPDX-License-Identifier: MPL-2.0

/// @file Exceptions.h
/// @file openvdb_ax/Exceptions.h
///
/// @authors Nick Avramoussis, Richard Jones
///
Expand Down

0 comments on commit fb086e8

Please sign in to comment.