@@ -22,17 +22,18 @@ The Axom project release numbers follow [Semantic Versioning](http://semver.org/
22
22
### Added
23
23
- ` sidre::View ` holding array data may now be re-shaped. See ` sidre::View::reshapeArray ` .
24
24
- Sina C++ library is now a component of Axom
25
- - Adds optional dependency on [ Open CASCADE ] ( https://dev.opencascade.org ) . The initial intention is
26
- to use Open CASCADE 's file I/O capabilities in support of Quest applications.
25
+ - Adds optional dependency on [ Open Cascade ] ( https://dev.opencascade.org ) . The initial intention is
26
+ to use Open Cascade 's file I/O capabilities in support of Quest applications.
27
27
- Adds ` primal::NURBSCurve ` and ` primal::NURBSPatch ` classes, supported by ` primal::KnotVector ` .
28
+ - Adds a Quest example that reads in a STEP file using Open Cascade and processes its geometry
28
29
29
30
### Changed
30
31
- Importing Conduit array data into ` sidre::View ` now allocates destination
31
32
data using the ` View ` 's parent's allocator ID, instead of always using
32
33
host memory. This is consistent with the behavior of deep-copying data
33
34
from Sidre.
34
35
- ItemCollection and its child classes MapCollection, ListCollection, and IndexedCollection were moved from Sidre
35
- to core. The namespace prefix for these classes is now axom:: insteand of axom::sidre. The internal usage of
36
+ to core. The namespace prefix for these classes is now ` axom:: ` instead of ` axom::sidre ` . The internal usage of
36
37
these types within Sidre Datastore and Group is unchanged.
37
38
38
39
### Deprecated
@@ -74,7 +75,7 @@ as well as support for 32-bit `Word`s in Slam's `BitSet` class.
74
75
- Primal: Adds ` Polygon::reverseOrientation() ` to reverse orientation of
75
76
a polygon in-place.
76
77
- Adds ` StaticArray ` , a wrapper for ` StackArray ` with a size member variable.
77
- - Multidimenional ` core::Array ` supports column-major and arbitrary stride ordering,
78
+ - Multidimensional ` core::Array ` supports column-major and arbitrary stride ordering,
78
79
in addition to the default row-major ordering.
79
80
- Adds new ` PolygonArray ` and ` MAX_VERTS ` template parameters to ` primal::Polygon ` for dynamic
80
81
or static allocation.
0 commit comments