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.2
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.3
Choose a head ref
  • 3 commits
  • 7 files changed
  • 2 contributors

Commits on Nov 10, 2025

  1. chore: Bump python version for jupyter-for-local to 3.11 (#21)

    * chore: bump python version for jupyter-for-local to 3.11
    
    * revert: change in test-local
    mfranczel authored Nov 10, 2025
    Configuration menu
    Copy the full SHA
    7e6cd2a View commit details
    Browse the repository at this point in the history
  2. chore: Add regression tests for DataFrame rendering and analysis (#25)

    * fix(trino): convert STRUCT/ROW/ARRAY types to valid JSON strings
    
    * fix: imports due to Trino update (0.327.0 -> 0.330.0)
    
    * chore: Add regression tests for DataFrame rendering and analysis
    m1so authored Nov 10, 2025
    Configuration menu
    Copy the full SHA
    cc6a555 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2025

  1. fix: Escaping in SQL templates for qmark parameter style (#27)

    * fix: Escaping in SQL templates for `qmark` parameter style
    
    * fix: Align DuckDB with `qmark` fixes
    
    * chore: Clean up parameter style handling for DuckDB dialect
    
    * chore: Cover default DuckDB parameter style handling with test
    m1so authored Nov 11, 2025
    Configuration menu
    Copy the full SHA
    7d91cd6 View commit details
    Browse the repository at this point in the history
Loading