7.0.3-Release¶
BlueQuartz Software is proud to release version 7.0.3 of DREAM3D-NX. This smaller update contains a few key bug fixes and introduces a few small but nice features.
- Release Date: MARCH 06 2025
What's New and Fixed in DREAM3D-NX Version 7.0.3¶
-
Read String Data Array Filter
Read in a list of strings into DREAM3D-NX.
Other Important Enhancements and Bug fixes¶
- Filter: Find Twin Boundaries was added in this release
- Filter: Combine Node based geometries
- Store 4x4 transformation matrix in the Apply Transformation to Geometry filter
Known Issues¶
- Synthetic Building Filters are not yet implemented
- Long visualization operations can lock up the GUI. Please be patient for those operations to end.
- Compute Feature Centroids will not respect periodic boundaries in a model
- The Anaconda version will not save your GUI window layout correctly. The workaround is to create a layout to your liking and save it as a preset.
- The 2D Charting feature is still in testing. If you would like to try it out and give us feedback please send your request to support@bluequartz.net
Complete List of updates¶
In the below tables are summarized git logs from the commits since the last release. Each line should have a short code at the start of the line indicate a general area that the commit falls under. Also included are the Git commit hash. These can be fully reviewed at:
https://www.github.com/bluequartzsoftware/simplnx
https://www.github.com/bluequartzsoftware/DREAM3DNX
DREAM3D-NX¶
- CI: Updates GitHub CI Clang Formatter to use Ubuntu 22.04 (#839) (56fda62e)
- ENH: Make color preset dialog search bar in focus when opening dialog (#837) (1bfd27d4)
- DOC: Bring 2D Charting user manual documentation up to date (#835) (c6cd5323)
- STYLE: Minor updates to charting components (#836) (1cd1f9b9)
- BUG: Enables code that was previously commented out for debugging. (3b1dd0dd)
- CMAKE: Remove references to Qt5 since that version is not compatible (#832) (eb36d69d)
- CONDA: Fix build errors on Linux when trying to find the X11 include dir (#833) (24ccaf57)
- STYLE: Rename uses of 'Complex' to 'Simplnx' to be consistent with underlying library (#812) (760dfe85)
SIMPLNX¶
- BUG: Fixes bugs with Trilinear Interpolation in Apply Transformation to Geometry (#1220) (f052fcf34)
- FILT: ReadStringDataArray implemented (#1211) (b0fb842a0)
- BUG: Compute Twin Boundaries ASAN Cleanup (#1224) (e2258a45d)
- FILTER: Combine Node Based Geometries (#1210) (076136059)
- ENH: Change usages of 'DREAM.3D' to 'DREAM3D-NX' where appropriate (#1218) (0403f41b7)
- BUG: Fixes missing 'MaterialNames' arrays in the Small IN100 pipelines. (#1213) (65e3944a1)
- Removed unused header in Types.hpp (#1219) (4316aeab3)
- CMAKE: Number the file downloads and log download results to a file (#1212) (700306fb7)
- ENH: Allows users to store the transform matrix from the ApplyTransformationToGeometry (#1216) (8c16ef7ed)
- BUG: A NPE crash due to not checking a DataStore
pointer. (#1206) (91b62e342) - BUG: RenameDataObject - Add Missing Overwrite Check (#1209) (a2101456e)
- FILTER: Find Twin Boundaries (#1193) (833d32097)