Skip to content

7.0.0-Release Candidate 11

This is the 7.0.0 Release Candidate 11. Below are listed the many bug fixes and updates that have gone into this release.

  • Release Date: April 22 2024
  • Expiration Date: June 22 2024

Known Issues

  • The "Light Mode" style is currently broken. Please use "Dark Mode".
  • This update breaks a lot of pipelines (and python codes if you were an early adopter). Warnings are emitted in the user interface if you load a pipeline that does not define the proper filter parameter keys. A suggestion is listed for each warning that should be close to the correct change. The user should make a back up of their pipeline before hand editing the pipeline in a text editor.
  • Long visualization operations can lock up the GUI. Please be patient for those operations to end.

What's New in DREAM3D-NX

Key updates

  • Visualization Treeview Breadcrumbs


    Visualization Treeview Breadcrumbs

    Breadcrumbs have been added to the Render Properties editing widget. This should help inform you which DataView is being edited.

  • Updated Preferences Dialog


    Updated Preferences

    The preferences dialog has been overhauled to better organize the settings. Included in this dialod is the ability to enable/disable certain backup files, reset the window layout, and setup visualization preferences.

Other Enhancements and Fixes

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 include is the Github Pull Request (PR) number. These can be fully reviewed at:

https://www.github.com/bluequartzsoftware/simplnx

https://www.github.com/bluequartzsoftware/DREAM3DNX

DREAM3D NX

  • ENH: Added reload functionality for python plugins (#640) [d7582757]
  • ENH: Add more color table presets for visualization (#657) [dc5244e9]
  • BUG: Fix drag and drop filter crash (#658) [4dcb07cb]
  • ENH: Progress messages updated to similar format to info messages [c6a1e3e6]
  • ENH: Visualization Treeview Breadcrumbs (#649) [1e3ea667]
  • ENH: Percolate pipeline json load warnings to issues table (#652) [a297a8c4]
  • ENH: Disable features while pipeline is running (#645) [cb6c29e2]
  • ENH: Add run pipeline keyboard shortcut (#648) [42a89109]
  • DOC: Remove web site folder. [264707a7]
  • BUG : Fix Various Visualization Reload Color-By Array Features (#642) [8acbe7f8]
  • WEB: Update RC10 release blog with better organization [a19ddc01]
  • DEP: Use territory() and territoryToString(). 'country' is deprecated as Qt 6.6 [765a3c1a]
  • VERS: Update to 7.0.0-RC11 [62eac6f6]
  • REL: v7.0.0-RC10 Release (#638) [0ef685ce]
  • DOC: Update web site [5250b3b5]
  • Linux: Update version number for build dir [ad3736b1]
  • Add python 3.11 and 3.10 into the build matrix for anaconda [01fea5b9]
  • Fix Help path when installing into anaconda env [32cfae56]
  • Prepare blog for website [b73d807d]
  • DOC: Documentation Updated [f789a91e]
  • DOC: Updates to the DREAM3D-NX Documentation [f8991e6a]
  • Create a blog for the website. [6b396249]

simplnx

  • PY: Add infrastructure to allow python plugins to be reloaded in a GUI. (#910) [67a78752]
  • ENH: Add more color presets (#917) [fe979fe0]
  • BUG: Update ITK Image Writer to Use Atomic File API (#918) [ec16b6b6]
  • BUG: Fix HDF5 implicit copy (#920) [0fd046ba]
  • BUG: Fixed crash on WriteDREAM3D xdmf file (#921) [b6e72ed6]
  • BUG: Report Legacy DREAM.3D warnings (#919) [956f2952]
  • ENH: Refactor the Parameter Keys to make them consistent and easy to learn (#874) [3f44f313]
  • DOC: Update all doc files to have correct filter human name (#914) [448ffa64]
  • BUG: CliObsever output bug, create_directories() error message (#911) [a1392110]