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: DeepLabCut/DeepLabCut
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.6
Choose a base ref
...
head repository: DeepLabCut/DeepLabCut
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.7
Choose a head ref
  • 16 commits
  • 28 files changed
  • 6 contributors

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    c0dba2b View commit details
    Browse the repository at this point in the history
  2. Update maDLC_UserGuide.md (#2394)

    switch everything to config_path as there was config_path and path_config_file - confusing
    Timokleia authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    b7ec72d View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    6b6b827 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Update python-package.yml (#2401)

    * Update python-package.yml
    
    Drop 3.7 and 3.8 testing
    
    * Update Demo_napari.ipynb
    
    - spelling error
    
    * Update Demo_napari.ipynb
    
    - spelling
    
    * Update roadmap.md
    
    - spelling error
    
    * Update auxiliaryfunctions_3d.py
    
    * Update installation.md
    
    - spelling
    MMathisLab authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    ded9767 View commit details
    Browse the repository at this point in the history
  2. Bump python to 3.9 (#2402)

    jeylau authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    941dc45 View commit details
    Browse the repository at this point in the history
  3. Address underlying compatibility issue with scipy 1.11.0 (#2396)

    See warning in scipy 1.9's documentation.
    See warning in https://docs.scipy.org/doc/scipy-1.9.0/reference/generated/scipy.stats.mode.html
    
    The SPEC0 suggests that scipy 1.8 be dropped in 2024, but I think it is
    OK to drop it a little early.
    
    If you don't want to drop it, we could add a version check for the
    keyword argument, but that seems a little much.
    
    The keyword argument `keepdims` was added in scipy 1.9
    
    xref: #2290
    hmaarrfk authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    c6ec391 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Update standardDeepLabCut_UserGuide.md (#2403)

    * Update standardDeepLabCut_UserGuide.md
    MMathisLab authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    62e4863 View commit details
    Browse the repository at this point in the history
  2. Unifying docs on Napari DeepLabCut (#2399)

    * Update README.md
    * Update CONTRIBUTING.md
    * Update napariGUI.md
    ---------
    
    Co-authored-by: Mackenzie Mathis <[email protected]>
    Timokleia and MMathisLab authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    0a95843 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Update publish-book.yml (#2404)

    * Update publish-book.yml
    
    - update node for github actions
    
    * Rename napariGUI.md to napari_GUI.md
    
    * Update _toc.yml
    
    - unify formatting
    MMathisLab authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    0d962b5 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Napari Flowchart (#2406)

    * Update README.md
    
    * Update CONTRIBUTING.md
    
    * Update CONTRIBUTING.md
    
    * Update CONTRIBUTING.md
    
    * Update CONTRIBUTING.md
    
    * Update CONTRIBUTING.md
    
    * Update CONTRIBUTING.md
    
    * Update napariGUI.md
    
    Added all the details and info present in the napari-deeplabcut ReadMe file missing from here
    didnt touch installation
    
    * Update CONTRIBUTING.md
    
    * Update CONTRIBUTING.md
    
    remove old changes
    
    * Update README.md
    
    remove old changes
    
    * Update CONTRIBUTING.md
    
    remove old changes
    
    * Update CONTRIBUTING.md
    
    small update
    
    * Update napariGUI.md
    
    * Update napariGUI.md
    
    * Update napariGUI.md
    
    correct the chart syntax
    
    * Update _config.yml
    
    make sure that mermaid is processed
    
    * Update napariGUI.md
    
    removed the svg temporarily - till we define which one we will use
    
    * Update napariGUI.md
    
    removing sth old to change
    
    * Add missing sphinxcontrib package
    
    * Fix mermaid output format
    
    * Rename .md file
    
    * Update file name
    
    ---------
    
    Co-authored-by: Mackenzie Mathis <[email protected]>
    Co-authored-by: Jessy Lauer <[email protected]>
    3 people authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    df265a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28dc28c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c755bb View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    3f021cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    887c754 View commit details
    Browse the repository at this point in the history
  3. Fix link typos and conversion (#2409)

    * Fix link typos
    AlexEMG authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    549ff92 View commit details
    Browse the repository at this point in the history
  4. Update version (#2413)

    AlexEMG authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    7d7a57b View commit details
    Browse the repository at this point in the history
Loading