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: Safe-DS/Library
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.17.1
Choose a base ref
...
head repository: Safe-DS/Library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.18.0
Choose a head ref
  • 17 commits
  • 173 files changed
  • 8 contributors

Commits on Jan 20, 2024

  1. feat: Add adjust_color_balance method in Image (#530)

    Closes #525
    
    ### Summary of Changes
    
    Added adjust_color_balance method for the new image class. Works just
    like the adjust_color_balance method from the old image with pillow.
    
    ---------
    
    Co-authored-by: megalinter-bot <129584137+megalinter-bot@users.noreply.github.com>
    Co-authored-by: Lars Reimann <mail@larsreimann.com>
    3 people authored Jan 20, 2024
    Configuration menu
    Copy the full SHA
    dba23f9 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. feat: Add find_edges method in Image (#531)

    Closes #523 
    
    ### Summary of Changes
    
    Added find_edges method for the new image class. Works just like the
    find_edges method from the old Image class with pillow.
    Fixed images with one channel for both repr and both to_file methods.
    Added grayscale images that only contain one channel each.
    Re-enabled Image.adjust_color_balance & Image.find_edges in the Image
    tutorial.
    Added warning for adjust_color_balance if it is used on a grayscale
    image.
    
    ---------
    
    Co-authored-by: megalinter-bot <129584137+megalinter-bot@users.noreply.github.com>
    Marsmaennchen221 and megalinter-bot authored Jan 21, 2024
    Configuration menu
    Copy the full SHA
    d728eb6 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. docs: update guidelines for docstrings (#533)

    ### Summary of Changes
    
    Update guidelines for docstrings. It's no longer recommended to include
    type hints for parameters/results in docstrings.
    lars-reimann authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    0cfe80a View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. feat: class for time series (#508)

    Closes #481 
    
    ### Summary of Changes
    
    <!-- Please provide a summary of changes in this pull request, ensuring
    all changes are explained. -->
    added the time series class, with all basic tests and functionalities
    so it can be used like a normal table or taggedtrable with an extra time column
    
    ---------
    
    Co-authored-by: Ettl<AndiWrp>
    Co-authored-by: Simon <s6snbreu@uni-bonn.de>
    Co-authored-by: megalinter-bot <129584137+megalinter-bot@users.noreply.github.com>
    Co-authored-by: Simon Breuer <86068340+sibre28@users.noreply.github.com>
    Co-authored-by: Alexander <47296670+Marsmaennchen221@users.noreply.github.com>
    5 people authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    73cdfb1 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. build(deps-dev): bump semantic-release from 22.0.12 to 23.0.0 (#535)

    Bumps
    [semantic-release](https://github.com/semantic-release/semantic-release)
    from 22.0.12 to 23.0.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/semantic-release/semantic-release/releases">semantic-release's
    releases</a>.</em></p>
    <blockquote>
    <h2>v23.0.0</h2>
    <h1><a
    href="https://github.com/semantic-release/semantic-release/compare/v22.0.12...v23.0.0">23.0.0</a>
    (2024-01-12)</h1>
    <h3>Bug Fixes</h3>
    <ul>
    <li><strong>deps:</strong> update dependency cosmiconfig to v9 (<a
    href="https://redirect.github.com/semantic-release/semantic-release/issues/3105">#3105</a>)
    (<a
    href="https://github.com/semantic-release/semantic-release/commit/07dde042bbdd4a407dbf7f7a5b8ab2d11abdb8c3">07dde04</a>)</li>
    <li><strong>deps:</strong> update dependency marked to v11 (<a
    href="https://redirect.github.com/semantic-release/semantic-release/issues/3079">#3079</a>)
    (<a
    href="https://github.com/semantic-release/semantic-release/commit/6d2a6f1aa658cfdfa905f19a4c54f38ebdfc94ef">6d2a6f1</a>)</li>
    <li><strong>deps:</strong> upgraded to the latest version of env-ci (<a
    href="https://github.com/semantic-release/semantic-release/commit/0d0ed9d08a26ed5e146fcba5a58d760f7a1ebd02">0d0ed9d</a>)</li>
    <li>use one note reference per tag to prevent conflicts (<a
    href="https://redirect.github.com/semantic-release/semantic-release/issues/2085">#2085</a>)
    (<a
    href="https://github.com/semantic-release/semantic-release/commit/020ea7d7d5aa6c123fe4c97754b6b1b36c0a8e2c">020ea7d</a>)</li>
    </ul>
    <h3>Features</h3>
    <ul>
    <li><strong>node-versions:</strong> dropped support for node v18 and
    raised the minimum for v20 (<a
    href="https://github.com/semantic-release/semantic-release/commit/2904832967c9160d3e293ce4be7a12aef0318a95">2904832</a>),
    closes <a
    href="https://redirect.github.com//redirect.github.com/semantic-release/gitlab/pull/647/issues/discussion_r1423131205">semantic-release/gitlab#647</a></li>
    </ul>
    <h3>BREAKING CHANGES</h3>
    <ul>
    <li><strong>deps:</strong> woodpecker ci users need to upgrade to v1.0.0
    or higher to remain supported. see
    <a
    href="https://github.com/semantic-release/env-ci/releases/tag/v11.0.0">https://github.com/semantic-release/env-ci/releases/tag/v11.0.0</a>
    for more information</li>
    <li><strong>node-versions:</strong> support for node v18 has been
    dropped and the minimum for v20 is now v20.8.1</li>
    </ul>
    <p>related to <a
    href="https://github.com/semantic-release/semantic-release/discussions/3088">https://github.com/semantic-release/semantic-release/discussions/3088</a></p>
    <ul>
    <li><strong>deps:</strong> if using <code>release.config.js</code> as
    the name of your config file, it needs to be moved to a
    <code>.config/</code> directory or renamed to <code>.releaserc.js</code>
    to keep it in the root of the repository. see <a
    href="https://github.com/cosmiconfig/cosmiconfig/releases/tag/v9.0.0">https://github.com/cosmiconfig/cosmiconfig/releases/tag/v9.0.0</a>
    for more detail</li>
    </ul>
    <h2>v23.0.0-beta.5</h2>
    <h1><a
    href="https://github.com/semantic-release/semantic-release/compare/v23.0.0-beta.4...v23.0.0-beta.5">23.0.0-beta.5</a>
    (2024-01-05)</h1>
    <h3>Bug Fixes</h3>
    <ul>
    <li>use one note reference per tag to prevent conflicts (<a
    href="https://redirect.github.com/semantic-release/semantic-release/issues/2085">#2085</a>)
    (<a
    href="https://github.com/semantic-release/semantic-release/commit/020ea7d7d5aa6c123fe4c97754b6b1b36c0a8e2c">020ea7d</a>)</li>
    </ul>
    <h2>v23.0.0-beta.4</h2>
    <h1><a
    href="https://github.com/semantic-release/semantic-release/compare/v23.0.0-beta.3...v23.0.0-beta.4">23.0.0-beta.4</a>
    (2024-01-05)</h1>
    <h3>Bug Fixes</h3>
    <ul>
    <li><strong>deps:</strong> update dependency marked to v11 (<a
    href="https://redirect.github.com/semantic-release/semantic-release/issues/3079">#3079</a>)
    (<a
    href="https://github.com/semantic-release/semantic-release/commit/6d2a6f1aa658cfdfa905f19a4c54f38ebdfc94ef">6d2a6f1</a>)</li>
    </ul>
    <h2>v23.0.0-beta.3</h2>
    <h1><a
    href="https://github.com/semantic-release/semantic-release/compare/v23.0.0-beta.2...v23.0.0-beta.3">23.0.0-beta.3</a>
    (2023-12-16)</h1>
    <h3>Bug Fixes</h3>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/semantic-release/semantic-release/commit/58e21774cb91456da01c9d999359deb102e8c0d3"><code>58e2177</code></a>
    next major (<a
    href="https://redirect.github.com/semantic-release/semantic-release/issues/3111">#3111</a>)</li>
    <li><a
    href="https://github.com/semantic-release/semantic-release/commit/8066b7fd5433fa8b9fc9ec6decf9c0163551cf7f"><code>8066b7f</code></a>
    Merge branch 'master' of github.com:semantic-release/semantic-release
    into beta</li>
    <li><a
    href="https://github.com/semantic-release/semantic-release/commit/f31d43c429241144bdb8ecb4af87a91657b5b4bc"><code>f31d43c</code></a>
    ci(action): update github/codeql-action action to v3.23.0 (<a
    href="https://redirect.github.com/semantic-release/semantic-release/issues/3136">#3136</a>)</li>
    <li><a
    href="https://github.com/semantic-release/semantic-release/commit/13f980149abfe16e7594b56300f30766ada24d89"><code>13f9801</code></a>
    chore(deps): lock file maintenance (<a
    href="https://redirect.github.com/semantic-release/semantic-release/issues/3134">#3134</a>)</li>
    <li><a
    href="https://github.com/semantic-release/semantic-release/commit/020ea7d7d5aa6c123fe4c97754b6b1b36c0a8e2c"><code>020ea7d</code></a>
    fix: use one note reference per tag to prevent conflicts (<a
    href="https://redirect.github.com/semantic-release/semantic-release/issues/2085">#2085</a>)</li>
    <li><a
    href="https://github.com/semantic-release/semantic-release/commit/6d2a6f1aa658cfdfa905f19a4c54f38ebdfc94ef"><code>6d2a6f1</code></a>
    fix(deps): update dependency marked to v11 (<a
    href="https://redirect.github.com/semantic-release/semantic-release/issues/3079">#3079</a>)</li>
    <li><a
    href="https://github.com/semantic-release/semantic-release/commit/ce580be16d13b96e6fdb19eafc6fa26b1aee9833"><code>ce580be</code></a>
    Merge branch 'master' into beta</li>
    <li><a
    href="https://github.com/semantic-release/semantic-release/commit/d4b7c9a23d3d031efd8499d26f1cc239746c5246"><code>d4b7c9a</code></a>
    chore(deps): update dependency c8 to v9 (<a
    href="https://redirect.github.com/semantic-release/semantic-release/issues/3128">#3128</a>)</li>
    <li><a
    href="https://github.com/semantic-release/semantic-release/commit/7983c573007def335ce88912157dc1d1dd1be09b"><code>7983c57</code></a>
    ci(renovate): fixed reference to the org-level config</li>
    <li><a
    href="https://github.com/semantic-release/semantic-release/commit/50ad70f2296f4cc22ea075393c1a8d9bbcacd5b6"><code>50ad70f</code></a>
    chore(deps): lock file maintenance (<a
    href="https://redirect.github.com/semantic-release/semantic-release/issues/3126">#3126</a>)</li>
    <li>Additional commits viewable in <a
    href="https://github.com/semantic-release/semantic-release/compare/v22.0.12...v23.0.0">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=semantic-release&package-manager=npm_and_yarn&previous-version=22.0.12&new-version=23.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    a6e855a View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. build: Add Python 3.12 support (#536)

    ### Summary of Changes
    
    Add Python 3.12 support
    Update used cuda Version to 12.1
    Update PyTorch to Version 2.2
    Update TorchVision to Version 0.17
    Marsmaennchen221 authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    053bd09 View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump notebook from 7.0.6 to 7.0.7 (#537)

    Bumps [notebook](https://github.com/jupyter/notebook) from 7.0.6 to
    7.0.7.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/jupyter/notebook/releases">notebook's
    releases</a>.</em></p>
    <blockquote>
    <h2>v7.0.7</h2>
    <h2>7.0.7</h2>
    <p>(<a
    href="https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.0.6...089c78c48fd00b2b0d2f33e4463eb42018e86803">Full
    Changelog</a>)</p>
    <h3>Enhancements made</h3>
    <ul>
    <li>Update to JupyterLab 4.0.11 <a
    href="https://redirect.github.com/jupyter/notebook/pull/7215">#7215</a>
    (<a
    href="https://github.com/krassowski"><code>@​krassowski</code></a>)</li>
    </ul>
    <h3>Maintenance and upkeep improvements</h3>
    <ul>
    <li>Update ruff config and typing <a
    href="https://redirect.github.com/jupyter/notebook/pull/7145">#7145</a>
    (<a
    href="https://github.com/blink1073"><code>@​blink1073</code></a>)</li>
    <li>Clean up lint handling <a
    href="https://redirect.github.com/jupyter/notebook/pull/7142">#7142</a>
    (<a
    href="https://github.com/blink1073"><code>@​blink1073</code></a>)</li>
    <li>Adopt ruff format <a
    href="https://redirect.github.com/jupyter/notebook/pull/7132">#7132</a>
    (<a
    href="https://github.com/blink1073"><code>@​blink1073</code></a>)</li>
    <li>[7.0.x] Install stable JupyterLab 4.0 in the releaser hook <a
    href="https://redirect.github.com/jupyter/notebook/pull/7183">#7183</a>
    (<a href="https://github.com/jtpio"><code>@​jtpio</code></a>)</li>
    <li>Update publish-release workflow for PyPI trusted publisher <a
    href="https://redirect.github.com/jupyter/notebook/pull/7176">#7176</a>
    (<a href="https://github.com/jtpio"><code>@​jtpio</code></a>)</li>
    </ul>
    <h3>Contributors to this release</h3>
    <p>(<a
    href="https://github.com/jupyter/notebook/graphs/contributors?from=2023-10-17&amp;to=2024-01-19&amp;type=c">GitHub
    contributors page for this release</a>)</p>
    <p><a
    href="https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Abrichet+updated%3A2023-10-17..2024-01-19&amp;type=Issues"><code>@​brichet</code></a>
    | <a
    href="https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ad5423197+updated%3A2023-10-17..2024-01-19&amp;type=Issues"><code>@​d5423197</code></a>
    | <a
    href="https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-10-17..2024-01-19&amp;type=Issues"><code>@​github-actions</code></a>
    | <a
    href="https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-10-17..2024-01-19&amp;type=Issues"><code>@​jtpio</code></a>
    | <a
    href="https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Akrassowski+updated%3A2023-10-17..2024-01-19&amp;type=Issues"><code>@​krassowski</code></a>
    | <a
    href="https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ameeseeksmachine+updated%3A2023-10-17..2024-01-19&amp;type=Issues"><code>@​meeseeksmachine</code></a></p>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/jupyter/notebook/blob/@jupyter-notebook/tree@7.0.7/CHANGELOG.md">notebook's
    changelog</a>.</em></p>
    <blockquote>
    <h2>7.0.7</h2>
    <p>(<a
    href="https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.0.6...089c78c48fd00b2b0d2f33e4463eb42018e86803">Full
    Changelog</a>)</p>
    <h3>Enhancements made</h3>
    <ul>
    <li>Update to JupyterLab 4.0.11 <a
    href="https://redirect.github.com/jupyter/notebook/pull/7215">#7215</a>
    (<a
    href="https://github.com/krassowski"><code>@​krassowski</code></a>)</li>
    </ul>
    <h3>Maintenance and upkeep improvements</h3>
    <ul>
    <li>Update ruff config and typing <a
    href="https://redirect.github.com/jupyter/notebook/pull/7145">#7145</a>
    (<a
    href="https://github.com/blink1073"><code>@​blink1073</code></a>)</li>
    <li>Clean up lint handling <a
    href="https://redirect.github.com/jupyter/notebook/pull/7142">#7142</a>
    (<a
    href="https://github.com/blink1073"><code>@​blink1073</code></a>)</li>
    <li>Adopt ruff format <a
    href="https://redirect.github.com/jupyter/notebook/pull/7132">#7132</a>
    (<a
    href="https://github.com/blink1073"><code>@​blink1073</code></a>)</li>
    <li>[7.0.x] Install stable JupyterLab 4.0 in the releaser hook <a
    href="https://redirect.github.com/jupyter/notebook/pull/7183">#7183</a>
    (<a href="https://github.com/jtpio"><code>@​jtpio</code></a>)</li>
    <li>Update publish-release workflow for PyPI trusted publisher <a
    href="https://redirect.github.com/jupyter/notebook/pull/7176">#7176</a>
    (<a href="https://github.com/jtpio"><code>@​jtpio</code></a>)</li>
    </ul>
    <h3>Contributors to this release</h3>
    <p>(<a
    href="https://github.com/jupyter/notebook/graphs/contributors?from=2023-10-17&amp;to=2024-01-19&amp;type=c">GitHub
    contributors page for this release</a>)</p>
    <p><a
    href="https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Abrichet+updated%3A2023-10-17..2024-01-19&amp;type=Issues"><code>@​brichet</code></a>
    | <a
    href="https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ad5423197+updated%3A2023-10-17..2024-01-19&amp;type=Issues"><code>@​d5423197</code></a>
    | <a
    href="https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-10-17..2024-01-19&amp;type=Issues"><code>@​github-actions</code></a>
    | <a
    href="https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-10-17..2024-01-19&amp;type=Issues"><code>@​jtpio</code></a>
    | <a
    href="https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Akrassowski+updated%3A2023-10-17..2024-01-19&amp;type=Issues"><code>@​krassowski</code></a>
    | <a
    href="https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ameeseeksmachine+updated%3A2023-10-17..2024-01-19&amp;type=Issues"><code>@​meeseeksmachine</code></a></p>
    <!-- raw HTML omitted -->
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/jupyter/notebook/commit/80e992e9f4cfa6cc1fcf4d84cebe09d53e769790"><code>80e992e</code></a>
    Publish 7.0.7</li>
    <li><a
    href="https://github.com/jupyter/notebook/commit/089c78c48fd00b2b0d2f33e4463eb42018e86803"><code>089c78c</code></a>
    Update to JupyterLab 4.0.11 (<a
    href="https://redirect.github.com/jupyter/notebook/issues/7215">#7215</a>)</li>
    <li><a
    href="https://github.com/jupyter/notebook/commit/109ba7578886283ad7be54d189904132bd7bb6f0"><code>109ba75</code></a>
    Backport PR <a
    href="https://redirect.github.com/jupyter/notebook/issues/7176">#7176</a>:
    Update publish-release workflow for PyPI trusted publisher...</li>
    <li><a
    href="https://github.com/jupyter/notebook/commit/d252423198e3bce218fd4c370a706f373dcb4c78"><code>d252423</code></a>
    Update ruff config and typing (<a
    href="https://redirect.github.com/jupyter/notebook/issues/7145">#7145</a>)
    (<a
    href="https://redirect.github.com/jupyter/notebook/issues/7186">#7186</a>)</li>
    <li><a
    href="https://github.com/jupyter/notebook/commit/d2ef92f0b385b7ecd11cbf0f3af181ee8e494623"><code>d2ef92f</code></a>
    Backport PR <a
    href="https://redirect.github.com/jupyter/notebook/issues/7142">#7142</a>:
    Clean up lint handling (<a
    href="https://redirect.github.com/jupyter/notebook/issues/7185">#7185</a>)</li>
    <li><a
    href="https://github.com/jupyter/notebook/commit/8e9390d9af903f34bb1c8414c7e9b49d2fdec32f"><code>8e9390d</code></a>
    Backport PR <a
    href="https://redirect.github.com/jupyter/notebook/issues/7132">#7132</a>:
    Adopt ruff format (<a
    href="https://redirect.github.com/jupyter/notebook/issues/7184">#7184</a>)</li>
    <li><a
    href="https://github.com/jupyter/notebook/commit/4d07f1ee9b6d3dca2736e2bf3a1254451add8259"><code>4d07f1e</code></a>
    Install stable JupyterLab 4.0 in the releaser hook (<a
    href="https://redirect.github.com/jupyter/notebook/issues/7183">#7183</a>)</li>
    <li><a
    href="https://github.com/jupyter/notebook/commit/e73d410074e6dbf97273f761d1513ff61db2965c"><code>e73d410</code></a>
    Updated ui-tests Configuration in Contributing.md (<a
    href="https://redirect.github.com/jupyter/notebook/issues/7124">#7124</a>)</li>
    <li><a
    href="https://github.com/jupyter/notebook/commit/ea1a1538ef56084654b7486e1d0b96f06b33acbe"><code>ea1a153</code></a>
    Set <code>navigation_with_keys</code> to <code>False</code> (<a
    href="https://redirect.github.com/jupyter/notebook/issues/7129">#7129</a>)</li>
    <li><a
    href="https://github.com/jupyter/notebook/commit/d717c6b3613f3609139bc2b9fe8d0a126aaeeae2"><code>d717c6b</code></a>
    Add Python 3.12 classifier (<a
    href="https://redirect.github.com/jupyter/notebook/issues/7111">#7111</a>)</li>
    <li>See full diff in <a
    href="https://github.com/jupyter/notebook/compare/@jupyter-notebook/tree@7.0.6...@jupyter-notebook/tree@7.0.7">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=notebook&package-manager=pip&previous-version=7.0.6&new-version=7.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the
    [Security Alerts
    page](https://github.com/Safe-DS/Library/network/alerts).
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    2d0ecf1 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump seaborn from 0.13.1 to 0.13.2 (#541)

    Bumps [seaborn](https://github.com/mwaskom/seaborn) from 0.13.1 to
    0.13.2.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/mwaskom/seaborn/releases">seaborn's
    releases</a>.</em></p>
    <blockquote>
    <h2>v0.13.2 (January 2024)</h2>
    <p>This is a minor release containing internal changes that adapt to
    upcoming deprecations in pandas. All users are encouraged to update.</p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/mwaskom/seaborn/commit/9521ea1f29b5ce1df1aa2ed6f65f3bd1c63884bb"><code>9521ea1</code></a>
    Bump version for v0.13.2</li>
    <li><a
    href="https://github.com/mwaskom/seaborn/commit/7910f1335e1cefae0c29dcb1d6b0e6592737c837"><code>7910f13</code></a>
    Merge branch 'master' into v0.13</li>
    <li><a
    href="https://github.com/mwaskom/seaborn/commit/b95d6d1ce9dfed6970015d8bdad9068b5749868a"><code>b95d6d1</code></a>
    Tweak language</li>
    <li><a
    href="https://github.com/mwaskom/seaborn/commit/877ca7c0d516bafa51118aceee01b8a7a251deb1"><code>877ca7c</code></a>
    Merge branch 'master' into v0.13</li>
    <li><a
    href="https://github.com/mwaskom/seaborn/commit/5ef7c27aac9f96e97fa1aac0ba106bac7d3febf0"><code>5ef7c27</code></a>
    Add v0.13.2 release notes</li>
    <li><a
    href="https://github.com/mwaskom/seaborn/commit/7aed2a044ce2754a53729251184d65b723ada892"><code>7aed2a0</code></a>
    Adapt to deprecations in pandas 2.2.0 (<a
    href="https://redirect.github.com/mwaskom/seaborn/issues/3620">#3620</a>)</li>
    <li><a
    href="https://github.com/mwaskom/seaborn/commit/a3cb0f1b33551eb25fed1907d0abdd0237fac215"><code>a3cb0f1</code></a>
    microscopic typofix: &quot;swaarms&quot; (<a
    href="https://redirect.github.com/mwaskom/seaborn/issues/3611">#3611</a>)</li>
    <li>See full diff in <a
    href="https://github.com/mwaskom/seaborn/compare/v0.13.1...v0.13.2">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=seaborn&package-manager=pip&previous-version=0.13.1&new-version=0.13.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    5c1f917 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump scikit-learn from 1.3.2 to 1.4.0 (#539)

    Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from
    1.3.2 to 1.4.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/scikit-learn/scikit-learn/releases">scikit-learn's
    releases</a>.</em></p>
    <blockquote>
    <h2>Scikit-learn 1.4.0</h2>
    <p>We're happy to announce the 1.4.0 release.</p>
    <p>You can read the release highlights under <a
    href="https://scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_4_0.html">https://scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_4_0.html</a>
    and the long version of the change log under <a
    href="https://scikit-learn.org/stable/whats_new/v1.4.html">https://scikit-learn.org/stable/whats_new/v1.4.html</a></p>
    <p>This version supports Python versions 3.9 to 3.12.</p>
    <p>You can upgrade with pip as usual:</p>
    <pre><code>pip install -U scikit-learn
    </code></pre>
    <p>The conda-forge builds can be installed using:</p>
    <pre><code>conda install -c conda-forge scikit-learn
    </code></pre>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/scikit-learn/scikit-learn/commit/46b5f541138458803e39f9ce5810878849e4ecf7"><code>46b5f54</code></a>
    trigger wheel builder [cd build]</li>
    <li><a
    href="https://github.com/scikit-learn/scikit-learn/commit/262e21dc201c6b6144cc6df94029147e02149e9f"><code>262e21d</code></a>
    update version</li>
    <li><a
    href="https://github.com/scikit-learn/scikit-learn/commit/edb474b815b927f984b4980980812f546ab9a38b"><code>edb474b</code></a>
    REL Update what's new and index for 1.4.0 final (<a
    href="https://redirect.github.com/scikit-learn/scikit-learn/issues/28148">#28148</a>)</li>
    <li><a
    href="https://github.com/scikit-learn/scikit-learn/commit/e282c544baa290399acd06dac7779b819ba0bfb9"><code>e282c54</code></a>
    DOC 1.4 release highlights: PCA on sparse data improvements (<a
    href="https://redirect.github.com/scikit-learn/scikit-learn/issues/28138">#28138</a>)</li>
    <li><a
    href="https://github.com/scikit-learn/scikit-learn/commit/d6bfe3938889404627c8aebb18bd2c5369d19cbf"><code>d6bfe39</code></a>
    DOC add the HTML output for the polars dataframe for the 1.4 release
    highligh...</li>
    <li><a
    href="https://github.com/scikit-learn/scikit-learn/commit/673b74f277d1bc518d72ad07560d3d794724b6a5"><code>673b74f</code></a>
    DOC add example for sklearn.utils.validation, check_memory and
    check_is_fitt...</li>
    <li><a
    href="https://github.com/scikit-learn/scikit-learn/commit/b06f4440d0f729aeb3a6ade2c88ffede67b703eb"><code>b06f444</code></a>
    DOC Improve docs of permutation importance on the user guide (<a
    href="https://redirect.github.com/scikit-learn/scikit-learn/issues/27154">#27154</a>)</li>
    <li><a
    href="https://github.com/scikit-learn/scikit-learn/commit/45a5f6ad563cf43d8d7124134f205358063865e9"><code>45a5f6a</code></a>
    MAINT fix scipy-dev tests by passing 1d vector to unique (<a
    href="https://redirect.github.com/scikit-learn/scikit-learn/issues/28137">#28137</a>)</li>
    <li><a
    href="https://github.com/scikit-learn/scikit-learn/commit/75087a8d93fdebfa99aa3a0fa165006f0dbba2dd"><code>75087a8</code></a>
    API Forbid pd.NA in ColumnTransformer output unless transform output is
    confi...</li>
    <li><a
    href="https://github.com/scikit-learn/scikit-learn/commit/2c4a51ce27d191b07289e3bf149b78ff37df105c"><code>2c4a51c</code></a>
    DOC Add doc link to SVC reference (<a
    href="https://redirect.github.com/scikit-learn/scikit-learn/issues/28073">#28073</a>)</li>
    <li>Additional commits viewable in <a
    href="https://github.com/scikit-learn/scikit-learn/compare/1.3.2...1.4.0">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=scikit-learn&package-manager=pip&previous-version=1.3.2&new-version=1.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    872bd58 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump pandas from 2.1.4 to 2.2.0 (#540)

    Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.1.4 to
    2.2.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/pandas-dev/pandas/releases">pandas's
    releases</a>.</em></p>
    <blockquote>
    <h2>Pandas 2.2.0</h2>
    <p>We are pleased to announce the release of pandas 2.2.0.
    This release includes some new features, bug fixes, and performance
    improvements. We recommend that all users upgrade to this version.</p>
    <p>See the <a
    href="https://pandas.pydata.org/pandas-docs/version/2.2.0/whatsnew/v2.2.0.html">full
    whatsnew</a> for a list of all the changes.
    Pandas 2.2.0 supports Python 3.9 and higher.</p>
    <p>The release will be available on the defaults and conda-forge
    channels:</p>
    <pre><code>conda install pandas
    </code></pre>
    <p>Or via PyPI:</p>
    <pre><code>python3 -m pip install --upgrade pandas
    </code></pre>
    <p>Please report any issues with the release on the <a
    href="https://github.com/pandas-dev/pandas/issues">pandas issue
    tracker</a>.</p>
    <p>Thanks to all the contributors who made this release possible.</p>
    <h2>Pandas 2.2.0rc0</h2>
    <p>We are pleased to announce a release candidate for pandas 2.2.0. If
    all goes well, we'll release pandas 2.2.0 in about two weeks.</p>
    <p>See the <a
    href="https://pandas.pydata.org/pandas-docs/version/2.2.0rc0/whatsnew/v2.2.0.html">whatsnew</a>
    for a list of all the changes.</p>
    <p>The release will be available on conda-forge and PyPI.</p>
    <p>The release can be installed from PyPI</p>
    <p>python -m pip install --upgrade --pre pandas==2.2.0rc0
    Or from conda-forge</p>
    <p>conda install -c conda-forge/label/pandas_rc pandas==2.2.0rc0
    Please report any issues with the release candidate on the pandas issue
    tracker.</p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/pandas-dev/pandas/commit/f538741432edf55c6b9fb5d0d496d2dd1d7c2457"><code>f538741</code></a>
    RLS: 2.2.0</li>
    <li><a
    href="https://github.com/pandas-dev/pandas/commit/2fa26fd1fdaaef67b9cff812006b21fe0a76ebe9"><code>2fa26fd</code></a>
    Backport PR <a
    href="https://redirect.github.com/pandas-dev/pandas/issues/56967">#56967</a>
    on branch 2.2.x (CI: Adjust pyarrow depr warning to accoun...</li>
    <li><a
    href="https://github.com/pandas-dev/pandas/commit/fd3f57170aa1af588ba877e8e28c158a20a4886d"><code>fd3f571</code></a>
    RLS: 2.2.0</li>
    <li><a
    href="https://github.com/pandas-dev/pandas/commit/b070774d9aa6e3ed0667c9ebdaa82ddce79a6d4b"><code>b070774</code></a>
    Backport PR <a
    href="https://redirect.github.com/pandas-dev/pandas/issues/56952">#56952</a>:
    DEPR: Make FutureWarning into DeprecationWarning … (<a
    href="https://redirect.github.com/pandas-dev/pandas/issues/56964">#56964</a>)</li>
    <li><a
    href="https://github.com/pandas-dev/pandas/commit/dfd0aeda19e475314bb874d46507269777795793"><code>dfd0aed</code></a>
    Backport PR <a
    href="https://redirect.github.com/pandas-dev/pandas/issues/56896">#56896</a>
    on branch 2.2.x (DEPS: Add warning if pyarrow is not insta...</li>
    <li><a
    href="https://github.com/pandas-dev/pandas/commit/859c030f5ea378a0f83aeb1de0c6c0fa6b420604"><code>859c030</code></a>
    Backport PR <a
    href="https://redirect.github.com/pandas-dev/pandas/issues/56922">#56922</a>
    on branch 2.2.x (REGR: DatetimeTZDtype <strong>from_arrow</strong>
    inte...</li>
    <li><a
    href="https://github.com/pandas-dev/pandas/commit/cc37a13c5890a1d8fff7f8314008161b8fb1e21e"><code>cc37a13</code></a>
    Backport PR <a
    href="https://redirect.github.com/pandas-dev/pandas/issues/56949">#56949</a>
    on branch 2.2.x (CI: avoid FutureWarnings in to_xarray tes...</li>
    <li><a
    href="https://github.com/pandas-dev/pandas/commit/a95029a77f1c00678dda82f76a1b53b4b161b2a0"><code>a95029a</code></a>
    Backport PR <a
    href="https://redirect.github.com/pandas-dev/pandas/issues/56947">#56947</a>
    on branch 2.2.x (DOC: Set date for 2.2) (<a
    href="https://redirect.github.com/pandas-dev/pandas/issues/56950">#56950</a>)</li>
    <li><a
    href="https://github.com/pandas-dev/pandas/commit/160d7a154f61fb55611626c311a1b0216828dea8"><code>160d7a1</code></a>
    Backport PR <a
    href="https://redirect.github.com/pandas-dev/pandas/issues/56587">#56587</a>
    on branch 2.2.x (ENH: support the Arrow PyCapsule Interfac...</li>
    <li><a
    href="https://github.com/pandas-dev/pandas/commit/74fa7402e487c2a6336ea5291990c9f269c5001a"><code>74fa740</code></a>
    Backport PR <a
    href="https://redirect.github.com/pandas-dev/pandas/issues/56445">#56445</a>:
    Adjust merge tests for new string option (<a
    href="https://redirect.github.com/pandas-dev/pandas/issues/56938">#56938</a>)</li>
    <li>Additional commits viewable in <a
    href="https://github.com/pandas-dev/pandas/compare/v2.1.4...v2.2.0">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pandas&package-manager=pip&previous-version=2.1.4&new-version=2.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    9dbf137 View commit details
    Browse the repository at this point in the history
  6. build(deps-dev): bump mkdocs-material from 9.5.3 to 9.5.6 (#542)

    Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material)
    from 9.5.3 to 9.5.6.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/squidfunk/mkdocs-material/releases">mkdocs-material's
    releases</a>.</em></p>
    <blockquote>
    <h2>mkdocs-material-9.5.6</h2>
    <ul>
    <li>Fixed <a
    href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6700">#6700</a>:
    Missing styles for Mermaid.js labels with Markdown</li>
    </ul>
    <h2>mkdocs-material-9.5.5</h2>
    <ul>
    <li>Updated Tagalog translations</li>
    <li>Updated Pillow to 10.2 to mitigate security vulnerabilities</li>
    <li>Improved resilience of instant navigation</li>
    <li>Fixed <a
    href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6687">#6687</a>:
    Updated Mermaid.js to version 10.7.0 (latest)</li>
    <li>Fixed <a
    href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6652">#6652</a>:
    Keyboard events in custom elements captured</li>
    <li>Fixed <a
    href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6582">#6582</a>:
    Instant navigation doesn't correctly handle alternate URLs</li>
    <li>Fixed <a
    href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6565">#6565</a>:
    Instant navigation doesn't allow for <code>onclick</code> handlers</li>
    <li>Fixed <a
    href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6345">#6345</a>:
    Instant navigation sometimes breaks browser back button</li>
    <li>Fixed <a
    href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6334">#6334</a>:
    Instant navigation doesn't correctly position anchors (Safari)</li>
    <li>Fixed <a
    href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6275">#6275</a>:
    Instant navigation doesn't correctly resolve after 404</li>
    <li>Fixed <a
    href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6102">#6102</a>:
    Instant navigation reloads page on same link navigation</li>
    </ul>
    <h2>mkdocs-material-9.5.4</h2>
    <ul>
    <li>Fixed <a
    href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6645">#6645</a>:
    Local storage with invalid value can break site</li>
    <li>Fixed <a
    href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6635">#6635</a>:
    Tags icons before default ignored if default is set</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG">mkdocs-material's
    changelog</a>.</em></p>
    <blockquote>
    <p>mkdocs-material-9.5.6+insiders-4.52.1 (2024-01-30)</p>
    <ul>
    <li>Fixed <a
    href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6705">#6705</a>:
    Navigation path not being hidden when specified</li>
    <li>Fixed <a
    href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6703">#6703</a>:
    New tags plugin crashes on Windows (2nd attempt)</li>
    </ul>
    <p>mkdocs-material-9.5.6+insiders-4.52.0 (2024-01-28)</p>
    <ul>
    <li>Added support for instant previews</li>
    <li>Fixed footnote tooltips positioning edge cases</li>
    <li>Fixed <a
    href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6703">#6703</a>:
    New tags plugin crashes on Windows</li>
    </ul>
    <p>mkdocs-material-9.5.6 (2024-01-28)</p>
    <ul>
    <li>Fixed <a
    href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6700">#6700</a>:
    Missing styles for Mermaid.js labels with Markdown</li>
    </ul>
    <p>mkdocs-material-9.5.5+insiders-4.51.0 (2024-01-24)</p>
    <ul>
    <li>Added support for footnote tooltips</li>
    </ul>
    <p>mkdocs-material-9.5.5 (2024-01-24)</p>
    <ul>
    <li>Updated Tagalog translations</li>
    <li>Updated Pillow to 10.2 to mitigate security vulnerabilities</li>
    <li>Improved resilience of instant navigation</li>
    <li>Fixed <a
    href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6687">#6687</a>:
    Updated Mermaid.js to version 10.7.0 (latest)</li>
    <li>Fixed <a
    href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6652">#6652</a>:
    Keyboard events in custom elements captured</li>
    <li>Fixed <a
    href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6582">#6582</a>:
    Instant navigation doesn't correctly handle alternate URLs</li>
    <li>Fixed <a
    href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6565">#6565</a>:
    Instant navigation doesn't allow for onclick handlers</li>
    <li>Fixed <a
    href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6345">#6345</a>:
    Instant navigation sometimes breaks browser back button</li>
    <li>Fixed <a
    href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6334">#6334</a>:
    Instant navigation doesn't correctly position anchors (Safari)</li>
    <li>Fixed <a
    href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6275">#6275</a>:
    Instant navigation doesn't correctly resolve after 404</li>
    <li>Fixed <a
    href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6102">#6102</a>:
    Instant navigation reloads page on same link navigation</li>
    </ul>
    <p>mkdocs-material-9.5.4+insiders-4.50.0 (2024-01-19)</p>
    <ul>
    <li>Added configurable logging capabilities to privacy plugin</li>
    </ul>
    <p>mkdocs-material-9.5.4 (2024-01-15)</p>
    <ul>
    <li>Fixed <a
    href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6645">#6645</a>:
    Local storage with invalid value can break site</li>
    <li>Fixed <a
    href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6635">#6635</a>:
    Tags icons before default ignored if default is set</li>
    </ul>
    <p>mkdocs-material-9.5.3+insiders-4.49.2 (2024-01-09)</p>
    <ul>
    <li>Fixed missing attribute lists extension for tags plugin</li>
    <li>Fixed <a
    href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6627">#6627</a>:
    New tags plugin crashes on Python 3.8</li>
    </ul>
    <p>mkdocs-material-9.5.3+insiders-4.49.1 (2024-01-07)</p>
    <ul>
    <li>Improved interop of new tags plugin with other plugins</li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/squidfunk/mkdocs-material/commit/602673881952d10ea65c4ef98f76ceccabf29e3f"><code>6026738</code></a>
    Prepare 9.5.6 release</li>
    <li><a
    href="https://github.com/squidfunk/mkdocs-material/commit/a65fd1ed9e958beccda9e8c23140251e7243ad86"><code>a65fd1e</code></a>
    Updated distribution files</li>
    <li><a
    href="https://github.com/squidfunk/mkdocs-material/commit/335dd3addb0c5875d42349a9a06ea2b4b7055374"><code>335dd3a</code></a>
    Fixed Markdown formatted nodes in Mermaid.js</li>
    <li><a
    href="https://github.com/squidfunk/mkdocs-material/commit/f55ce2c81b6c391c40a139660e3a1e0032182848"><code>f55ce2c</code></a>
    Updated Insiders changelog</li>
    <li><a
    href="https://github.com/squidfunk/mkdocs-material/commit/672414163c51b8cd753539724a8c139ca7eb538b"><code>6724141</code></a>
    Documentation</li>
    <li><a
    href="https://github.com/squidfunk/mkdocs-material/commit/9d52e36212a6d1c32308a5e81084b81eb6f075f2"><code>9d52e36</code></a>
    Prepare 9.5.5 release</li>
    <li><a
    href="https://github.com/squidfunk/mkdocs-material/commit/943e97801e4ee799d333f7c7778ddb63e3bc40a2"><code>943e978</code></a>
    Merge pull request <a
    href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6662">#6662</a>
    from squidfunk/fix/instant-loading-bugs</li>
    <li><a
    href="https://github.com/squidfunk/mkdocs-material/commit/95ad78a4782ddb0125675e890e7c84f96b4c2df3"><code>95ad78a</code></a>
    Merge branch 'master' into fix/instant-loading-bugs</li>
    <li><a
    href="https://github.com/squidfunk/mkdocs-material/commit/be95f4901ab4d61fa95ef78b6bc577b1c4071800"><code>be95f49</code></a>
    Fixed capturing of keyboard events for custom elements</li>
    <li><a
    href="https://github.com/squidfunk/mkdocs-material/commit/6128ab92f2f0cfa8eb827d22bbdea0a424e9f443"><code>6128ab9</code></a>
    Updated Tagalog translations</li>
    <li>Additional commits viewable in <a
    href="https://github.com/squidfunk/mkdocs-material/compare/9.5.3...9.5.6">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mkdocs-material&package-manager=pip&previous-version=9.5.3&new-version=9.5.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    2a4f3f1 View commit details
    Browse the repository at this point in the history
  7. build(deps-dev): bump jupyterlab from 4.0.10 to 4.0.11 (#538)

    Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 4.0.10
    to 4.0.11.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/jupyterlab/jupyterlab/releases">jupyterlab's
    releases</a>.</em></p>
    <blockquote>
    <h2>v4.0.11</h2>
    <h2>4.0.11</h2>
    <p>(<a
    href="https://github.com/jupyterlab/jupyterlab/compare/v4.0.10...0708330843fd087134a239d2ad6005b1d543e246">Full
    Changelog</a>)</p>
    <h3>Security fixes</h3>
    <ul>
    <li>Potential authentication and CSRF tokens leak in JupyterLab (<a
    href="https://github.com/jupyterlab/jupyterlab/security/advisories/GHSA-44cc-43rp-5947">GHSA-44cc-43rp-5947</a>)</li>
    <li>SXSS in Markdown Preview (<a
    href="https://github.com/jupyterlab/jupyterlab/security/advisories/GHSA-4m77-cmpx-vjc4">GHSA-4m77-cmpx-vjc4</a>)</li>
    </ul>
    <h3>Bugs fixed</h3>
    <ul>
    <li>Fixes focus indicator on input checkbox for Firefox <a
    href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15612">#15612</a>
    (<a
    href="https://github.com/alden-ilao"><code>@​alden-ilao</code></a>)</li>
    </ul>
    <h3>Documentation improvements</h3>
    <ul>
    <li>Fix link to yarn docs in extension migration guide <a
    href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15640">#15640</a>
    (<a
    href="https://github.com/krassowski"><code>@​krassowski</code></a>)</li>
    </ul>
    <h3>Contributors to this release</h3>
    <p>(<a
    href="https://github.com/jupyterlab/jupyterlab/graphs/contributors?from=2023-12-29&amp;to=2024-01-19&amp;type=c">GitHub
    contributors page for this release</a>)</p>
    <p><a
    href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Abrichet+updated%3A2023-12-29..2024-01-19&amp;type=Issues"><code>@​brichet</code></a>
    | <a
    href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Afcollonval+updated%3A2023-12-29..2024-01-19&amp;type=Issues"><code>@​fcollonval</code></a>
    | <a
    href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Agithub-actions+updated%3A2023-12-29..2024-01-19&amp;type=Issues"><code>@​github-actions</code></a>
    | <a
    href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajtpio+updated%3A2023-12-29..2024-01-19&amp;type=Issues"><code>@​jtpio</code></a>
    | <a
    href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajupyterlab-probot+updated%3A2023-12-29..2024-01-19&amp;type=Issues"><code>@​jupyterlab-probot</code></a>
    | <a
    href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Akrassowski+updated%3A2023-12-29..2024-01-19&amp;type=Issues"><code>@​krassowski</code></a>
    | <a
    href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ameeseeksmachine+updated%3A2023-12-29..2024-01-19&amp;type=Issues"><code>@​meeseeksmachine</code></a>
    | <a
    href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Amisterfads+updated%3A2023-12-29..2024-01-19&amp;type=Issues"><code>@​misterfads</code></a>
    | <a
    href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Awelcome+updated%3A2023-12-29..2024-01-19&amp;type=Issues"><code>@​welcome</code></a></p>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/jupyterlab/jupyterlab/blob/@jupyterlab/lsp@4.0.11/CHANGELOG.md">jupyterlab's
    changelog</a>.</em></p>
    <blockquote>
    <h2>4.0.11</h2>
    <!-- raw HTML omitted -->
    <!-- raw HTML omitted -->
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/jupyterlab/jupyterlab/commit/882dd81a6d5aa31388177ce5b49a4c2b3fc7f69e"><code>882dd81</code></a>
    [ci skip] Publish 4.0.11</li>
    <li><a
    href="https://github.com/jupyterlab/jupyterlab/commit/1ef7a4fa0202ebdf663e1cc0b45c8813a34a0b96"><code>1ef7a4f</code></a>
    Merge pull request from GHSA-44cc-43rp-5947</li>
    <li><a
    href="https://github.com/jupyterlab/jupyterlab/commit/0a7510114b56a0c5da8f7d251e69a67aafb87ef2"><code>0a75101</code></a>
    Fix CI: lint</li>
    <li><a
    href="https://github.com/jupyterlab/jupyterlab/commit/dda0033cd49449572d077bbecd33b18d8d05f48a"><code>dda0033</code></a>
    Merge pull request from GHSA-4m77-cmpx-vjc4</li>
    <li><a
    href="https://github.com/jupyterlab/jupyterlab/commit/0708330843fd087134a239d2ad6005b1d543e246"><code>0708330</code></a>
    Backport PR <a
    href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15612">#15612</a>:
    Fixes focus indicator on input checkbox for Firefox (<a
    href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15653">#15653</a>)</li>
    <li><a
    href="https://github.com/jupyterlab/jupyterlab/commit/edb23ebb12977675ef2a003f526e2f2e751930f3"><code>edb23eb</code></a>
    Backport PR <a
    href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15640">#15640</a>:
    Fix link to yarn docs in extension migration guide (<a
    href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15644">#15644</a>)</li>
    <li>See full diff in <a
    href="https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/lsp@4.0.10...@jupyterlab/lsp@4.0.11">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jupyterlab&package-manager=pip&previous-version=4.0.10&new-version=4.0.11)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the
    [Security Alerts
    page](https://github.com/Safe-DS/Library/network/alerts).
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    57e5150 View commit details
    Browse the repository at this point in the history
  8. build(deps-dev): bump mkdocs-glightbox from 0.3.6 to 0.3.7 (#544)

    Bumps [mkdocs-glightbox](https://github.com/Blueswen/mkdocs-glightbox)
    from 0.3.6 to 0.3.7.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/Blueswen/mkdocs-glightbox/releases">mkdocs-glightbox's
    releases</a>.</em></p>
    <blockquote>
    <h2>mkdocs-glightbox-0.3.7</h2>
    <ul>
    <li>Supported custom background and shadow (<a
    href="https://redirect.github.com/Blueswen/mkdocs-glightbox/issues/27">#27</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/blueswen/mkdocs-glightbox/blob/main/CHANGELOG">mkdocs-glightbox's
    changelog</a>.</em></p>
    <blockquote>
    <p>mkdocs-glightbox-0.3.7 (2023-01-24)</p>
    <pre><code>* Supported custom background and shadow
    ([#27](blueswen/mkdocs-glightbox#27))
    </code></pre>
    <p>mkdocs-glightbox-0.3.6 (2023-12-30)</p>
    <pre><code>* Modified width default to auto prevent zooming large image
    bug ([#21](blueswen/mkdocs-glightbox#21))
    * Supported only enable glightbox with on-glb class in given page
    ([#28](blueswen/mkdocs-glightbox#28))
    </code></pre>
    <p>mkdocs-glightbox-0.3.5 (2023-11-18)</p>
    <pre><code>* Supported compatibility with the privacy plugin of Material
    for MkDocs insiders
    ([#25](blueswen/mkdocs-glightbox#25))
    </code></pre>
    <p>mkdocs-glightbox-0.3.4 (2023-04-25)</p>
    <pre><code>* Fixed regex bug: quote issue and empty alt issue
    ([#14](blueswen/mkdocs-glightbox#14)
    [#19](blueswen/mkdocs-glightbox#19))
    </code></pre>
    <p>mkdocs-glightbox-0.3.3 (2023-04-20)</p>
    <pre><code>* Refactored processing logic with regex
    ([#14](blueswen/mkdocs-glightbox#14))
    </code></pre>
    <p>mkdocs-glightbox-0.3.2 (2023-03-19)</p>
    <pre><code>* Supported image without extension
    ([#13](blueswen/mkdocs-glightbox#13))
    </code></pre>
    <p>mkdocs-glightbox-0.3.1 (2022-11-22)</p>
    <pre><code>* Supported lightbox slide effect customization
    ([#8](blueswen/mkdocs-glightbox#8))
    * Supported synchronized lightbox caption dark mode with Material for
    MkDocs ([#7](blueswen/mkdocs-glightbox#7))
    * Supported glightbox built-in gallery feature
    ([#11](blueswen/mkdocs-glightbox#11))
    * Supported skip image in the anchor tag
    </code></pre>
    <p>mkdocs-glightbox-0.3.0 (2022-09-29)</p>
    <pre><code>* Fixed width and height setting in config not working bug
    * Supported specific skip class
    ([#5](blueswen/mkdocs-glightbox#5))
    * Supported glightbox built-in caption with title and description
    ([#4](blueswen/mkdocs-glightbox#4))
    * Fixed page jitter when lightbox closing issue using Material for
    MkDocs
    * Add white background for lightbox images to prevent the displaying
    issue of the transparent image on black background
    </code></pre>
    <p>mkdocs-glightbox-0.2.1 (2022-08-10)</p>
    <pre><code>* Updated readme
    </code></pre>
    <p>mkdocs-glightbox-0.2.0 (2022-08-10)</p>
    <pre><code>* Added support for disabling glightbox with image class or
    page meta ([#2](blueswen/mkdocs-glightbox#2))
    </code></pre>
    <p>mkdocs-glightbox-0.1.7 (2022-07-26)</p>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/blueswen/mkdocs-glightbox/commit/1f086123bdda7214961e4df4494edd253b8ee9e2"><code>1f08612</code></a>
    Support custom background and shadow (<a
    href="https://redirect.github.com/Blueswen/mkdocs-glightbox/issues/27">#27</a>)</li>
    <li><a
    href="https://github.com/blueswen/mkdocs-glightbox/commit/bbe99498a936ba6292854b0886a48a608aacf5d6"><code>bbe9949</code></a>
    Update docs</li>
    <li>See full diff in <a
    href="https://github.com/Blueswen/mkdocs-glightbox/compare/v0.3.6...v0.3.7">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mkdocs-glightbox&package-manager=pip&previous-version=0.3.6&new-version=0.3.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    975706b View commit details
    Browse the repository at this point in the history
  9. build(deps-dev): bump mkdocstrings-python from 1.7.5 to 1.8.0 (#545)

    Bumps [mkdocstrings-python](https://github.com/mkdocstrings/python) from
    1.7.5 to 1.8.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/mkdocstrings/python/releases">mkdocstrings-python's
    releases</a>.</em></p>
    <blockquote>
    <h2>1.8.0</h2>
    <h2><a
    href="https://github.com/mkdocstrings/python/releases/tag/1.8.0">1.8.0</a>
    - 2024-01-08</h2>
    <p><!-- raw HTML omitted --><a
    href="https://github.com/mkdocstrings/python/compare/1.7.5...1.8.0">Compare
    with 1.7.5</a><!-- raw HTML omitted --></p>
    <h3>Features</h3>
    <ul>
    <li>
    <p>Release Insiders features of the $500/month funding goal (<a
    href="https://github.com/mkdocstrings/python/commit/bd301061fe9c647f9b91c2c9b4baa784c304eca7">bd30106</a>
    by Timothée Mazzucotelli).
    The features and projects related to <em>mkdocstrings-python</em>
    are:</p>
    </li>
    <li>
    <p><a
    href="https://mkdocstrings.github.io/python/usage/configuration/signatures/#signature_crossrefs">Cross-references
    for type annotations in signatures</a></p>
    </li>
    <li>
    <p><a
    href="https://mkdocstrings.github.io/python/usage/configuration/headings/#show_symbol_type_toc">Symbol
    types in headings and table of contents</a></p>
    </li>
    <li>
    <p><a
    href="https://mkdocstrings.github.io/griffe-inherited-docstrings/"><code>griffe-inherited-docstrings</code></a>,
    a Griffe extension for inheriting docstrings</p>
    </li>
    <li>
    <p><a
    href="https://mkdocstrings.github.io/griffe2md/"><code>griffe2md</code></a>,
    a tool to output API docs to Markdown using Griffe</p>
    </li>
    </ul>
    <p>See the complete list of features and projects here:
    <a
    href="https://pawamoy.github.io/insiders/#500-plasmavac-user-guide">https://pawamoy.github.io/insiders/#500-plasmavac-user-guide</a>.</p>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md">mkdocstrings-python's
    changelog</a>.</em></p>
    <blockquote>
    <h2><a
    href="https://github.com/mkdocstrings/python/releases/tag/1.8.0">1.8.0</a>
    - 2024-01-08</h2>
    <p><!-- raw HTML omitted --><a
    href="https://github.com/mkdocstrings/python/compare/1.7.5...1.8.0">Compare
    with 1.7.5</a><!-- raw HTML omitted --></p>
    <h3>Features</h3>
    <ul>
    <li>
    <p>Release Insiders features of the $500/month funding goal (<a
    href="https://github.com/mkdocstrings/python/commit/bd301061fe9c647f9b91c2c9b4baa784c304eca7">bd30106</a>
    by Timothée Mazzucotelli).
    The features and projects related to <em>mkdocstrings-python</em>
    are:</p>
    <ul>
    <li><a
    href="https://mkdocstrings.github.io/python/usage/configuration/signatures/#signature_crossrefs">Cross-references
    for type annotations in signatures</a></li>
    <li><a
    href="https://mkdocstrings.github.io/python/usage/configuration/headings/#show_symbol_type_toc">Symbol
    types in headings and table of contents</a></li>
    <li><a
    href="https://mkdocstrings.github.io/griffe-inherited-docstrings/"><code>griffe-inherited-docstrings</code></a>,
    a Griffe extension for inheriting docstrings</li>
    <li><a
    href="https://mkdocstrings.github.io/griffe2md/"><code>griffe2md</code></a>,
    a tool to output API docs to Markdown using Griffe</li>
    </ul>
    <p>See the complete list of features and projects here:
    <a
    href="https://pawamoy.github.io/insiders/#500-plasmavac-user-guide">https://pawamoy.github.io/insiders/#500-plasmavac-user-guide</a>.</p>
    </li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/mkdocstrings/python/commit/36499eb87db7314c267861ecc7aeaac2a21cf656"><code>36499eb</code></a>
    chore: Prepare release 1.8.0</li>
    <li><a
    href="https://github.com/mkdocstrings/python/commit/2a11b408d2e3e50905f59203be025ce9c8192f33"><code>2a11b40</code></a>
    feat: Release Insiders features of the $500/month funding goal</li>
    <li>See full diff in <a
    href="https://github.com/mkdocstrings/python/compare/1.7.5...1.8.0">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mkdocstrings-python&package-manager=pip&previous-version=1.7.5&new-version=1.8.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    10f8bc3 View commit details
    Browse the repository at this point in the history
  10. build(deps): bump ipython from 8.20.0 to 8.21.0 (#543)

    Bumps [ipython](https://github.com/ipython/ipython) from 8.20.0 to
    8.21.0.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/ipython/ipython/commit/8b1204b6c4489c786ada294088a3acef7bd53e90"><code>8b1204b</code></a>
    release 8.21.0</li>
    <li><a
    href="https://github.com/ipython/ipython/commit/5720ade2c6c742f7618bbbf7950ccefe3939b515"><code>5720ade</code></a>
    Whats new 8.21 (<a
    href="https://redirect.github.com/ipython/ipython/issues/14315">#14315</a>)</li>
    <li><a
    href="https://github.com/ipython/ipython/commit/547405393bf17e963b6e6c0315b0fac57d23ec85"><code>5474053</code></a>
    Whats new 8.21</li>
    <li><a
    href="https://github.com/ipython/ipython/commit/5f4d6acd48b4eb3e63354f882b0d607c83f0406a"><code>5f4d6ac</code></a>
    Deprecate more complicated way of defining colors. (<a
    href="https://redirect.github.com/ipython/ipython/issues/14305">#14305</a>)</li>
    <li><a
    href="https://github.com/ipython/ipython/commit/dad1cd55c02127e2e355bf78396a64fbeaf00497"><code>dad1cd5</code></a>
    Update IPython/utils/coloransi.py</li>
    <li><a
    href="https://github.com/ipython/ipython/commit/4eab6081807639b6a8322c0a0a19824c047db7f5"><code>4eab608</code></a>
    <code>IPython.utils._process_posix</code>: import <code>pexpect</code>
    only when needed (<a
    href="https://redirect.github.com/ipython/ipython/issues/14312">#14312</a>)</li>
    <li><a
    href="https://github.com/ipython/ipython/commit/643c75d0c3f7558874ad8fb8f6164ebaa3026728"><code>643c75d</code></a>
    pyproject.toml, setup.py: Declare backend-path (<a
    href="https://redirect.github.com/ipython/ipython/issues/14313">#14313</a>)</li>
    <li><a
    href="https://github.com/ipython/ipython/commit/a069d99eb53328d5742535b2597619f1e2c04eb0"><code>a069d99</code></a>
    Prepare removal of unnecessary options of ColorSchemeTable. (<a
    href="https://redirect.github.com/ipython/ipython/issues/14307">#14307</a>)</li>
    <li><a
    href="https://github.com/ipython/ipython/commit/c928806ce58316f0cec2d3a020f6d342f9510395"><code>c928806</code></a>
    pyproject.toml, setup.py: Declare backend-path</li>
    <li><a
    href="https://github.com/ipython/ipython/commit/93ffc153525ffa66e5165b3e6866657811d04ce4"><code>93ffc15</code></a>
    Remove old mentions and uses of ipython_extension_dir (<a
    href="https://redirect.github.com/ipython/ipython/issues/14310">#14310</a>)</li>
    <li>Additional commits viewable in <a
    href="https://github.com/ipython/ipython/compare/8.20.0...8.21.0">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ipython&package-manager=pip&previous-version=8.20.0&new-version=8.21.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    c79a65d View commit details
    Browse the repository at this point in the history
  11. build(deps): bump levenshtein from 0.23.0 to 0.24.0 (#546)

    Bumps [levenshtein](https://github.com/rapidfuzz/Levenshtein) from
    0.23.0 to 0.24.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/rapidfuzz/Levenshtein/releases">levenshtein's
    releases</a>.</em></p>
    <blockquote>
    <h2>Release 0.24.0</h2>
    <h2>Changed</h2>
    <ul>
    <li>upgrade <code>rapidfuzz-cpp</code> to <code>v3.0.0</code></li>
    <li>drop support for Python 3.7</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/rapidfuzz/Levenshtein/blob/main/HISTORY.md">levenshtein's
    changelog</a>.</em></p>
    <blockquote>
    <h3>v0.24.0</h3>
    <h4>Changed</h4>
    <ul>
    <li>upgrade <code>rapidfuzz-cpp</code> to <code>v3.0.0</code></li>
    <li>drop support for Python 3.7</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/rapidfuzz/Levenshtein/commit/35e28a0f7c707e16d0d5731e4358ce1debacc280"><code>35e28a0</code></a>
    upgrade rapidfuzz-cpp</li>
    <li><a
    href="https://github.com/rapidfuzz/Levenshtein/commit/b6e1cd6622dc442d0a0cc5e84324346fbcba88de"><code>b6e1cd6</code></a>
    fix documentation</li>
    <li><a
    href="https://github.com/rapidfuzz/Levenshtein/commit/f479d39fdf5207b81d09690de47684d14dfd8f76"><code>f479d39</code></a>
    improve documentation</li>
    <li><a
    href="https://github.com/rapidfuzz/Levenshtein/commit/ca76b07a9adfcb15aa230ed68e8f563ce387fde4"><code>ca76b07</code></a>
    update contact information</li>
    <li><a
    href="https://github.com/rapidfuzz/Levenshtein/commit/366c392f4861152ced684eba924e64e875eb3392"><code>366c392</code></a>
    update submodule url</li>
    <li><a
    href="https://github.com/rapidfuzz/Levenshtein/commit/3d00aaffd0cf73caf9cf585ba2df43af3716884c"><code>3d00aaf</code></a>
    update links</li>
    <li><a
    href="https://github.com/rapidfuzz/Levenshtein/commit/a7ede87b04bcf9ec6783ae8b3cabf8821fd7c751"><code>a7ede87</code></a>
    drop Python 3.7</li>
    <li><a
    href="https://github.com/rapidfuzz/Levenshtein/commit/b49bdc5422de9ebf2dda99a34fd07b0ee34e929f"><code>b49bdc5</code></a>
    add back pad argument</li>
    <li><a
    href="https://github.com/rapidfuzz/Levenshtein/commit/2119834932dda647338d8a4ca1489e9202edac46"><code>2119834</code></a>
    fix hasattr</li>
    <li><a
    href="https://github.com/rapidfuzz/Levenshtein/commit/7ee759a34fd2dea4d004bf471d763ce558aafa84"><code>7ee759a</code></a>
    remove duplicated version attribute</li>
    <li>Additional commits viewable in <a
    href="https://github.com/rapidfuzz/Levenshtein/compare/v0.23.0...v0.24.0">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=levenshtein&package-manager=pip&previous-version=0.23.0&new-version=0.24.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    4fe3baf View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. chore(release): 0.18.0 [skip ci]

    ## [0.18.0](v0.17.1...v0.18.0) (2024-02-03)
    
    ### Features
    
    * Add adjust_color_balance method in Image ([#530](#530)) ([dba23f9](dba23f9)), closes [#525](#525)
    * Add find_edges method in Image ([#531](#531)) ([d728eb6](d728eb6)), closes [#523](#523)
    * class for time series ([#508](#508)) ([73cdfb1](73cdfb1)), closes [#481](#481)
    semantic-release-bot committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    32b4d8f View commit details
    Browse the repository at this point in the history
Loading