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: executablebooks/MyST-NB
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.0
Choose a base ref
...
head repository: executablebooks/MyST-NB
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.0
Choose a head ref
  • 20 commits
  • 127 files changed
  • 14 contributors

Commits on Feb 11, 2025

  1. DOCS: clarify meaning of merge_streams option (#664) (#665)

    Co-authored-by: Michael McNeil Forbes <michael.forbes+python@gmail.com>
    mforbes and Michael McNeil Forbes authored Feb 11, 2025
    Configuration menu
    Copy the full SHA
    59fd54f View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2025

  1. MAINT: minor cleanups (#669)

    * MAINT: exclude bots from release notes
    
    * RTD: fixing RTD build fail
    bsipocz authored Apr 24, 2025
    Configuration menu
    Copy the full SHA
    fc6f43c View commit details
    Browse the repository at this point in the history
  2. [pre-commit.ci] pre-commit autoupdate (#646)

    * [pre-commit.ci] pre-commit autoupdate
    
    updates:
    - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0)
    - [github.com/astral-sh/ruff-pre-commit: v0.1.4 → v0.11.4](astral-sh/ruff-pre-commit@v0.1.4...v0.11.4)
    - [github.com/pre-commit/mirrors-mypy: v1.6.1 → v1.15.0](pre-commit/mirrors-mypy@v1.6.1...v1.15.0)
    - [github.com/codespell-project/codespell: v2.2.6 → v2.4.1](codespell-project/codespell@v2.2.6...v2.4.1)
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * TST: update expected outputs
    
    * MAINT: adding ruff ignores for the test notebooks
    
    * MAINT: fix myst lint error
    
    * Do not auto-format include generated notebooks
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Brigitta Sipőcz <bsipocz@gmail.com>
    pre-commit-ci[bot] and bsipocz authored Apr 24, 2025
    Configuration menu
    Copy the full SHA
    c4acf78 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2025

  1. ENH: Adding scroll bars with proper cell tags (#454)

    * Adding support to tags 'output_scroll', 'scroll-output' and 'scroll-input'
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Scrollbar width, height, border radius and colors added as variables.
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Brigitta Sipőcz <bsipocz@gmail.com>
    3 people authored Apr 25, 2025
    Configuration menu
    Copy the full SHA
    4b7a0ed View commit details
    Browse the repository at this point in the history
  2. Use admonitions to style collapsible cells :) (#656)

    * Use admonitions to style collapsible cells :)
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Brigitta Sipőcz <bsipocz@gmail.com>
    3 people authored Apr 25, 2025
    Configuration menu
    Copy the full SHA
    9bccf22 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

  1. [pre-commit.ci] pre-commit autoupdate (#670)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.11.4 → v0.11.8](astral-sh/ruff-pre-commit@v0.11.4...v0.11.8)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored May 5, 2025
    Configuration menu
    Copy the full SHA
    dce2bbe View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2025

  1. [pre-commit.ci] pre-commit autoupdate (#671)

    * [pre-commit.ci] pre-commit autoupdate
    
    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.11.8 → v0.11.12](astral-sh/ruff-pre-commit@v0.11.8...v0.11.12)
    - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.0](pre-commit/mirrors-mypy@v1.15.0...v1.16.0)
    
    * Fix mypy errors
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Brigitta Sipőcz <bsipocz@gmail.com>
    pre-commit-ci[bot] and bsipocz authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    b663bac View commit details
    Browse the repository at this point in the history
  2. Mention conflict with myst_parser extension (#672)

    Co-authored-by: Václav Šmilauer <eu@doxos.eu>
    bsipocz and eudoxos authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    adcc42f View commit details
    Browse the repository at this point in the history
  3. TEST: Adding a test case for multiple captioned figures (#373)

    * TEST: Adding a test case for multiple captioned figures
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * MAINT: updating deprecated keywords
    
    * Fix typo in filename
    
    ---------
    
    Co-authored-by: Angus Hollands <goosey15@gmail.com>
    Co-authored-by: Brigitta Sipőcz <bsipocz@gmail.com>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    4 people authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    201a48c View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2025

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

Commits on Jul 2, 2025

  1. Improve output cells in dark mode (#679)

    * Add palettes to pick colors logically in light and dark theme
    
    * Make plain outputs borderless if highlighted
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Fix typo
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    jaladh-singhal and pre-commit-ci[bot] authored Jul 2, 2025
    Configuration menu
    Copy the full SHA
    fc73430 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump codecov/codecov-action in the actions group (#676)

    Bumps the actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action).
    
    
    Updates `codecov/codecov-action` from 4 to 5
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 2, 2025
    Configuration menu
    Copy the full SHA
    9fe8848 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2025

  1. Add scroll_outputs configuration (#683)

    * Add config options for scroll_outputs
    
    * Add tests for scrollable outputs in notebooks
    
    * Document cell tags for scrollable output/input
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * merge input output scroll tags css
    
    * Add .config_scroll_outputs in css to handle images differently
    
    Simplify repeated long selectors with :is() selector
    
    * Adjust max-height for output cells with images
    
    * Fix scrollable output class in expected AST for tests
    
    * Remove deprecated `output_scroll` from the docs
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    jaladh-singhal and pre-commit-ci[bot] authored Jul 4, 2025
    Configuration menu
    Copy the full SHA
    1ddc3a5 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2025

  1. [pre-commit.ci] pre-commit autoupdate (#685)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.11.12 → v0.12.2](astral-sh/ruff-pre-commit@v0.11.12...v0.12.2)
    - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.16.1](pre-commit/mirrors-mypy@v1.16.0...v1.16.1)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Jul 7, 2025
    Configuration menu
    Copy the full SHA
    29d6e15 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2025

  1. ENH: Add handling of image based PendingGlueReference in `generate_…

    …any_nodes` (#675)
    
    * handling of pending image glue
    
    * an orphaned image
    
    * display cross-ref orphaned img
    
    * MAINT: remove debug line
    
    ---------
    
    Co-authored-by: Brigitta Sipőcz <bsipocz@gmail.com>
    Co-authored-by: Brigitta Sipőcz <b.sipocz@gmail.com>
    3 people authored Jul 13, 2025
    Configuration menu
    Copy the full SHA
    b7387d5 View commit details
    Browse the repository at this point in the history
  2. MAINT: limit ipython in tox job, too (#687)

    * MAINT: adding ipython/coconut limit into tox
    
    * MAINT: adding pip, too
    bsipocz authored Jul 13, 2025
    Configuration menu
    Copy the full SHA
    4020e26 View commit details
    Browse the repository at this point in the history
  3. docs: nicer types in docs (#688)

    Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
    henryiii authored Jul 13, 2025
    Configuration menu
    Copy the full SHA
    1e2d1a4 View commit details
    Browse the repository at this point in the history
  4. Adding more bots to ignore

    bsipocz authored Jul 13, 2025
    Configuration menu
    Copy the full SHA
    ff699ca View commit details
    Browse the repository at this point in the history
  5. And one more bot to ignore

    bsipocz authored Jul 13, 2025
    Configuration menu
    Copy the full SHA
    23b2d62 View commit details
    Browse the repository at this point in the history
  6. Preparing for release v1.3

    bsipocz committed Jul 13, 2025
    Configuration menu
    Copy the full SHA
    6bb973c View commit details
    Browse the repository at this point in the history
Loading