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.1.2
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.2.0
Choose a head ref
  • 12 commits
  • 21 files changed
  • 6 contributors

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    ba0a7de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41f4969 View commit details
    Browse the repository at this point in the history
  3. MAINT: adding python 3.13 to CI and classifiers (#635)

    * MAINT: adding python 3.13 to CI and classifiers
    
    * TMP: using pandas nightly wheel for python 3.13
    
    * TMP: using pyarrows nightly wheel for python 3.13
    bsipocz authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    83f8d1b View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

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

    * [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.6.9](astral-sh/ruff-pre-commit@v0.1.4...v0.6.9)
    - [github.com/pre-commit/mirrors-mypy: v1.6.1 → v1.11.2](pre-commit/mirrors-mypy@v1.6.1...v1.11.2)
    - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)
    
    * [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>
    pre-commit-ci[bot] authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    8d6e25d View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

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

Commits on Nov 11, 2024

  1. CI: adding devdeps testing and cron and workflow dispatch (#639)

    * MAINT: fix tox syntax
    
    * CI: adding CI workflow to test with developer version of dependencies
    
    * CI: adding cronjob and workflow dispatch
    
    * CI: cleanup upper limits as these should be picked up by the devdeps job
    
    * CI: avoid windows error by relying on available pip; print out installed versions to help future debugging
    bsipocz authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    aee9a46 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. FIX: fix path suffix condition in core/read.py (#641)

    * Fix for documents with unknown number of multiple suffixes > 1
    
    * test
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * remove stray addition
    
    ---------
    
    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 Nov 12, 2024
    Configuration menu
    Copy the full SHA
    72b415f View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. ENH: Support translated notebooks (#600)

    * fall back to myst-parser for translated strings
    
    * add internationalization test
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * TST: use old sphinx generated comparison file
    
    * TST: ignoring metadata missing from old sphinx generated files
    
    * MAINT: cleanup debug prints
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    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>
    3 people authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    6ee8d01 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2024

  1. TST: fail on warnings (#647)

    * CONF: adding pytest config to fail on deprecationwarnings
    
    * DEP: remove deprecated sphinx usage
    
    * DEP: workaround deprecation
    
    * CONF: adding more deprecation warnings to ignore that are triggered upstream
    
    * CI: bump myst-parser dependency to avoid the deprecationwarning that gets triggered with the used version combo
    
    * Remove typoed upstream word to make codespell happy
    
    * CI: ignore warnings triggered only on windows
    bsipocz authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    2cd6874 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2025

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

Commits on Feb 6, 2025

  1. MAINT: fix CI in prep for release (#659)

    * CI: no need for pyarrow workaround any more
    
    * TST: check if matrix combo is OS dependent or version dependent
    
    * DEBUG: checking pillow for OS dependent issue
    bsipocz authored Feb 6, 2025
    Configuration menu
    Copy the full SHA
    9591314 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2025

  1. Preparing for v1.2.0 (#663)

    * DOC: adding changelog for v1.2.0
    
    * REL: bumping version for v1.2.0
    bsipocz authored Feb 7, 2025
    Configuration menu
    Copy the full SHA
    27c82f3 View commit details
    Browse the repository at this point in the history
Loading