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: psobolewskiPhD/scipy2024-tutorial
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: scipy-2024-image-analysis/tutorial
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.
  • 16 commits
  • 17 files changed
  • 4 contributors

Commits on Jul 6, 2024

  1. Fix code in exercises (scipy-2024-image-analysis#3)

    * Use consistent part and file numbering
    
    * Add missing import
    
    * Rename solutions to match excercises
    
    * Sync code cell between exercice and solution
    
    * Update order to match planned speaking order
    
    * Update copyright
    
    for some reason this defaults to 2023 according to the docs? [1]
    
    [1] https://jupyterbook.org/en/stable/customize/config.html#configuration-defaults
    
    * Reorder speakers according to review
    
    and add Peter as well.
    lagru authored Jul 6, 2024
    Configuration menu
    Copy the full SHA
    79c8821 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. Use joined scikit-image & napari logo (scipy-2024-image-analysis#7)

    Add & use joined skimage-napari logo
    
    instead of the old napari only logo.
    lagru authored Jul 7, 2024
    Configuration menu
    Copy the full SHA
    8299c8a View commit details
    Browse the repository at this point in the history
  2. Update 02_segmentation_and_measuring.md to mention nbscreenshot expli…

    …citly (scipy-2024-image-analysis#5)
    
    * Update 02_segmentation_and_measuring.md to mention nbscreenshot explicitly
    
    * small copy edit
    psobolewskiPhD authored Jul 7, 2024
    Configuration menu
    Copy the full SHA
    d5d10f8 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Add dedicated page for running the notebooks (scipy-2024-image-analys…

    …is#8)
    
    * Add dedicated page for running the notebooks
    
    * add jupyterlab-myst to conda env
    
    * add jupyterlab-myst to req.txt
    
    * add notebook setup to ToC and copy the clone/zip to install dependencies.
    
    * clarify the install/clone/download
    
    * Update for review comments
    
    * Move the new content to the existing install file
    
    * Fix ToC
    
    * Cleanup / streamline headings
    
    Two top-level headings weren't rendered correctly by jupyter-book in
    the sidebar. Instead just rename the section to "Setup" which should be
    more fitting.
    
    Also make sure that all headings use the same mood: imperative.
    
    ---------
    
    Co-authored-by: Lars Grüter <[email protected]>
    psobolewskiPhD and lagru authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    11fe8d1 View commit details
    Browse the repository at this point in the history
  2. Update install_dependencies.md to include arm64 (scipy-2024-image-ana…

    …lysis#6)
    
    * Update install_dependencies.md to include arm64
    
    * Remove the note about not using the arm64 miniforge.
    
    * fix numbering, just in case
    psobolewskiPhD authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    a30b9a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Tweak exercises 3 and 5 in filtering (scipy-2024-image-analysis#9)

    * Remove misleading instruction
    
    That reshape isn't actually necessary.
    
    * Tweak exercise 3
    
    Derive the center from the shape.
    lagru authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    5c52aff View commit details
    Browse the repository at this point in the history
  2. Edits to images are arrays

    stefanv committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    9e445e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0673677 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97369d7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7520bb5 View commit details
    Browse the repository at this point in the history
  6. Ignore generated notebooks

    stefanv committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    3eb24a7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a3cbbc4 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Support widgets via ipympl backend (scipy-2024-image-analysis#11)

    I did not fix the convolution example; that one looks like it may have
    step-dependent figure construction.
    stefanv authored Jul 13, 2024
    Configuration menu
    Copy the full SHA
    fd7785a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4c7233 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6fdcd9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dae4a74 View commit details
    Browse the repository at this point in the history
Loading