Skip to content

Releases: BlueQuartzSoftware/DREAM3D

v6.5.171

10 Aug 23:13
Compare
Choose a tag to compare

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 pars...
Read more

DREAM.3D 6.4.197 Release

28 Oct 15:18
Compare
Choose a tag to compare

This is a bug fix release in the 6.4 release series.