Release Notes
These are the changes to the repositories since version 6.5.151
The macOS .dmg files are digitally signed by BlueQuartz Software, LLC.
CMP
| Description | Author Name | Commit Date |
|---|---|---|
| Linux: set the RUNPATH for plugins also | Michael Jackson | 2023-03-16 |
| Ensure TBB Library Detection is included in the install | Michael Jackson | 2022-08-16 |
| Use consistent Linux RPath statements | Michael Jackson | 2022-02-06 |
| Fix Linux Install rules to place guiplugins into Plugins dir | Michael Jackson | 2022-01-18 |
| Ensure that QT_NO_KEYWORDS compiler definitions is added to targets | Michael Jackson | 2021-09-08 |
| Fix install rules for WINDOWS + ANACONDA: Plugins go in 'bin' | Michael Jackson | 2021-09-08 |
| Update plugin install rules for Server/GUi and normal/conda packaging | Michael Jackson | 2021-08-26 |
| Allow conda builds to use the YEAR.MONTH.DATE for the version. | Michael Jackson | 2021-08-25 |
| Refactor PluginProperties() CMake Macro. | Michael Jackson | 2021-08-24 |
| Fix issue when creating Anaconda packages | Michael Jackson | 2021-08-24 |
| Update the Copyright date on the installed macOS plist | Michael Jackson | 2021-08-23 |
| OCD got the best of me. Had to fix the spelling mistake in the license text | Michael Jackson | 2021-08-05 |
| Only generate qt.conf for NON-anaconda builds | Michael Jackson | 2021-04-22 |
| Refactoring some of the logic and loop statements. | Michael Jackson | 2021-04-22 |
| Fixing issues with Qt5.14 on Windows and Plugins directory. | Michael Jackson | 2021-04-21 |
| Adding ITKMathematicalMorphology to list of core ITK module libraries | Michael Jackson | 2021-04-21 |
| Anaconda Package (#20) | Jared Duffey | 2021-04-14 |
SIMPL
| Description | Author Name | Commit Date |
|---|---|---|
| ConvertColorToGrayScaleTest: Allow compilation without TBB | Michael Jackson | 2022-11-29 |
| Updating codes to compile against Qt 5.15.2, TBB 2021.4 and on Apple M1 Processor | Michael Jackson | 2022-04-25 |
| Add missing include paths for QPainterPath | Michael Jackson | 2022-02-19 |
| Fix missing include path for QPainterPath | Michael Jackson | 2022-02-19 |
| Fix a deprecation Warning for Qt 5.15 and greater | Michael Jackson | 2022-02-02 |
| Make conversion work on Qt 5.12 and above | Michael Jackson | 2021-10-26 |
| Fixed a bug in the "Paste Above/Below" actions | Michael Jackson | 2021-08-23 |
| Ensure the filter list is sorted alphabetically based on the human label | Michael Jackson | 2021-08-23 |
| Check for illegal or troublesome characters when importing CSV file. | Michael Jackson | 2021-08-16 |
SIMPLView
| Description | Author Name | Commit Date |
|---|---|---|
| BUG: Add closed pipelines to the recent files menu | Michael Jackson | 2023-02-06 |
| Add ability to bundle python filters in plugins for conda builds (#75) | Jared Duffey | 2022-11-15 |
| Ensure that MacOS Big Sur (16) and Monterey (17) can launch. | Michael Jackson | 2022-07-18 |
| Fix compile error on earlier versions of Qt (5.14 or earlier) under macOS | Michael Jackson | 2022-01-06 |
| Update to set an environment variable if running on macOS Big Sur or higher | Michael Jackson | 2021-11-24 |
| Fix DevHelper template error related to SIMPL_WRAP_PYTHON | Michael Jackson | 2021-11-19 |
| Remove definition as DREAM3D_CONDA is defined on the command line | Michael Jackson | 2021-10-22 |
| Remove HDF5 library detection. This is done in H5Support now. | Michael Jackson | 2021-09-08 |
| use FQDN when copying files on windows | Michael Jackson | 2021-09-04 |
| Update template files for DevHelper to latest conda install rules | Michael Jackson | 2021-08-25 |
| Add another directory for macOS to look for plugins. Supports the Anaconda install | Michael Jackson | 2021-08-24 |
| Remove all cmake code from the Tools/CMakeList.txt file. File was useless. | Michael Jackson | 2021-08-23 |
| Added try/catch blocks around functions that do json parsing | Jared Duffey | 2021-08-23 |
| Added error message when exception occurs in main event loop | Jared Duffey | 2021-08-23 |
| Moved PythonImportErrorDialog to SIMPLView as DetailedErrorDialog | Jared Duffey | 2021-08-23 |
| Create a resizable python error dialog box | Michael Jackson | 2021-08-18 |
| Fixed QT_PLUGIN_PATH on non-Windows platforms | Jared Duffey | 2021-08-10 |
| Moved DREAM3D_PLUGINS_LOADED environment variable to its own block | Jared Duffey | 2021-08-10 |
| OCD got the best of me. Had to fix the spelling mistake in the license text | Michael Jackson | 2021-08-05 |
| Applied clang format to Qt compatibility changes | Jared Duffey | 2021-04-21 |
| Added log messages for Python filter search paths | Jared Duffey | 2021-04-21 |
| Quiet deprecation warnings for QProcess and Qt 5.15 | Michael Jackson | 2021-04-20 |
| Embedded Python (#74) | Jared Duffey | 2021-04-14 |
H5Support
| Description | Author Name | Commit Date |
|---|---|---|
| BUG: Fix invalid combination of library lower and upper bounds | Michael Jackson | 2023-07-20 |
| BUG: Allow compilation against hdf5 1.14 versions. | Michael Jackson | 2023-07-15 |
| BUG: Fix issue in StringForHDFType() where H5Tequal API is used incorrectly | Michael Jackson | 2023-06-16 |
| Remove unused variable that causes lots of compile warnings | Michael Jackson | 2022-08-28 |
| Use correct CMake variable to find the HDF5 include dir. | Michael Jackson | 2022-07-17 |
| Fix spurious zero byte 'lib;' files being written to the HDF5 install. | Michael Jackson | 2022-06-10 |
| Update Version to 1.0.7 | Michael Jackson | 2022-05-31 |
| Fix shadowed and unused variables | Michael Jackson | 2022-05-29 |
| Updated version to 1.0.6 | Jared Duffey | 2022-01-20 |
| Removed REQUIRED from find_dependency call in config file | Jared Duffey | 2022-01-20 |
| Added install interface include directories | Jared Duffey | 2022-01-19 |
| Added option to customize cmake config install dir | Jared Duffey | 2022-01-19 |
| Added hdf5 dependency to config file | Jared Duffey | 2022-01-19 |
| Added option to disable finding the HDF5 C++ target | Jared Duffey | 2022-01-19 |
| Update the paths used in the generated H5SupportConfig.cmake file | Michael Jackson | 2021-12-29 |
| Use H5Support as the namespace | Michael Jackson | 2021-12-29 |
| Update to 1.0.3 with some minor VCPKG install rule updates | Michael Jackson | 2021-12-29 |
| Fix compile errors when compiling against HDF5 1.12.x | Michael Jackson | 2021-12-17 |
| Use a mirrored path from the CMP project. | Michael Jackson | 2021-12-01 |
| if the CMP project isn't found default to the internal codes | Michael Jackson | 2021-11-30 |
| Update the HDF5 library detection based on either MODULE or CONFIG | Michael Jackson | 2021-09-08 |
| OCD got the best of me. Had to fix the spelling mistake in the license text | Michael Jackson | 2021-08-05 |
| Anaconda Package (#2) | Jared Duffey | 2021-04-14 |
EbsdLib
| Description | Author Name | Commit Date |
|---|---|---|
| BUG: Better logic to determine if GHCFileSystem is needed on macOS | Michael Jackson | 2023-04-26 |
| AngReader: Correctly calculate grid index for EDAX .ang files | Michael Jackson | 2023-04-25 |
| Set EbsdLib_USE_GHC_FILESYSTEM=ON if CMAKE_OSX_DEPLOYMENT_TARGET is set < 10.15 | Michael Jackson | 2023-04-25 |
| Default EbsdLib_USE_GHC_FILESYSTEM=OFF. Warn on too old of macOS systems | Michael Jackson | 2023-04-14 |
| Expose the default Pole figure names so they can be used externally. | Michael Jackson | 2023-04-13 |
| AngPhase: Remove the 'MaterialName' and 'Formula' from the parsed phase information | Michael Jackson | 2023-04-13 |
| BUG: Ensure that EbsdLib targets macOS deployment version correctly | Michael Jackson | 2023-04-05 |
| Fix detection of ghc_filesystem on macOS systems | Michael Jackson | 2023-04-01 |
| Expose the symSizeX internal variables from LaueOps implementation classes | Michael Jackson | 2023-03-28 |
| h5OIMReader: Fix issues reading hdf based OIM files | Michael Jackson | 2023-03-24 |
| Fix missing header file when installing. | Michael Jackson | 2023-03-22 |
| BUG: Fix issue broken configure under vcpkg on Apple Silicon (ARM) CPUs | Michael Jackson | 2023-02-03 |
| Bug fixes from REGEX replacements | Michael Jackson | 2022-12-26 |
| Matrix3X3 class: Update uses of float g[3][3] to use new class (#14) | Michael Jackson | 2022-12-26 |
| BUG: report errors to the caller. Use the OddCols to figure out if there is a mismatch. | Michael Jackson | 2022-12-13 |
| Allowed setting the git hash from CMake for use in tgz builds | Jared Duffey | 2022-09-19 |
| Updated version to 1.0.15 | Jared Duffey | 2022-09-19 |
| Fixed formatting | Jared Duffey | 2022-09-19 |
| Implement Stereographic coordinate representations. | Michael Jackson | 2022-08-23 |
| Correct issues where a default Rodrigues vector is returned. | Michael Jackson | 2022-08-20 |
| Clean up compiler warnings about variable values set but not used. | Michael Jackson | 2022-08-16 |
| Add error check before trying to fix the order of the data. | Michael Jackson | 2022-07-25 |
| Topic/out of order ang (#13) | Michael Jackson | 2022-07-25 |
| Insert method comments that contain the actual version information. | Michael Jackson | 2022-07-17 |
| Update version to 1.0.14 | Michael Jackson | 2022-07-17 |
| Add test files for out-of-order ANG files. | Michael Jackson | 2022-07-05 |
| Fix spurious zero byte 'lib;' files being written to the HDF5 install. | Michael Jackson | 2022-06-10 |
| Fix shadowed variables. | Michael Jackson | 2022-05-24 |
| Fix issue reading CTF files with empty "Prj" entries. | Michael Jackson | 2022-05-10 |
| CTFReader: trim string tokens after read from file but before parsing. | Michael Jackson | 2022-04-15 |
| Allow EBSDLib to be built as part of the anaconda package | Michael Jackson | 2022-03-23 |
| CTF Reader: Print entire line on parsing error | Michael Jackson | 2022-03-09 |
| Update compilation to include H5Support Include dirs when building against HDF5 | Michael Jackson | 2022-02-20 |
| Updated version to 1.0.8 | Jared Duffey | 2022-01-20 |
| Removed setting H5_USE_110_API as that is already set by H5Support | Jared Duffey | 2022-01-20 |
| Added install interface include directories | Jared Duffey | 2022-01-19 |
| Added option to customize cmake config install dir | Jared Duffey | 2022-01-19 |
| Added dependencies to cmake config file | Jared Duffey | 2022-01-19 |
| Fix generated Config file internal paths | Michael Jackson | 2021-12-29 |
| Update to use proprer H5Support namespace | Michael Jackson | 2021-12-29 |
| Version 1.0.5 | Michael Jackson | 2021-12-29 |
| Update H5Support namespace usage | Michael Jackson | 2021-12-29 |
| Fixing Install Rules. Release 1.0.4 | Michael Jackson | 2021-12-29 |
| Fix path to LICENSE for install rule | Michael Jackson | 2021-12-29 |
| Update version 1.0.2 | Michael Jackson | 2021-12-29 |
| Adjust install locations for vcpkg. Update version to 2.0.1 | Michael Jackson | 2021-12-29 |
| Fix standalone compiling with HDF5 Support | Michael Jackson | 2021-12-01 |
| Fix typo in last commit that prevent the finding of GHCFileSystem package | Michael Jackson | 2021-11-30 |
| Fix logic to figure out if ghcFileSystem is needed | Michael Jackson | 2021-10-28 |
| Add option to build example apps. | Michael Jackson | 2021-09-09 |
| Applied clang-format | Jared Duffey | 2021-08-11 |
| OCD got the best of me. Had to fix the spelling mistake in the license text | Michael Jackson | 2021-08-05 |
| Remove non-ascii character from code. GCC will eventually complain. | Michael Jackson | 2021-07-28 |
| Update ghcFileSystem find_package() NAMES for updated ghfFileSystem version 1.4 | Michael Jackson | 2021-04-27 |
| Anaconda Package (#11) | Jared Duffey | 2021-04-14 |
DREAM3D
| Description | Author Name | Commit Date |
|---|---|---|
| BUG: Fix sanity check on stereographic coordinate value in OrientationUtility | Michael Jackson | 2023-08-10 |
| EXP: Clean up the experimental TripleLine extraction in QuickSurfaceMesh | Michael Jackson | 2023-07-20 |
| ENH: Convert GBPDMetric to use double precision for internal calculations | Michael Jackson | 2023-05-15 |
| ENH: Update several filters to use Eigen for matrix math (#1027) | Michael Jackson | 2023-05-14 |
| ENH: FindFeatureReferenceCAxisMisorientation updated to use Eigen lib for matrix math (#1024) | Jessica Marquis | 2023-04-14 |
| Add pipelines for the T12-MAI-2010 CTF data sets | Michael Jackson | 2023-04-10 |
| [WARN] Fix LabelTriangleGeometry compiler warning. | Michael Jackson | 2023-04-10 |
| Update the website folder for DREAM.3D Version 6.5.171 | Michael Jackson | 2023-04-07 |
| Add parameter to allow user to set seed value used for generating the RDF (#1023) | Jessica Marquis | 2023-04-03 |
| BUG: Fix dimension indexing during preflight checks (#1022) | Jessica Marquis | 2023-03-29 |
| BUG: Fix reading of pattern data for ImportH5OimData filter (#1020) | Jessica Marquis | 2023-03-24 |
| AddBadData: Allow user to specify the random seed value for the algorithm | Michael Jackson | 2023-03-16 |
| BUG: Fix origin value in FindBiasedFeatures 2D algorithm (#1019) | Jessica Marquis | 2023-02-21 |
| Update Website to include the new version 7.0 update | Michael Jackson | 2023-02-20 |
| Update AlignSectionsList filter documentation (#1016) | Jessica Marquis | 2023-02-17 |
| BUG: Update Complex Filter Generator (#1018) | Nathan Young | 2023-02-17 |
| ENH: Small code cleanups to the ErodeDilate* filters. | Michael Jackson | 2023-02-06 |
| BUG: Set tab title to phase name in StatsGenerator. | Michael Jackson | 2023-02-06 |
| BUG: Use System Locale to convert Phase Fractions in EditPhaseDialog | Michael Jackson | 2023-02-06 |
| BUG: GeneratePrimaryStatsData fixes: | Michael Jackson | 2023-02-04 |
| GeneratePrimaryStatsData: Fix crash issue if use changes phase-name | Michael Jackson | 2023-01-27 |
| Fix segmentation algorithm error in form_features() function | Michael Jackson | 2023-01-27 |
| GeneratePrimaryStatsData: Fix crash during preflight if phase name is changed. | Michael Jackson | 2023-01-27 |
| AlignSectionsMutualInformation: Remove random seed generation in formFeatures | Michael Jackson | 2023-01-27 |
| BUG: Fix crash in Find FeatureFaceCurvature filter. | Michael Jackson | 2023-01-27 |
| Update some misc doc files and website files for the latest release. | Michael Jackson | 2023-01-16 |
| EMsoftS03Sampler: Updated documentation for the various Laue class and space groups | Michael Jackson | 2023-01-03 |
| ComplexPluginGenerator: Update default constructor for filesystem parameters | Michael Jackson | 2022-12-26 |
| FeatureFaceCurvature: Update progress feedback for both parallel and single threaded | Michael Jackson | 2022-12-20 |
| RemoveFlaggedTriangles: Allow Element AttributeMatrix types | Michael Jackson | 2022-12-20 |
| Adjust the ordering of the Esprit data so that it will match the GBCD. | Michael Jackson | 2022-12-14 |
| ConvertHexGridToSquareGrid: Use unique error codes. | Michael Jackson | 2022-12-13 |
| FindGBCD and VisualizeGBCDFilter Fixes and Improvements (#1015) | Michael Jackson | 2022-12-13 |
| BUG: FeatureFaceCurvature guard against NaN values in the triangle normals | Michael Jackson | 2022-12-13 |
| BUG: ComplexFilterGenerator fixes. | Michael Jackson | 2022-12-13 |
| Update FeatureFaceCurvature docs. | Joey Kleingers | 2022-12-08 |
| Add mkdocs style files to generate the DREAM3D Website for each release | Michael Jackson | 2022-12-07 |
| BUG: Repair ComplexFilterGenerator (#1014) | Nathan Young | 2022-12-02 |
| Adding ability to save Weingarten matrix to a DataArray. (#1013) | Joey Kleingers | 2022-12-01 |
| Updated ComplexFilterGen (#1012) | Nathan Young | 2022-11-29 |
| Enhancement: PartitionGeometry (#1005) | Joey Kleingers | 2022-11-14 |
| BUG: fix crash during IN625 processing. | Michael Jackson | 2022-11-10 |
| Complex Filter Stub Generator (#1011) | Michael Jackson | 2022-11-03 |
| Filter: Added LabelTriangleGeometry and RemoveFlaggedTriangles (#1010) | nyoungbq | 2022-10-28 |
| FindNeighborhoods: Fix bug where the local neighbor list cache was not flushed. | Michael Jackson | 2022-10-17 |
| Filter: Add rigid point cloud transform (#1009) | Michael Jackson | 2022-10-14 |
| API: Update to latest SIMPL API Changes (#1004) | Joey Kleingers | 2022-10-03 |
| Update release notes | Michael Jackson | 2022-09-30 |
| FeatureInfoReader: Allowed AM Types were never set for the Element Attribute Matrix | Michael Jackson | 2022-09-29 |
| Fix sanity check for feature Ids greater than num tuples in a feature attribute matrix | Michael Jackson | 2022-09-27 |
| ResampleImageFilter: Remove strict dependency on TBB. | Michael Jackson | 2022-09-20 |
| PartitionGeometry: Update Pybind11 properties. | Joey Kleingers | 2022-09-16 |
| PartitionGeometry: Show OOB Part. ID for both Advanced and Bounding Box. | Joey Kleingers | 2022-09-16 |
| PartitionGeometry: Update human label for the AttributeMatrix selection | Michael Jackson | 2022-09-14 |
| ReadSTLFile: Create vertex attribute matrix during filter | Michael Jackson | 2022-09-14 |
| Tweaking hexahedral geometry tests, removing debug code, updating docs. | Joey Kleingers | 2022-09-14 |
| CMake: Remove QtGui from unit test where appropriate. | Michael Jackson | 2022-09-14 |
| ReadSTLFile: Add creation of Vertex AttributeMatrix. | Michael Jackson | 2022-09-14 |
| Adding tests for Basic and BoundingBox modes. | Joey Kleingers | 2022-09-14 |
| Remove unneeded include statement. | Joey Kleingers | 2022-09-12 |
| Remove GUI dependency in Reconstruction plugin testing. | Joey Kleingers | 2022-09-09 |
| ReadSTL: Add an option to scale the resulting vertices from the STL File. | Michael Jackson | 2022-09-09 |
| Fixing failing PartitionGeometry unit test. | Joey Kleingers | 2022-09-09 |
| Updating some labels, using only two points for BoundingBox mode. | Joey Kleingers | 2022-09-09 |
| Update partitioning geometry string to display messages when geometry data is not available. | Joey Kleingers | 2022-09-07 |
| Adding Simple and Bounding Box modes to PartitionGeometry filter. | Joey Kleingers | 2022-09-07 |
| Fix compile errors. | Joey Kleingers | 2022-09-06 |
| Add PartitionGeometry unit test. | Joey Kleingers | 2022-09-01 |
| Updating licenses. | Joey Kleingers | 2022-09-01 |
| Write out partitionIds array as a point array for node based geometries. Allow users to write out the partitioning scheme, if desired. Update the preflight updated values to have more precise names. | Joey Kleingers | 2022-09-01 |
| Tweak filter parameters, add preflight updated values. | Joey Kleingers | 2022-09-01 |
| Add new PartitionGeometry filter. Still needs tweaking and a unit test. | Joey Kleingers | 2022-09-01 |
| Fix CropImageGeometry dataCheck when saving as new DataContainer | Jessica Marquis | 2022-08-29 |
| MinSize: Use Number of Elements consistently. | Michael Jackson | 2022-08-28 |
| Update to latest ParallelDataAlgorithm APIs | Michael Jackson | 2022-08-24 |
| FindKernelAvgMisorientations: Parallelize and allow cancel | Michael Jackson | 2022-08-20 |
| Update OrientationUtility to calculate Stereographic coords. | Michael Jackson | 2022-08-20 |
| QEbsdReferenceFrameDialog: Remove help button. Crashed D3D anyways. | Michael Jackson | 2022-08-17 |
| Minor updates to clean up code | Michael Jackson | 2022-08-15 |
| Update Pybind properties. | Joey Kleingers | 2022-08-05 |
| Expose Randomize Feature Ids check box. | Joey Kleingers | 2022-08-05 |
| Fix non cubic-high (m3m) check in MergeTwins filter | Jessica Marquis | 2022-07-29 |
| NeighborOrientationCorrelation: Fix typo in variable name that was causing output errors. | Michael Jackson | 2022-07-14 |
| Correcting a mistake in insert precipitate phases where the origin wasn't being subtracted properly. (#997) | Michael Groeber | 2022-07-07 |
| Fix issue where MDF table would not accept changes entered by the user. | Michael Jackson | 2022-05-10 |
| Update ReadMe.md file to contain more explicit python install directions | Michael Jackson | 2022-03-28 |
| Fixes to FindSurfaceFeatures | Michael Jackson | 2022-03-02 |
| FindBoundingBoxFeatures: Fix bug where other 2D planes are not considered for XY coords | Michael Jackson | 2022-01-12 |
| Add sanity check and error message to Calculate Ensemble Statistics. | Michael Jackson | 2022-01-11 |
| Adding native visualize for Qt types. This is ONLY for Clion based projects. Visual Studio and QtCreator have what they need | Michael Jackson | 2022-01-06 |
| Update H5Support to bring in the H5Support namespace | Michael Jackson | 2022-01-06 |
| Update ReadMe with dream3d-conda information | Michael Jackson | 2021-11-17 |
| Add sphinx generated python API documentation. | Michael Jackson | 2021-11-17 |
| Create option to build the DREAM3D Development tools. On by default. | Michael Jackson | 2021-09-09 |
| Remove unnecessary HDF5 detection. Add in proper link libaries | Michael Jackson | 2021-09-08 |
| use FQDN when copying files on windows | Michael Jackson | 2021-09-04 |
| EMMPMLib: Fix install rules for conda packaging | Michael Jackson | 2021-08-25 |
| Update to latest API change for the build date as version. | Michael Jackson | 2021-08-25 |
| Ensure the GUI plugins are also installed correctly. | Michael Jackson | 2021-08-25 |
| Refactor PluginProperties() CMake Macro. | Michael Jackson | 2021-08-24 |
| Fixes to allow building conda package on macOS | Michael Jackson | 2021-08-23 |
| Updated parameter widgets to use new exception safe getter/setter | Jared Duffey | 2021-08-21 |
| OrientationAnalysis plugin was still linking against a QtGui library. | Michael Jackson | 2021-08-19 |
| Adjust conda-build rule for copying setup.py | Michael Jackson | 2021-08-19 |
| Add the python development docs to the docs folder. | Michael Jackson | 2021-08-17 |
| QuickSurfaceMesh: Add option to skip voxel fixes. (#980) | Michael Jackson | 2021-08-17 |
| FindFeatureCentroids: Use Kahan Summation instead of naive summation | Michael Jackson | 2021-08-17 |
| Validate all input data arrays have the same number of tuples | Michael Jackson | 2021-08-16 |
| Mark the Conda dir as deprecated. Should the official repo instead to create dream3d-conda packages. | Michael Jackson | 2021-08-14 |
| Fixed python DataArray constructors | Jared Duffey | 2021-08-12 |
| Applied clang-format | Jared Duffey | 2021-08-11 |
| Increment the dream3d-conda version to 1.1.0 | Michael Jackson | 2021-08-11 |
| Added python stub generation to anaconda package | Jared Duffey | 2021-08-10 |
| Changed setup.py python package version to 1.0.0 to match meta.yaml | Jared Duffey | 2021-08-10 |
| Fixed statstoolbox python imports | Jared Duffey | 2021-08-09 |
| DOC: Add unix operating system instructions for developing python codes. | Michael Jackson | 2021-08-09 |
| Rename StatisticsPlugins to StatsToolbox. (#979) | Michael Jackson | 2021-08-09 |
| Missing override keywords | Michael Jackson | 2021-08-06 |
| OCD got the best of me. Had to fix the spelling mistake in the license text | Michael Jackson | 2021-08-05 |
| DOC: Add details to build a python dev environment from scratch. | Michael Jackson | 2021-08-05 |
| Added documentation for writing Python filters and python codes | Michael Jackson | 2021-08-05 |
| Fix use of virtual in the Plugin Header files | Michael Jackson | 2021-07-26 |
| Removing unnecessary EbsdLib includes and link libraries | Michael Jackson | 2021-07-26 |
| Fix crashing issue when incorrect/mismatched DataArray is selected. | Michael Jackson | 2021-07-26 |
| Add warning to MergeTwins if non Cubic-High (m3m) is used | Michael Jackson | 2021-07-26 |
| Fixed crashing bug due to nullptr return. | Michael Jackson | 2021-07-23 |
| Remove stale code that has a creative-commons non-commercial license. | Michael Jackson | 2021-07-21 |
| Remove use of QwtArray and replace with QVector | Michael Jackson | 2021-07-19 |
| InsertPrecipitatePhases: Check for cancel more often. | Michael Jackson | 2021-07-06 |
| IdentifySample can now use a bool or uint8 array as the mask. | Michael Jackson | 2021-06-04 |
| More robust ASCII or Binary STL file detection. | Michael Jackson | 2021-06-04 |
| Changed menu json name to match conda package name | Jared Duffey | 2021-05-05 |
| Replaced manual plugin list with jinja template | Jared Duffey | 2021-05-05 |
| Fixed some conda macOS build issues | Jared Duffey | 2021-05-05 |
| Added start menu item when installing DREAM3D conda package | Jared Duffey | 2021-05-05 |
| DOC: Update the Anaconda build documentation | Michael Jackson | 2021-04-22 |
| Changed writeJson to be const | Jared Duffey | 2021-04-19 |
| Added some instruction on using Python filters with FilterPipeline | Jared Duffey | 2021-04-19 |
| Update Conda Package version of DREAM.3D | Michael Jackson | 2021-04-15 |
| Remove obsolete files related conda packaging and python wrapping | Michael Jackson | 2021-04-15 |
| Embedded Python (#976) | Jared Duffey | 2021-04-14 |
DREAM3DReview
| Description | Author Name | Commit Date |
|---|---|---|
| Update error message to clearly explain the error condition. | Michael Jackson | 2023-06-23 |
| BUG: Fix setting StlFileReader filter property when executing CombineStlFiles filter (#61) | Jessica Marquis | 2023-05-10 |
| Add NearestNeighbor interpolation to ApplyTransformationToGeometry for ImageGeom | Michael Jackson | 2023-03-06 |
| Fix compiler errors due to MSVC C2338. Fix undefined behavior with unsigned ints | Michael Jackson | 2023-02-16 |
| FindArrayStatistics: Fix crash when non-contiguous featureIds are used. | Michael Jackson | 2023-02-16 |
| ENH:Apply Transformation to Geometry memory optimization (#60) | Michael Jackson | 2023-02-15 |
| KMeans: Allow user to set the random number generator seed value | Michael Jackson | 2023-02-01 |
| KMedoids: Allow user to set the Random Seed Value | Michael Jackson | 2023-02-01 |
| Move LabelCADGeometry to DREAM3D/Surface Meshing Plugin (#58) | nyoungbq | 2022-10-27 |
| Fix Failing unit test | Michael Jackson | 2022-10-13 |
| Fix Failing unit test | Michael Jackson | 2022-10-12 |
| SilhouetteFilter: Fix off-by-one bug | Michael Jackson | 2022-10-05 |
| API: Update to latest SIMPL API Changes (#57) | Joey Kleingers | 2022-10-03 |
| InterpolatePointCloudToRegularGrid: Use UInt64 arrays instead of size_t | Michael Jackson | 2022-09-30 |
| MapPointCloudToRegularGrid: use uint64_t for better compatibility (#56) | Michael Jackson | 2022-09-30 |
| ApplyTransformationToGeometry: Fix crashing bug in preflight (#55) | VKUDRI | 2022-09-30 |
| Fix sanity check for feature Ids greater than num tuples in a feature attribute matrix | Michael Jackson | 2022-09-27 |
| AlignGeometries: Allow aligning by a specific plane. (#53) | Michael Jackson | 2022-09-21 |
| ApplyTransformationToGeometry: Fix error generating matrix for Rotation only. | Michael Jackson | 2022-09-14 |
| Fix doc title for Approximate Point Cloud Hull | Michael Jackson | 2022-09-01 |
| InsertTransformationPhase: Fix crashing due to resizing of AttributeMatrix. | Michael Jackson | 2022-08-17 |
| Add InsertTransformationPhase Example Pipeline to night tests. | Michael Jackson | 2022-08-15 |
| Remove documentation file. | Joey Kleingers | 2022-08-03 |
| Removing CreateArrayofIndices filter. | Joey Kleingers | 2022-08-03 |
| Fix crash from Insert Transformation Phase (#52) | Michael Jackson | 2022-07-28 |
| Fix Compute Umeyama Python wrapping Unit Test | Michael Jackson | 2022-07-07 |
| Fix python bindings for ApplyTransformationToGeometry. | Michael Jackson | 2022-07-06 |
| Filter update transformation (#51) | VKUDRI | 2022-06-02 |
| Fix bugs in Silhouette code. | Michael Jackson | 2022-04-06 |
| Remove AFRLDistributionC references and includes | Michael Jackson | 2022-03-23 |
| Implemented poor man's KD Tree to speed up calculations | Michael Jackson | 2022-03-02 |
| Move Decimate Vertex Geometry from different plugin. | Michael Jackson | 2022-03-02 |
| Fix issue where ExtractInternalSurfaceFromTriangleGeometry would not allow Laplacian smoothing to work correct. | Michael Jackson | 2022-02-17 |
| Update H5Support to bring in the H5Support namespace | Michael Jackson | 2022-01-06 |
| KDistanceGraph: Add missing parameter for MaskArray | Michael Jackson | 2021-10-13 |
| Updating filters to have the DREAM3DReview compiled Library name | Michael Jackson | 2021-10-06 |
| Update tdms2H5 python codes to look for new style Bitgain properties | Michael Jackson | 2021-09-22 |
| Improve error handling and error messaging in the ImportQMMeltpoolH5File filter. | Michael Jackson | 2021-09-22 |
| Implement a TDMS to HDF5 Conversion Filter (#47) | mhitzem | 2021-09-13 |
| Ensure the GUI plugins are also installed correctly. | Michael Jackson | 2021-08-25 |
| Refactor PluginProperties() CMake Macro. | Michael Jackson | 2021-08-24 |
| Add example filter written in python | Michael Jackson | 2021-08-17 |
| Use Kahan summation when computing sums for float/double arrays | Michael Jackson | 2021-08-16 |
| Applied clang-format | Jared Duffey | 2021-08-11 |
| Fixed statstoolbox python imports | Jared Duffey | 2021-08-09 |
| Remove license for generated file. Use pragma instead of #ifdef compile guard | Michael Jackson | 2021-08-06 |
| Fixed CMake configure_file error | Jared Duffey | 2021-08-05 |
| OCD got the best of me. Had to fix the spelling mistake in the license text | Michael Jackson | 2021-08-05 |
| Clang-Tidy recommended code fixes. Python Binding Fixes | Michael Jackson | 2021-06-16 |
| Minor compiler warning cleanup. | Michael Jackson | 2021-05-24 |
| Separate Input from Output Arrays when comparing tuple lengths | Michael Jackson | 2021-05-18 |
| Check for canceling of the ReadBinaryCTNorthStar filter. | Michael Jackson | 2021-04-26 |
| Fixed InputPathFilterParameter usage for latest SIMPL changes | Jared Duffey | 2021-04-19 |
| Anaconda Package (#46) | Jared Duffey | 2021-04-14 |
ITKImageProcessing
| Description | Author Name | Commit Date |
|---|---|---|
| Throw warning on unsupported input array type. | Michael Jackson | 2023-06-23 |
| ImageStackImportaer: Add option to flip each image along the X or Y Axis. | Michael Jackson | 2022-11-02 |
| API: Update to latest SIMPL API Changes (#203) | Joey Kleingers | 2022-10-03 |
| DiscreteGaussianImage: Fix preflight issue that stopped filter from working. | Michael Jackson | 2022-09-20 |
| Update H5Support to bring in the H5Support namespace | Michael Jackson | 2022-01-06 |
| Update subgroup for a few import filters to make them consistent with other filters | Michael Jackson | 2021-10-22 |
| Ensure the GUI plugins are also installed correctly. | Michael Jackson | 2021-08-25 |
| Refactor PluginProperties() CMake Macro. | Jared Duffey | 2021-08-24 |
| Updated parameter widgets to use new exception safe getter/setter | Jared Duffey | 2021-08-21 |
| Applied clang-format | Jared Duffey | 2021-08-11 |
| Added python binding for VectorFileListInfo_t | Jared Duffey | 2021-08-09 |
| OCD got the best of me. Had to fix the spelling mistake in the license text | Michael Jackson | 2021-08-05 |
| Check for Cancel in ItkImageWriter filter | Michael Jackson | 2021-08-02 |
| Add Parameter to ItkImageWriter to allow the user to set an index starting value | Michael Jackson | 2021-08-02 |
| Clang-Tidy recommended code fixes. Python Binding Fixes | Michael Jackson | 2021-06-16 |
| Enabling missing unit tests. | Michael Jackson | 2021-06-15 |
| Remove CircleCI builds. They run in very old configurations. | Michael Jackson | 2021-05-24 |
| Minor compiler warning cleanup | Michael Jackson | 2021-05-24 |
| ITKImageExport will now pad the file names with ZEROS to lexigraphically correct file series. (#202) | Michael Jackson | 2021-05-21 |
| ITKImageExport will now pad the file names with ZEROS to lexigraphically correct file series. | Michael Jackson | 2021-05-21 |
| Update itkPCMTileRegistration for ITK 5.2 changes | Michael Jackson | 2021-04-20 |
| Changed writeJson to be const | Jared Duffey | 2021-04-19 |
| Fixed OutputPathFilterParameter usage for latest SIMPL changes | Jared Duffey | 2021-04-19 |
| Anaconda Package (#201) | Jared Duffey | 2021-04-14 |
ImageProcessing
| Description | Author Name | Commit Date |
|---|---|---|
| CMake: Do not link against QtGui for unit tests | Michael Jackson | 2022-09-14 |
| Ensure the GUI plugins are also installed correctly. | Michael Jackson | 2021-08-25 |
| Refactor PluginProperties() CMake Macro. | Michael Jackson | 2021-08-24 |
| OCD got the best of me. Had to fix the spelling mistake in the license text | Michael Jackson | 2021-08-05 |
| Clang-Tidy recommended code fixes. | Michael Jackson | 2021-06-16 |
| Replace SIMPL_ENABLE_PYTHON with SIMPL_WRAP_PYTHON | Michael Jackson | 2021-04-15 |
NETLIntegration
| Description | Author Name | Commit Date |
|---|---|---|
| CMake: Do not link against QtGui for unit tests | Michael Jackson | 2022-09-14 |
| Ensure the GUI plugins are also installed correctly. | Michael Jackson | 2021-08-25 |
| Refactor PluginProperties() CMake Macro. | Michael Jackson | 2021-08-24 |
| OCD got the best of me. Had to fix the spelling mistake in the license text | Michael Jackson | 2021-08-05 |
| Clang-Tidy recommended code fixes. | Michael Jackson | 2021-06-16 |
| Replace SIMPL_ENABLE_PYTHON with SIMPL_WRAP_PYTHON | Michael Jackson | 2021-04-15 |
SimulationIO
| Description | Author Name | Commit Date |
|---|---|---|
| BUG: ImportDeformKeyFilev12 algorithm read in made cross-compatible | Nathan Young | 2023-07-04 |
| Remove old DEFORM file reader code that is not used anymore. | Michael Jackson | 2023-05-10 |
| BUG: Create Quad Geometry, Fix crash during User Defined data section | Michael Jackson | 2023-03-08 |
| ImportDEFORMKeyFile: update to break out the USRNOD arrays as individual arrays. | Michael Jackson | 2022-10-21 |
| API: Update to latest SIMPL API Changes (#21) | Joey Kleingers | 2022-10-03 |
| Export3dSolidMesh: Check executable location in data check | Michael Jackson | 2022-08-24 |
| Update DEFORM v12 reader to read multi-line tuple data | Michael Jackson | 2022-07-27 |
| Fix compile errors for those that don't have std::file_system built in | Michael Jackson | 2022-04-05 |
| Add verbose output option, and several other tweaks. | Joey Kleingers | 2022-03-29 |
| Adding pimpl implementation to store the cache. | Joey Kleingers | 2022-03-29 |
| Read key files section by section, create data arrays and cache them during preflight. | Joey Kleingers | 2022-03-28 |
| Factoring out the filter algorithm into its own helper class. | Joey Kleingers | 2022-03-25 |
| Fixing unit test failure. | Joey Kleingers | 2022-03-25 |
| Fix Linux compile error | Michael Jackson | 2022-03-24 |
| Adding new ImportDeformKeyFilev12 filter. (#19) | Joey Kleingers | 2022-03-23 |
| append '.exe' for windows executables | Michael Jackson | 2021-10-23 |
| Ensure the GUI plugins are also installed correctly. | Michael Jackson | 2021-08-25 |
| Refactor PluginProperties() CMake Macro. | Michael Jackson | 2021-08-24 |
| OCD got the best of me. Had to fix the spelling mistake in the license text | Michael Jackson | 2021-08-05 |
| Clang-Tidy recommended code fixes. Python Binding Fixes | Michael Jackson | 2021-06-16 |
| Fixed OutputPathFilterParameter usage for latest SIMPL changes | Jared Duffey | 2021-04-19 |
| Replace SIMPL_ENABLE_PYTHON with SIMPL_WRAP_PYTHON | Michael Jackson | 2021-04-15 |
| Anaconda Package (#15) | Jared Duffey | 2021-04-14 |
UCSBUtilities
| Description | Author Name | Commit Date |
|---|---|---|
| API: Update to latest SIMPL API Changes (#9) | Joey Kleingers | 2022-10-03 |
| Allow Misorientation Colors to be generated from any array and AttributeMatrix. | Michael Jackson | 2022-07-28 |
| Ensure the GUI plugins are also installed correctly. | Michael Jackson | 2021-08-25 |
| Refactor PluginProperties() CMake Macro. | Michael Jackson | 2021-08-24 |
| Updated parameter widgets to use new exception safe getter/setter | Jared Duffey | 2021-08-23 |
| Applied clang-format | Jared Duffey | 2021-08-11 |
| Added python binding for FloatVec21_t | Jared Duffey | 2021-08-09 |
| Clang-Tidy recommended code fixes. Python Binding Fixes | Michael Jackson | 2021-06-16 |
| Changed writeJson to be const | Jared Duffey | 2021-04-19 |
| Replace SIMPL_ENABLE_PYTHON with SIMPL_WRAP_PYTHON | Michael Jackson | 2021-04-15 |
| Anaconda Package (#8) | Jared Duffey | 2021-04-14 |
VolumeMeshing
| Description | Author Name | Commit Date |
|---|---|---|
| CMake: Do not link against QtGui for unit tests | Michael Jackson | 2022-09-14 |
| Ensure the GUI plugins are also installed correctly. | Michael Jackson | 2021-08-25 |
| Refactor PluginProperties() CMake Macro. | Michael Jackson | 2021-08-24 |
| OCD got the best of me. Had to fix the spelling mistake in the license text | Michael Jackson | 2021-08-05 |
| Clang-Tidy recommended code fixes. Python Binding Fixes | Michael Jackson | 2021-06-16 |
| Replace SIMPL_ENABLE_PYTHON with SIMPL_WRAP_PYTHON | Michael Jackson | 2021-04-15 |