Activity for Insight Toolkit

  • GitHub committed [160dbf] on Code

    Merge pull request #5691 from blowekamp/no_cache_output_directory

  • Bradley Lowekamp Bradley Lowekamp committed [ffaa0c] on Code

    ENH: Remove legacy and unused Wrapping EXECUTE_OUTPUT_PATH

  • Bradley Lowekamp Bradley Lowekamp committed [cfca43] on Code

    COMP: Set CMake output directories as normal variables

  • GitHub committed [33d9c3] on Code

    Merge pull request #5711 from N-Dekker/front-back-GoogleTest-Index-Offeset-Size

  • Niels Dekker committed [af4257] on Code

    ENH: Add front() and back() GoogleTest unit tests to Index, Offset, Size

  • GitHub committed [86a2bb] on Code

    Merge pull request #5710 from N-Dekker/Remove-AllocateElements-from-VariableLengthVector

  • Niels Dekker committed [f080d4] on Code

    STYLE: FUTURE REMOVE/deprecate `VariableLengthVector::AllocateElements`

  • Niels Dekker committed [bb7980] on Code

    STYLE: Replace AllocateElements calls within VariableLengthVector

  • copilot-swe-agent[bot] committed [0fc849] on Code

    Add Google Test for NumericLocale class

  • GitHub committed [f2474b] on Code

    Merge pull request #5709 from N-Dekker/FixedArray-front-back

  • Niels Dekker committed [0fe764] on Code

    ENH: Add `front()` and `back()` to `FixedArray`

  • GitHub committed [d66197] on Code

    Merge pull request #5703 from N-Dekker/FixedArray-empty

  • Niels Dekker committed [ee0082] on Code

    ENH: Add `FixedArray::empty()`, which always just returns false

  • copilot-swe-agent[bot] committed [24262e] on Code

    Refactor NumericLocale per code review feedback

  • GitHub committed [403982] on Code

    Merge pull request #5707 from N-Dekker/FixedArray-static_assert-Length-greater-than-zero

  • Niels Dekker committed [6b5eed] on Code

    ENH: Add `static_assert(VLength > 0)` to `FixedArray`

  • GitHub committed [cdd7a4] on Code

    Merge pull request #5705 from N-Dekker/Use-array-constructors-with-length-and-value

  • Niels Dekker committed [4f14f4] on Code

    STYLE: Use constructors with (length, value), remove Fill calls in tests

  • Niels Dekker committed [563d80] on Code

    STYLE: Use AllocateInitialized() instead of iteration in Smoothing tests

  • GitHub committed [fac704] on Code

    Merge pull request #5704 from N-Dekker/Replace-push_back-calls-with-list-initialization

  • Niels Dekker committed [a00179] on Code

    STYLE: Replace `push_back` calls with list-initialization, in tests

  • GitHub committed [444c76] on Code

    Merge pull request #5701 from InsightSoftwareConsortium/build-like-python-packaging

  • Hans J. Johnson Hans J. Johnson committed [f61993] on Code

    ENH: Wrapping of SobelOperator only for 2D or 3D

  • Hans J. Johnson Hans J. Johnson committed [abc295] on Code

    ENH: Wrapping of SobelOperator only for 2D or 3D

  • Hans J. Johnson Hans J. Johnson committed [7805d2] on Code

    COMP: Set default to include 2;3;4; dimensions

  • Hans J. Johnson Hans J. Johnson committed [b6aa75] on Code

    COMP: Python packaging requires 2;3;4 dimensions

  • GitHub committed [0e473c] on Code

    Merge pull request #5700 from blowekamp/cache_ipo_support

  • Bradley Lowekamp Bradley Lowekamp committed [48b834] on Code

    ENH: Check IPO/LTO support once globally for all wrapper modules

  • GitHub committed [940b75] on Code

    Merge pull request #5694 from seanm/extra-semi33

  • Rogue Research Rogue Research committed [d6d258] on Code

    COMP: remove extra trailing semi colons

  • GitHub committed [24c44b] on Code

    Merge pull request #5699 from dzenanz/treeIteratorRemoveChild

  • Dženan Zukić Dženan Zukić committed [f2c34d] on Code

    COMP: Fix doc-string of TreeIteratorBase::RemoveChild from Deprecated

  • GitHub committed [e6b91c] on Code

    Merge pull request #5698 from dzenanz/azureVMimage

  • copilot-swe-agent[bot] committed [461a8a] on Code

    Address code review comments on NumericLocale

  • GitHub committed [1773aa] on Code

    Merge pull request #5693 from N-Dekker/VariableLengthVector-constructor-with-length-and-value

  • Niels Dekker committed [a912fa] on Code

    STYLE: Do return `VariableLengthVector(length, value)` in NumericTraits

  • Niels Dekker committed [207cb3] on Code

    ENH: Add `VariableLengthVector(length, value)` constructor

  • Matt McCormick committed [622bcb] on Code

    ENH: Add thread-safe NumericLocale utility class

  • Matt McCormick committed [8e037e] on Code

    BUG: Fix locale-dependent parsing in NRRD reader and add test

  • copilot-swe-agent[bot] committed [c9b130] on Code

    ENH: Add thread-safe NumericLocale utility class

  • GitHub committed [109654] on Code

    Merge pull request #5688 from N-Dekker/Use-initializer-lists-SobelOperator

  • Niels Dekker committed [35d6a3] on Code

    ENH: static_assert SobelOperator can only be instantiated for 2D or 3D

  • Niels Dekker committed [6e81a7] on Code

    STYLE: Use constexpr-if, switch in SobelOperator::GenerateCoefficients()

  • Niels Dekker committed [1ccd30] on Code

    STYLE: Use initializer lists in SobelOperator::GenerateCoefficients()

  • GitHub committed [1bd405] on Code

    Merge pull request #5692 from N-Dekker/Use-MultiThreaderBase-instead-of-MultiThreaderType

  • Niels Dekker committed [49ed4e] on Code

    STYLE: ITK_FUTURE_LEGACY_REMOVE/deprecate `MultiThreaderType` aliases

  • Niels Dekker committed [c4f4c5] on Code

    STYLE: Use `MultiThreaderBase` directly, instead of `MultiThreaderType`

  • GitHub committed [adefd3] on Code

    Merge pull request #5690 from N-Dekker/Remove-one-line-declaration-comments

  • Niels Dekker committed [2d0abf] on Code

    STYLE: Remove `/*one-line-declaration*/` comments

  • GitHub committed [e4511d] on Code

    Merge pull request #5689 from N-Dekker/DOC-RecursiveGaussianImageFilter

  • Niels Dekker committed [15196c] on Code

    DOC: Replace `/**` with `//` in hxx file of RecursiveGaussianImageFilter

  • Niels Dekker committed [918b18] on Code

    DOC: Refer to farneback2006 table in RecursiveGaussianImageFilter::SetUp

  • GitHub committed [e76640] on Code

    Merge pull request #5682 from N-Dekker/Add-std-member-functions-to-VariableLengthVector

  • Niels Dekker committed [122413] on Code

    ENH: Add `std::vector`-like interface to VariableLengthVector

  • GitHub committed [4b0566] on Code

    Merge pull request #5667 from N-Dekker/BUG-issue-5666-Let-DataObjectError-override-Print

  • Niels Dekker committed [0a363f] on Code

    BUG: Let DataObjectError override `ExceptionObject::Print`

  • GitHub committed [589d88] on Code

    Merge pull request #5687 from N-Dekker/Make-RecursiveGaussianImageFilter-ComputeNCoefficients-static

  • Niels Dekker committed [587838] on Code

    STYLE: Declare `RecursiveGaussianImageFilter::SetUp` variables constexpr

  • Niels Dekker committed [0f6712] on Code

    DOC: Update link INRIA report "Recursively Implementing The Gaussian..."

  • Niels Dekker committed [ca8f61] on Code

    STYLE: Remove RecursiveSeparableImageFilter variables scratch1, scratch2

  • Niels Dekker committed [340e66] on Code

    STYLE: Use default member initializers in RecursiveSeparableImageFilter

  • Niels Dekker committed [fe862f] on Code

    STYLE: Default default-constructor of RecursiveGaussianImageFilter

  • Niels Dekker committed [18cbdb] on Code

    STYLE: Make `RecursiveGaussianImageFilter::ComputeNCoefficients` static

  • GitHub committed [53158e] on Code

    Merge pull request #5686 from InsightSoftwareConsortium/fix-exact-version-match

  • GitHub committed [54f895] on Code

    Merge pull request #5685 from N-Dekker/nodiscard-non-const

  • Niels Dekker committed [13e653] on Code

    STYLE: Add `[[nodiscard]]` to non-const data(), begin(), end(), etc.

  • copilot-swe-agent[bot] committed [7dda7c] on Code

    Move locale fix from third-party NrrdIO to itkNrrdImageIO.cxx

  • Hans J. Johnson Hans J. Johnson committed [d783a4] on Code

    ENH: Python version exact match requested for range

  • copilot-swe-agent[bot] committed [cb76eb] on Code

    Address code review: improve error handling in locale-independent parsing

  • copilot-swe-agent[bot] committed [4e0961] on Code

    Fix locale-dependent parsing in NRRD reader and add test

  • copilot-swe-agent[bot] committed [9ca847] on Code

    Initial plan

  • Matt McCormick committed [ac0bff] on Code

    Merge remote-tracking branch 'upstream/main'

  • Matt McCormick committed [cba190] on Code

    Merge branch 'release-5.4'

  • GitHub committed [d34576] on Code

    Merge pull request #5675 from blowekamp/gtest_modern_targets

  • Bradley Lowekamp Bradley Lowekamp committed [51c24a] on Code

    ENH: Use GTest::gtest and GTest::gtest_main targets

  • GitHub committed [2b17c8] on Code

    Merge pull request #5681 from thewtex/testing-externaldata

  • Matt McCormick committed [08d7f9] on Code

    COMP: Update CI ExternalDataVersion from 5.4.3 to 5.4.5

  • GitHub committed [e97ca2] on Code

    Merge pull request #5679 from blowekamp/algorithm_copy_range

  • Bradley Lowekamp Bradley Lowekamp committed [ecbf2e] on Code

    COMP: Add missing itkImageScanlineIterator header

  • Bradley Lowekamp Bradley Lowekamp committed [5b5852] on Code

    ENH: Use ImageRegionRange iterator in ImageAlgorithm::Copy

  • GitHub committed [27244a] on Code

    Merge pull request #5680 from N-Dekker/BUG-CastImageFilter-avoid-copy-uninitialized-pixels

  • Niels Dekker committed [026e0e] on Code

    BUG: Avoid copying uninitialized pixels in CastImageFilter

  • GitHub committed [f2dbad] on Code

    Merge pull request #5676 from thewtex/pixi-workspace

  • Matt McCormick committed [183b3e] on Code

    COMP: Update Azure Pipelines Windows image to windows-2022

  • Matt McCormick committed [56d39f] on Code

    COMP: Update tool.pixi.project to tool.pixi.workspace

  • GitHub committed [92e815] on Code

    Merge pull request #5678 from blowekamp/externaldata_project

  • Bradley Lowekamp Bradley Lowekamp committed [10d63b] on Code

    COMP: Fix ExternalData when ITK is built with FetchContent

  • GitHub committed [e6eeb6] on Code

    Merge pull request #5677 from dzenanz/azureVMimage

  • Dženan Zukić Dženan Zukić committed [28e6e2] on Code

    ENH: Update CI images from Windows-2019 to Windows-2022

  • GitHub committed [d93273] on Code

    Merge pull request #5674 from dzenanz/bsplineDoc

  • Dženan Zukić Dženan Zukić committed [0c78a3] on Code

    DOC: BSplineDeformableTransform does not have ImageConstPointer typedef

  • GitHub committed [271806] on Code

    Merge pull request #5672 from dzenanz/bsplineDoc

  • Dženan Zukić Dženan Zukić committed [f2d45f] on Code

    DOC: BSplineTransform does not have ImageConstPointer type alias

  • copilot-swe-agent[bot] committed [ee6aa9] on Code

    STYLE: Address code review nitpicks - fix comments and formatting

  • copilot-swe-agent[bot] committed [e757c9] on Code

    ENH: Address code review feedback - fix imports and add overflow checking

  • copilot-swe-agent[bot] committed [ba8abd] on Code

    ENH: Extract component type for composite pixel types in buffer protocol

  • copilot-swe-agent[bot] committed [4583a8] on Code

    ENH: Fix shape handling for multi-component images in buffer protocol

  • copilot-swe-agent[bot] committed [fb74ad] on Code

    ENH: Fix buffer protocol implementation to use PyBuffer directly

  • copilot-swe-agent[bot] committed [b200a6] on Code

    ENH: Add PEP 688 buffer protocol support infrastructure

  • copilot-swe-agent[bot] committed [f9a351] on Code

    Initial plan

1 >