STYLE: Make Python license headers be consistent in Python scripts
DOC: Add license header to commit msg hook script
STYLE: Miscellaneous fixes to import statements in commit msg hook
COMP: Use value initialization to zero-initialize thread id variable
COMP: Prefer splitting comma-separated pre-increment statements
COMP: Include `itkNumericTraitsCovariantVectorPixel.h` file in test
DOC: Fix Doxygen group name in math morphology class documentation
DOC: Use Doxygen citation command instead of misplaced `\par`
DOC: Fix Doxygen citation command call
DOC: Fix "unbalanced grouping commands" Doxygen warnings
STYLE: Remove empty end of file line in excess
STYLE: Adopt ITK style conventions in MINC module code
ENH: Remove MINC IO RAS to LPS CMake flag
BUG: Fix TransformMINC
BUG: Fix incorrect reading of MINC2 files
STYLE: Do not capitalize variable first letter
STYLE: Remove unnecessary/uninformative comment block in test
STYLE: Perform first the test input argument check
STYLE: Conform to ITK style guidelines in test arg check message
STYLE: Conform to ITK style guidelines in test ending message
STYLE: Use `ITK_TRY_EXPECT_NO_EXCEPTION` macro in `ImageCompose` tests
STYLE: address variable nameing conventions comments
WIP: Preserve compatible behavior don't change default yet.
BUG: Fix TransformMINC
BUG: Fix incorrect reading of MINC2 files
DOC: Fix multiple group Doxygen warnings
DOC: Fix miscellaneous Doxygen warnings
DOC: Add `pixi`-managed build status badge to README file
STYLE: Improve `SpatialObjectToImageFilter::PrintSelf` ivar printing
ENH: Specify rtd custom domain in the documentation config file
COMP: Fix implicit copy constructor definition deprecation warnings
COMP: Use `default` copy and move construct and assign in `itk::Region`
COMP: Use `default` copy, move for construc, assign `RealTimeStamp`
COMP: Suppress `-Wformat-nonliteral` warning in diff tensor example
COMP: Fix macro spelling in `itkOpenCVImageBridgeRGBTest.cxx`
DOC: Fix grammar in binary data upload documentation file
COMP: Fix test method signature in `FEM` module
COMP: Remove unused `FEM` module test input arguments
STYLE: Check properly `FEM` module test input arguments
DOC: Rename the FDA SW development guidelines doc file
DOC: Transfer the wiki DICOM page to Markdown documentation
DOC: Remove mentions to deprecated `ITKApps` from FAQs
DOC: Honor `ITK-Wasm`'s case in documentation files
STYLE: Remove unnecessary whitespaces in Release doc code blocks
ENH: Increase itk::DiscreteGaussianCurvatureQuadEdgeMeshFilter coverage
STYLE: Use medial capitals to name variables in test
DOC: Fix diversity statement link in code of conduct
DOC: Add missing closing bracket in contributing enforcement insert
DOC: Fix `QuadEdgeMeshScalarDataVTKPolyDataWriter` Doxygen `class` name
DOC: Remove `itk` prefix to class names in Doxygen `class` command
DOC: Explain better the release announcement in NumFOCUS newsletter
DOC: Remove updating ResearchGate ITK project from release tasks
DOC: Remove François Budin from GPG key holder ITK maintainer's list
STYLE: Prefer double forward slashes for within-method body comments
DOC: Use proper Doxygen documentation style in `RGBGibbsPriorFilter`
DOC: Document `RGBGibbsPriorFilter` class methods in header file only
DOC: Use Doxygen math syntax for math notation in class documentation
STYLE: Do not use superclass template parameters in `itk::fem` RTTI
STYLE: Conform to ITK SWG style guidelines in test ending message
STYLE: Use standard exit return code in `itk::SLICImagetFilter` test
STYLE: Prefer using macros for `itk::SLICImageFilter` basic methods
STYLE: Remove blank lines in excess in miscellaneous tests
STYLE: Increase consistency in newline character use in tests
STYLE: Do not allow lonely std output endl statements in misc tests
STYLE: Remove uninformative comments in tests
STYLE: Remove uninformative standard output message in itkHistogramTest
STYLE: Remove empty comment lines in tests
STYLE: Conform to ITK comment style for within-code comments (tests)
STYLE: Prefer using `constexpr <type>` over `struct` for image dimension
STYLE: Conform to ITK style guidelines in test ending message
STYLE: Increase consistency in test argument check message
STYLE: Increase consistency in example argument check message
STYLE: Use standard return codes in example
ENH: Increase coverage for miscellaneous classes
STYLE: Fix ITK coding style inconsistency linter error
STYLE: Remove test input argument checking if no argument is required
STYLE: Use exception checking macros in tests
ENH: Increase coverage for miscellaneous classes
BUG: Return exit failure when insufficient test arguments are provided
DOC: Improve consistency when referring to the issue tracker in README
ENH: Increase `Optimizers` classes coverage: get cost function derivate
STYLE: Conform to ITK SWG style guidelines in test ending message
STYLE: Conform to ITK style guidelines in test
STYLE: Prefer using the `ITK_TRY_EXPECT` macros in test
ENH: Increase coverage for `RegularStepGradientDescentBaseOptimizer`
DOC: Link the Creative Commons license page in the code of conduct
DOC: Reword the copyright holder sentence in the code of conduct
DOC: Refer to ITK's discussion space in a consistent manner
DOC: Add a note to the first interaction workflow about its nature
DOC: Add a note to the `README` about issues vs. questions
STYLE: Increase consistency in test argument check message
DOC: Make the RTTI method documentation consistent in module `Video`
STYLE: Conform to ITK comment style for within code in OpenCVVideoCapture
STYLE: Improve ivar printing style
STYLE: Use macros in tests
DOC: Avoid documenting ivar default values in SpatialFunction class
DOC: Document miscellaneous cell class methods in header files
COMP: Fix method parameter bound mismatch warning in misc cell classes
DOC: Change the Insight Journal handle links to insight-journal links
ENH: Increase `RegistrationParameterScalesFromPhysicalShift` coverage