Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ShataDg/CellProfiler
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: CellProfiler/CellProfiler
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 16 files changed
  • 4 contributors

Commits on Dec 18, 2024

  1. Add Gaussian Filter to CellProfiler library (CellProfiler#4962)

    * library module file for gaussian filter added
    * added documentation
    * make gaussian backwards compatible
      - skimage has remvoed automatic channel detection starting in version
        0.22, which we allow the use of
      - test_gaussianfilter[multichannel_image] breaks as a result
      - add checks to emulate prior behaviour
    
    ---------
    
    Co-authored-by: bethac07 <bcimini@broadinstitute.org>
    Co-authored-by: Nodar Gogoberidze <gnodar01@gmail.com>
    3 people authored Dec 18, 2024
    Configuration menu
    Copy the full SHA
    c12feff View commit details
    Browse the repository at this point in the history
  2. Bump centrosome (CellProfiler#4964)

    * Bump centrosome
    
    * Pixi install
    
    * Pixi update
    gnodar01 authored Dec 18, 2024
    Configuration menu
    Copy the full SHA
    0d1bf06 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2025

  1. feat(nix): add a version patcher to automatically keep deps updated with

    The version patcher overrides deps version metioned in the
    pyproject.toml file and force the build to use the versions available
    with nixpkgs.
    leoank authored and gnodar01 committed Jan 4, 2025
    Configuration menu
    Copy the full SHA
    d0b57eb View commit details
    Browse the repository at this point in the history
Loading