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: deepnote/deepnote-toolkit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.1.3
Choose a base ref
...
head repository: deepnote/deepnote-toolkit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.1.4
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Nov 11, 2025

  1. chore(dependencies): Downgrade matplotlib-inline for Python 3.10 (#26)

    * chore(dependencies): Downgrade matplotlib-inline for Python 3.10
    
    * fix: Ignore matplotlib-inline unknown license
    
    * chore: Bump Poetry to v2.2.1 (from v2.2.0)
    
    * test: Downgrade matplotlib-inline to 0.1 for all Python versions
    
    * test: Remove matplotlib-inline to see if CI works correctly
    
    * test: Downgrade to Poetry 2.1.4
    
    * test: Pin importlib-metadata for Python 3.9
    
    * fix: Revert failed importlib-metadata downgrade
    
    * fix: Revert changes after Poetry installation step now succeeds
    m1so authored Nov 11, 2025
    Configuration menu
    Copy the full SHA
    7c193ca View commit details
    Browse the repository at this point in the history
  2. chore(ci): Combine code coverage in CI before uploading to codecov (#24)

    * chore(ci): Combine code coverage in CI before uploading to codecov
    
    * fix(ci): Account for parallel mode creating multiple coverage files
    
    * test: Debug coverage files
    
    * fix: Debug coverage artifacts
    
    * test: Simplify code coverage artifact paths
    
    * test: Inspect generated coverage files as they are missing before upload
    
    * fix: Ensure upload-artifact action includes gitignored `.coverage` file
    
    * test: Debug coverage combining step
    
    * fix: Coverage artifact ID incrementing
    
    * fix: Fail fast and use correct directory when combining coverage files
    
    * fix: Only upload the provided combined coverage file to codecov
    
    * chore(ci): Simplify the logic and error handling for combining coverage
    
    * fix: Debug coverage using nox target
    
    * fix: Lint
    
    * chore: Incorporate PR review suggestions
    m1so authored Nov 11, 2025
    Configuration menu
    Copy the full SHA
    9994c8f View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2025

  1. Configuration menu
    Copy the full SHA
    8135e40 View commit details
    Browse the repository at this point in the history
Loading