mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-04-24 21:52:34 +02:00
404 Commits
Author | SHA1 | Message | Date | |
---|---|---|---|---|
|
428e4e6e52
|
build(deps-dev): bump types-tqdm from 4.66.0.3 to 4.66.0.4
Bumps [types-tqdm](https://github.com/python/typeshed) from 4.66.0.3 to 4.66.0.4. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-tqdm dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
aec7414e69
|
Removed the background color of plotly plot. (#334)
Removed the background color of the plot to fully use the plotly_white layout. |
|||
d79bc0f267
|
Added poetry install to the pre-commit hooks. (#332)
Limiting most pre-commit hooks to the pre-commit stage. |
|||
|
d6fabfff1a
|
Create company page tab "Beteiligte Personen" (#330) | ||
4323522b96
|
Added poetry install to the pre-commit hooks. (#329) | |||
|
c4649f1594
|
build(deps): bump selenium from 4.15.1 to 4.15.2 (#327)
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.15.1 to 4.15.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/SeleniumHQ/Selenium/releases">selenium's releases</a>.</em></p> <blockquote> <h2>Selenium 4.0.0 RC3</h2> <h3>Changelog</h3> <p>For each component's detailed changelog, please check:</p> <ul> <li><a href="https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES">Ruby</a></li> <li><a href="https://github.com/SeleniumHQ/selenium/blob/trunk/py/CHANGES">Python</a></li> <li><a href="https://github.com/SeleniumHQ/selenium/blob/trunk/javascript/node/selenium-webdriver/CHANGES.md">JavaScript</a></li> <li><a href="https://github.com/SeleniumHQ/selenium/blob/trunk/java/CHANGELOG">Java</a></li> <li><a href="https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/CHANGELOG">DotNet</a></li> <li><a href="https://github.com/SeleniumHQ/selenium/blob/trunk/cpp/iedriverserver/CHANGELOG">IEDriverServer</a></li> </ul> <h3>Commits in this release</h3> <!-- raw HTML omitted --> <ul> <li><a href=" |
||
|
2eca15750a
|
build(deps): bump selenium from 4.15.1 to 4.15.2
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.15.1 to 4.15.2. - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/commits) --- updated-dependencies: - dependency-name: selenium dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
a1a519d4d6
|
build(deps-dev): bump ruff from 0.1.3 to 0.1.4 (#326)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.3 to 0.1.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/astral-sh/ruff/releases">ruff's releases</a>.</em></p> <blockquote> <h2>v0.1.4</h2> <h2>Changes</h2> <h3>Preview features</h3> <ul> <li>[<code>flake8-trio</code>] Implement <code>timeout-without-await</code> (<code>TRIO001</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8439">#8439</a>)</li> <li>[<code>numpy</code>] Implement NumPy 2.0 migration rule (<code>NPY200</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/7702">#7702</a>)</li> <li>[<code>pylint</code>] Implement <code>bad-open-mode</code> (<code>W1501</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8294">#8294</a>)</li> <li>[<code>pylint</code>] Implement <code>import-outside-toplevel</code> (<code>C0415</code>) rule (<a href="https://redirect.github.com/astral-sh/ruff/pull/5180">#5180</a>)</li> <li>[<code>pylint</code>] Implement <code>useless-with-lock</code> (<code>W2101</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8321">#8321</a>)</li> <li>[<code>pyupgrade</code>] Implement <code>timeout-error-alias</code> (<code>UP041</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8476">#8476</a>)</li> <li>[<code>refurb</code>] Implement <code>isinstance-type-none</code> (<code>FURB168</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8308">#8308</a>)</li> <li>Detect confusable Unicode-to-Unicode units in <code>RUF001</code>, <code>RUF002</code>, and <code>RUF003</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/4430">#4430</a>)</li> <li>Add newline after module docstrings in preview style (<a href="https://redirect.github.com/astral-sh/ruff/pull/8283">#8283</a>)</li> </ul> <h3>Formatter</h3> <ul> <li>Add a note on line-too-long to the formatter docs (<a href="https://redirect.github.com/astral-sh/ruff/pull/8314">#8314</a>)</li> <li>Preserve trailing statement semicolons when using <code>fmt: skip</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8273">#8273</a>)</li> <li>Preserve trailing semicolons when using <code>fmt: off</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8275">#8275</a>)</li> <li>Avoid duplicating linter-formatter compatibility warnings (<a href="https://redirect.github.com/astral-sh/ruff/pull/8292">#8292</a>)</li> <li>Avoid inserting a newline after function docstrings (<a href="https://redirect.github.com/astral-sh/ruff/pull/8375">#8375</a>)</li> <li>Insert newline between docstring and following own line comment (<a href="https://redirect.github.com/astral-sh/ruff/pull/8216">#8216</a>)</li> <li>Split tuples in return positions by comma first (<a href="https://redirect.github.com/astral-sh/ruff/pull/8280">#8280</a>)</li> <li>Avoid treating byte strings as docstrings (<a href="https://redirect.github.com/astral-sh/ruff/pull/8350">#8350</a>)</li> <li>Add <code>--line-length</code> option to <code>format</code> command (<a href="https://redirect.github.com/astral-sh/ruff/pull/8363">#8363</a>)</li> <li>Avoid parenthesizing unsplittable because of comments (<a href="https://redirect.github.com/astral-sh/ruff/pull/8431">#8431</a>)</li> </ul> <h3>CLI</h3> <ul> <li>Add <code>--output-format</code> to <code>ruff rule</code> and <code>ruff linter</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8203">#8203</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Respect <code>--force-exclude</code> in <code>lint.exclude</code> and <code>format.exclude</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8393">#8393</a>)</li> <li>Respect <code>--extend-per-file-ignores</code> on the CLI (<a href="https://redirect.github.com/astral-sh/ruff/pull/8329">#8329</a>)</li> <li>Extend <code>bad-dunder-method-name</code> to permit <code>__index__</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8300">#8300</a>)</li> <li>Fix panic with 8 in octal escape (<a href="https://redirect.github.com/astral-sh/ruff/pull/8356">#8356</a>)</li> <li>Avoid raising <code>D300</code> when both triple quote styles are present (<a href="https://redirect.github.com/astral-sh/ruff/pull/8462">#8462</a>)</li> <li>Consider unterminated f-strings in <code>FStringRanges</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8154">#8154</a>)</li> <li>Avoid including literal <code>shell=True</code> for truthy, non-<code>True</code> diagnostics (<a href="https://redirect.github.com/astral-sh/ruff/pull/8359">#8359</a>)</li> <li>Avoid triggering single-element test for starred expressions (<a href="https://redirect.github.com/astral-sh/ruff/pull/8433">#8433</a>)</li> <li>Detect and ignore Jupyter automagics (<a href="https://redirect.github.com/astral-sh/ruff/pull/8398">#8398</a>)</li> <li>Fix invalid E231 error with f-strings (<a href="https://redirect.github.com/astral-sh/ruff/pull/8369">#8369</a>)</li> <li>Avoid triggering <code>NamedTuple</code> rewrite with starred annotation (<a href="https://redirect.github.com/astral-sh/ruff/pull/8434">#8434</a>)</li> <li>Avoid un-setting bracket flag in logical lines (<a href="https://redirect.github.com/astral-sh/ruff/pull/8380">#8380</a>)</li> <li>Place 'r' prefix before 'f' for raw format strings (<a href="https://redirect.github.com/astral-sh/ruff/pull/8464">#8464</a>)</li> <li>Remove trailing periods from NumPy 2.0 code actions (<a href="https://redirect.github.com/astral-sh/ruff/pull/8475">#8475</a>)</li> <li>Fix bug where <code>PLE1307</code> was raised when formatting <code>%c</code> with characters (<a href="https://redirect.github.com/astral-sh/ruff/pull/8407">#8407</a>)</li> <li>Remove unicode flag from comparable (<a href="https://redirect.github.com/astral-sh/ruff/pull/8440">#8440</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md">ruff's changelog</a>.</em></p> <blockquote> <h2>0.1.4</h2> <h3>Preview features</h3> <ul> <li>[<code>flake8-trio</code>] Implement <code>timeout-without-await</code> (<code>TRIO001</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8439">#8439</a>)</li> <li>[<code>numpy</code>] Implement NumPy 2.0 migration rule (<code>NPY200</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/7702">#7702</a>)</li> <li>[<code>pylint</code>] Implement <code>bad-open-mode</code> (<code>W1501</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8294">#8294</a>)</li> <li>[<code>pylint</code>] Implement <code>import-outside-toplevel</code> (<code>C0415</code>) rule (<a href="https://redirect.github.com/astral-sh/ruff/pull/5180">#5180</a>)</li> <li>[<code>pylint</code>] Implement <code>useless-with-lock</code> (<code>W2101</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8321">#8321</a>)</li> <li>[<code>pyupgrade</code>] Implement <code>timeout-error-alias</code> (<code>UP041</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8476">#8476</a>)</li> <li>[<code>refurb</code>] Implement <code>isinstance-type-none</code> (<code>FURB168</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8308">#8308</a>)</li> <li>Detect confusable Unicode-to-Unicode units in <code>RUF001</code>, <code>RUF002</code>, and <code>RUF003</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/4430">#4430</a>)</li> <li>Add newline after module docstrings in preview style (<a href="https://redirect.github.com/astral-sh/ruff/pull/8283">#8283</a>)</li> </ul> <h3>Formatter</h3> <ul> <li>Add a note on line-too-long to the formatter docs (<a href="https://redirect.github.com/astral-sh/ruff/pull/8314">#8314</a>)</li> <li>Preserve trailing statement semicolons when using <code>fmt: skip</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8273">#8273</a>)</li> <li>Preserve trailing semicolons when using <code>fmt: off</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8275">#8275</a>)</li> <li>Avoid duplicating linter-formatter compatibility warnings (<a href="https://redirect.github.com/astral-sh/ruff/pull/8292">#8292</a>)</li> <li>Avoid inserting a newline after function docstrings (<a href="https://redirect.github.com/astral-sh/ruff/pull/8375">#8375</a>)</li> <li>Insert newline between docstring and following own line comment (<a href="https://redirect.github.com/astral-sh/ruff/pull/8216">#8216</a>)</li> <li>Split tuples in return positions by comma first (<a href="https://redirect.github.com/astral-sh/ruff/pull/8280">#8280</a>)</li> <li>Avoid treating byte strings as docstrings (<a href="https://redirect.github.com/astral-sh/ruff/pull/8350">#8350</a>)</li> <li>Add <code>--line-length</code> option to <code>format</code> command (<a href="https://redirect.github.com/astral-sh/ruff/pull/8363">#8363</a>)</li> <li>Avoid parenthesizing unsplittable because of comments (<a href="https://redirect.github.com/astral-sh/ruff/pull/8431">#8431</a>)</li> </ul> <h3>CLI</h3> <ul> <li>Add <code>--output-format</code> to <code>ruff rule</code> and <code>ruff linter</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8203">#8203</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Respect <code>--force-exclude</code> in <code>lint.exclude</code> and <code>format.exclude</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8393">#8393</a>)</li> <li>Respect <code>--extend-per-file-ignores</code> on the CLI (<a href="https://redirect.github.com/astral-sh/ruff/pull/8329">#8329</a>)</li> <li>Extend <code>bad-dunder-method-name</code> to permit <code>__index__</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8300">#8300</a>)</li> <li>Fix panic with 8 in octal escape (<a href="https://redirect.github.com/astral-sh/ruff/pull/8356">#8356</a>)</li> <li>Avoid raising <code>D300</code> when both triple quote styles are present (<a href="https://redirect.github.com/astral-sh/ruff/pull/8462">#8462</a>)</li> <li>Consider unterminated f-strings in <code>FStringRanges</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8154">#8154</a>)</li> <li>Avoid including literal <code>shell=True</code> for truthy, non-<code>True</code> diagnostics (<a href="https://redirect.github.com/astral-sh/ruff/pull/8359">#8359</a>)</li> <li>Avoid triggering single-element test for starred expressions (<a href="https://redirect.github.com/astral-sh/ruff/pull/8433">#8433</a>)</li> <li>Detect and ignore Jupyter automagics (<a href="https://redirect.github.com/astral-sh/ruff/pull/8398">#8398</a>)</li> <li>Fix invalid E231 error with f-strings (<a href="https://redirect.github.com/astral-sh/ruff/pull/8369">#8369</a>)</li> <li>Avoid triggering <code>NamedTuple</code> rewrite with starred annotation (<a href="https://redirect.github.com/astral-sh/ruff/pull/8434">#8434</a>)</li> <li>Avoid un-setting bracket flag in logical lines (<a href="https://redirect.github.com/astral-sh/ruff/pull/8380">#8380</a>)</li> <li>Place 'r' prefix before 'f' for raw format strings (<a href="https://redirect.github.com/astral-sh/ruff/pull/8464">#8464</a>)</li> <li>Remove trailing periods from NumPy 2.0 code actions (<a href="https://redirect.github.com/astral-sh/ruff/pull/8475">#8475</a>)</li> <li>Fix bug where <code>PLE1307</code> was raised when formatting <code>%c</code> with characters (<a href="https://redirect.github.com/astral-sh/ruff/pull/8407">#8407</a>)</li> <li>Remove unicode flag from comparable (<a href="https://redirect.github.com/astral-sh/ruff/pull/8440">#8440</a>)</li> <li>Improve B015 message (<a href="https://redirect.github.com/astral-sh/ruff/pull/8295">#8295</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
15425430a9
|
build(deps-dev): bump nbconvert from 7.10.0 to 7.11.0 (#328)
Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 7.10.0 to 7.11.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jupyter/nbconvert/releases">nbconvert's releases</a>.</em></p> <blockquote> <h2>v7.11.0</h2> <h2>7.11.0</h2> <p>(<a href="https://github.com/jupyter/nbconvert/compare/v7.10.0...422dd2a1697b191dc8e11806ddeca314df66c282">Full Changelog</a>)</p> <h3>Enhancements made</h3> <ul> <li>Support es modules in js includes <a href="https://redirect.github.com/jupyter/nbconvert/pull/2063">#2063</a> (<a href="https://github.com/timkpaine"><code>@timkpaine</code></a>)</li> </ul> <h3>Maintenance and upkeep improvements</h3> <ul> <li>Clean up lint handling and list generics <a href="https://redirect.github.com/jupyter/nbconvert/pull/2065">#2065</a> (<a href="https://github.com/blink1073"><code>@blink1073</code></a>)</li> <li>Remove not needed pytest-dependency test requirement <a href="https://redirect.github.com/jupyter/nbconvert/pull/2062">#2062</a> (<a href="https://github.com/danigm"><code>@danigm</code></a>)</li> </ul> <h3>Contributors to this release</h3> <p>(<a href="https://github.com/jupyter/nbconvert/graphs/contributors?from=2023-10-30&to=2023-11-06&type=c">GitHub contributors page for this release</a>)</p> <p><a href="https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Ablink1073+updated%3A2023-10-30..2023-11-06&type=Issues"><code>@blink1073</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Adanigm+updated%3A2023-10-30..2023-11-06&type=Issues"><code>@danigm</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Atimkpaine+updated%3A2023-10-30..2023-11-06&type=Issues"><code>@timkpaine</code></a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jupyter/nbconvert/blob/main/CHANGELOG.md">nbconvert's changelog</a>.</em></p> <blockquote> <h2>7.11.0</h2> <p>(<a href="https://github.com/jupyter/nbconvert/compare/v7.10.0...422dd2a1697b191dc8e11806ddeca314df66c282">Full Changelog</a>)</p> <h3>Enhancements made</h3> <ul> <li>Support es modules in js includes <a href="https://redirect.github.com/jupyter/nbconvert/pull/2063">#2063</a> (<a href="https://github.com/timkpaine"><code>@timkpaine</code></a>)</li> </ul> <h3>Maintenance and upkeep improvements</h3> <ul> <li>Clean up lint handling and list generics <a href="https://redirect.github.com/jupyter/nbconvert/pull/2065">#2065</a> (<a href="https://github.com/blink1073"><code>@blink1073</code></a>)</li> <li>Remove not needed pytest-dependency test requirement <a href="https://redirect.github.com/jupyter/nbconvert/pull/2062">#2062</a> (<a href="https://github.com/danigm"><code>@danigm</code></a>)</li> </ul> <h3>Contributors to this release</h3> <p>(<a href="https://github.com/jupyter/nbconvert/graphs/contributors?from=2023-10-30&to=2023-11-06&type=c">GitHub contributors page for this release</a>)</p> <p><a href="https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Ablink1073+updated%3A2023-10-30..2023-11-06&type=Issues"><code>@blink1073</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Adanigm+updated%3A2023-10-30..2023-11-06&type=Issues"><code>@danigm</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Atimkpaine+updated%3A2023-10-30..2023-11-06&type=Issues"><code>@timkpaine</code></a></p> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
de92c8fe1f
|
build(deps-dev): bump nbconvert from 7.10.0 to 7.11.0
Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 7.10.0 to 7.11.0. - [Release notes](https://github.com/jupyter/nbconvert/releases) - [Changelog](https://github.com/jupyter/nbconvert/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyter/nbconvert/compare/v7.10.0...v7.11.0) --- updated-dependencies: - dependency-name: nbconvert dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
266a6c33e5
|
build(deps-dev): bump ruff from 0.1.3 to 0.1.4
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.3 to 0.1.4. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.1.3...v0.1.4) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
e13a13a58c
|
Update pre-commit hooks (#323)
Update versions of pre-commit hooks to latest version. Co-authored-by: philipp-horstenkamp <philipp-horstenkamp@users.noreply.github.com> |
||
2fddc9149a
|
Reduced the number of times the dependabot auto merge is triggered. (#318) | |||
|
bae999f1d9
|
build(deps): bump rapidfuzz from 3.5.1 to 3.5.2 (#321)
Bumps [rapidfuzz](https://github.com/maxbachmann/RapidFuzz) from 3.5.1 to 3.5.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/maxbachmann/RapidFuzz/releases">rapidfuzz's releases</a>.</em></p> <blockquote> <h2>Release 3.5.2</h2> <h2>Fixed</h2> <ul> <li>use _mm_malloc/_mm_free on macOS if aligned_alloc is unsupported</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/maxbachmann/RapidFuzz/blob/main/CHANGELOG.rst">rapidfuzz's changelog</a>.</em></p> <blockquote> <h2>Changelog</h2> <p>[3.5.2] - 2023-11-02 ^^^^^^^^^^^^^^^^^^^^ Fixed</p> <pre><code>* use _mm_malloc/_mm_free on macOS if aligned_alloc is unsupported <p>[3.5.1] - 2023-10-31 ^^^^^^^^^^^^^^^^^^^^ Fixed </code></pre></p> <ul> <li>fix compilation failure on macOS</li> </ul> <p>[3.5.0] - 2023-10-31 ^^^^^^^^^^^^^^^^^^^^ Changed</p> <pre><code>* skip pandas ``pd.NA`` similar to ``None`` * add ``score_multiplier`` argument to ``process.cdist`` which allows multiplying the end result scores with a constant factor. * drop support for Python 3.7 <p>Performance </code></pre></p> <ul> <li>improve performance of simd implementation for <code>LCS</code> / <code>Indel</code> / <code>Jaro</code> / <code>JaroWinkler</code></li> <li>improve performance of Jaro and Jaro Winkler for long sequences</li> <li>implement <code>process.extract</code> with <code>limit=1</code> using <code>process.extractOne</code> which can be faster</li> </ul> <p>Fixed</p> <pre><code>* the preprocessing function was always called through Python due to a broken C-API version check * fix wraparound issue in simd implementation of Jaro and Jaro Winkler <p>[3.4.0] - 2023-10-09 ^^^^^^^^^^^^^^^^^^^^ Changed </code></pre></p> <ul> <li>upgrade to <code>Cython==3.0.3</code></li> <li>add simd implementation for Jaro and Jaro Winkler</li> </ul> <p>[3.3.1] - 2023-09-25 ^^^^^^^^^^^^^^^^^^^^ Added</p> <pre><code>* add missing tag for python 3.12 support <p>[3.3.0] - 2023-09-11 ^^^^^^^^^^^^^^^^^^^^ </tr></table> </code></pre></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
1b564276fb
|
build(deps): bump rapidfuzz from 3.5.1 to 3.5.2
Bumps [rapidfuzz](https://github.com/maxbachmann/RapidFuzz) from 3.5.1 to 3.5.2. - [Release notes](https://github.com/maxbachmann/RapidFuzz/releases) - [Changelog](https://github.com/maxbachmann/RapidFuzz/blob/main/CHANGELOG.rst) - [Commits](https://github.com/maxbachmann/RapidFuzz/compare/v3.5.1...v3.5.2) --- updated-dependencies: - dependency-name: rapidfuzz dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
ad36c68993
|
Moved the AI tests into the AI folder. (#315) | |||
|
9d04e46f55
|
Update pre-commit hooks (#319)
Update versions of pre-commit hooks to latest version. Co-authored-by: philipp-horstenkamp <philipp-horstenkamp@users.noreply.github.com> |
||
a638949644
|
Added a types package and upgraded poetry. (#313) | |||
d40746c69b
|
Used black on jupyter. (#312) | |||
8d9981d967
|
Moved AI files in the AI module. (#308) | |||
|
3cc94cb652
|
Add minimal example for networks | ||
|
0d1162efbe
|
Fixed Sentiment crash (truncation) (#305)
Added truncation attribute.... and it works! |
||
|
f3f6c40a49
|
build(deps): bump pymongo from 4.5.0 to 4.6.0 (#304)
Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.5.0 to 4.6.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-python-driver/releases">pymongo's releases</a>.</em></p> <blockquote> <h2>PyMongo 4.6.0</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-0-released/251866">https://www.mongodb.com/community/forums/t/pymongo-4-6-0-released/251866</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst">pymongo's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>Changes in Version 4.6</h2> <p>PyMongo 4.6 brings a number of improvements including:</p> <ul> <li> <p>Added the <code>serverMonitoringMode</code> URI and keyword argument to :class:<code>~pymongo.mongo_client.MongoClient</code>.</p> </li> <li> <p>Improved client performance and reduced connection requirements in Function-as-a-service (FaaS) environments like AWS Lambda, Google Cloud Functions, and Microsoft Azure Functions.</p> </li> <li> <p>Added the :attr:<code>pymongo.monitoring.CommandSucceededEvent.database_name</code> property.</p> </li> <li> <p>Added the :attr:<code>pymongo.monitoring.CommandFailedEvent.database_name</code> property.</p> </li> <li> <p>Allow passing a <code>dict</code> to sort/create_index/hint.</p> </li> <li> <p>Added :func:<code>repr</code> support to the write result classes: :class:<code>~pymongo.results.BulkWriteResult</code>, :class:<code>~pymongo.results.DeleteResult</code>, :class:<code>~pymongo.results.InsertManyResult</code>, :class:<code>~pymongo.results.InsertOneResult</code>, :class:<code>~pymongo.results.UpdateResult</code>, and :class:<code>~pymongo.encryption.RewrapManyDataKeyResult</code>. For example:</p> <blockquote> <blockquote> <blockquote> <p>client.t.t.insert_one({}) InsertOneResult(ObjectId('65319acdd55bb3a27ab5502b'), acknowledged=True) client.t.t.insert_many([{} for _ in range(3)]) InsertManyResult([ObjectId('6532f85e826f2b6125d6ce39'), ObjectId('6532f85e826f2b6125d6ce3a'), ObjectId('6532f85e826f2b6125d6ce3b')], acknowledged=True)</p> </blockquote> </blockquote> </blockquote> </li> <li> <p>:meth:<code>~pymongo.uri_parser.parse_uri</code> now considers the delimiting slash (<code>/</code>) between hosts and connection options optional. For example, "mongodb://example.com?tls=true" is now a valid URI.</p> </li> <li> <p>Fixed a bug where PyMongo would incorrectly promote all cursors to exhaust cursors when connected to load balanced MongoDB clusters or Serverless clusters.</p> </li> <li> <p>Added the :ref:<code>network-compression-example</code> documentation page.</p> </li> <li> <p>Added more timeout information to network errors.</p> </li> </ul> <h2>Changes in Version 4.5</h2> <p>PyMongo 4.5 brings a number of improvements including:</p> <ul> <li>Added new helper methods for Atlas Search Index (requires MongoDB Server 7.0+): :meth:<code>~pymongo.collection.Collection.list_search_indexes</code>, :meth:<code>~pymongo.collection.Collection.create_search_index</code>, :meth:<code>~pymongo.collection.Collection.create_search_indexes</code>, :meth:<code>~pymongo.collection.Collection.drop_search_index</code>, :meth:<code>~pymongo.collection.Collection.update_search_index</code></li> <li>Added :meth:<code>~pymongo.database.Database.cursor_command</code> and :meth:<code>~pymongo.command_cursor.CommandCursor.try_next</code> to support executing an arbitrary command that returns a cursor.</li> <li><code>cryptography</code> 2.5 or later is now required for :ref:<code>OCSP</code> support.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
eee77ca84a
|
build(deps): bump pymongo from 4.5.0 to 4.6.0
Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst) - [Commits](https://github.com/mongodb/mongo-python-driver/compare/4.5.0...4.6.0) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
29467d714e
|
build(deps): bump selenium from 4.14.0 to 4.15.0 (#297)
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.14.0 to 4.15.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/SeleniumHQ/Selenium/releases">selenium's releases</a>.</em></p> <blockquote> <h2>Selenium 4.15</h2> <h3>Changelog</h3> <p>For each component's detailed changelog, please check:</p> <ul> <li><a href="https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES">Ruby</a></li> <li><a href="https://github.com/SeleniumHQ/selenium/blob/trunk/py/CHANGES">Python</a></li> <li><a href="https://github.com/SeleniumHQ/selenium/blob/trunk/javascript/node/selenium-webdriver/CHANGES.md">JavaScript</a></li> <li><a href="https://github.com/SeleniumHQ/selenium/blob/trunk/java/CHANGELOG">Java</a></li> <li><a href="https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/CHANGELOG">DotNet</a></li> <li><a href="https://github.com/SeleniumHQ/selenium/blob/trunk/cpp/iedriverserver/CHANGELOG">IEDriverServer</a></li> </ul> <h3>Commits in this release</h3> <!-- raw HTML omitted --> <ul> <li><a href=" |
||
|
d5dbf553c7 | lint: Format changes | ||
|
de689f164a | lint: Format changes | ||
|
534a9ca809 | fix(data-extraction): Resolve wait function issue using lambda | ||
|
a96ebe916c
|
300 ner service crash (#301)
- Bugfixing: Wenn das Dokument aus der Mongo keinen Eintrag für Text oder Titel hatte, ist die Pipeline gecrasht. -->Eine Abfrage wurde hinzugefügt. - Überschreiben des Datenbanknamens wurde entfernt - ein Attribut des Transformers hat sich geändert --------- Co-authored-by: Philipp Horstenkamp <philipp@horstenkamp.de> |
||
|
4b4d568b9d
|
build(deps): bump selenium from 4.14.0 to 4.15.0
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.14.0 to 4.15.0. - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.14.0...selenium-4.15.0) --- updated-dependencies: - dependency-name: selenium dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
7620efc6da
|
build(deps): bump rapidfuzz from 3.4.0 to 3.5.1 (#298)
Bumps [rapidfuzz](https://github.com/maxbachmann/RapidFuzz) from 3.4.0 to 3.5.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/maxbachmann/RapidFuzz/releases">rapidfuzz's releases</a>.</em></p> <blockquote> <h2>Release 3.5.1</h2> <h2>Fixed</h2> <ul> <li>fix compilation failure on macOS</li> </ul> <h2>Release 3.5.0</h2> <h2>Changed</h2> <ul> <li>skip pandas <code>pd.NA</code> similar to <code>None</code></li> <li>add <code>score_multiplier</code> argument to <code>process.cdist</code> which allows multiplying the end result scores with a constant factor.</li> <li>drop support for Python 3.7</li> </ul> <h2>Performance</h2> <ul> <li>improve performance of simd implementation for <code>LCS</code> / <code>Indel</code> / <code>Jaro</code> / <code>JaroWinkler</code></li> <li>improve performance of Jaro and Jaro Winkler for long sequences</li> <li>implement <code>process.extract</code> with <code>limit=1</code> using <code>process.extractOne</code> which can be faster</li> </ul> <h2>Fixed</h2> <ul> <li>the preprocessing function was always called through Python due to a broken C-API version check</li> <li>fix wraparound issue in simd implementation of Jaro and Jaro Winkler</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/maxbachmann/RapidFuzz/blob/main/CHANGELOG.rst">rapidfuzz's changelog</a>.</em></p> <blockquote> <h2>Changelog</h2> <p>[3.5.1] - 2023-10-31 ^^^^^^^^^^^^^^^^^^^^ Fixed</p> <pre><code>* fix compilation failure on macOS <p>[3.5.0] - 2023-10-31 ^^^^^^^^^^^^^^^^^^^^ Changed </code></pre></p> <ul> <li>skip pandas <code>pd.NA</code> similar to <code>None</code></li> <li>add <code>score_multiplier</code> argument to <code>process.cdist</code> which allows multiplying the end result scores with a constant factor.</li> <li>drop support for Python 3.7</li> </ul> <p>Performance</p> <pre><code>* improve performance of simd implementation for ``LCS`` / ``Indel`` / ``Jaro`` / ``JaroWinkler`` * improve performance of Jaro and Jaro Winkler for long sequences * implement ``process.extract`` with ``limit=1`` using ``process.extractOne`` which can be faster <p>Fixed</p> <pre><code>* the preprocessing function was always called through Python due to a broken C-API version check * fix wraparound issue in simd implementation of Jaro and Jaro Winkler [3.4.0] - 2023-10-09 ^^^^^^^^^^^^^^^^^^^^ Changed </code></pre> <ul> <li>upgrade to <code>Cython==3.0.3</code></li> <li>add simd implementation for Jaro and Jaro Winkler</li> </ul> <p>[3.3.1] - 2023-09-25 ^^^^^^^^^^^^^^^^^^^^ Added</p> <pre><code>* add missing tag for python 3.12 support [3.3.0] - 2023-09-11 ^^^^^^^^^^^^^^^^^^^^ Changed </code></pre> <ul> <li>upgrade to <code>Cython==3.0.2</code></li> <li>implement the remaining missing features from the C++ implementation in the pure Python implementation</li> </ul> <p>Added </tr></table> </code></pre></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
73e549fffb
|
build(deps): bump rapidfuzz from 3.4.0 to 3.5.1
Bumps [rapidfuzz](https://github.com/maxbachmann/RapidFuzz) from 3.4.0 to 3.5.1. - [Release notes](https://github.com/maxbachmann/RapidFuzz/releases) - [Changelog](https://github.com/maxbachmann/RapidFuzz/blob/main/CHANGELOG.rst) - [Commits](https://github.com/maxbachmann/RapidFuzz/compare/v3.4.0...v3.5.1) --- updated-dependencies: - dependency-name: rapidfuzz dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
3a0aa9f56c
|
build(deps): bump matplotlib from 3.8.0 to 3.8.1 (#299)
Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.8.0 to 3.8.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/matplotlib/matplotlib/releases">matplotlib's releases</a>.</em></p> <blockquote> <h2>REL: v3.8.1</h2> <p>This is the first bugfix release of the 3.8.x series.</p> <p>This release contains several bug fixes and adjustments:</p> <ul> <li>Bump setuptools required version because of setuptools_scm v8</li> <li>Update <code>find_nearest_contour</code> and revert contour deprecations</li> <li><code>allsegs</code> and <code>allkinds</code> return individual segments</li> <li>Restore default behavior of hexbin mincnt with C provided</li> <li>Try/except import of Axes3D</li> <li>Ensure valid path mangling for ContourLabeler</li> <li>BLD: Remove development dependencies from sdists</li> <li>FIX 2-tuple of colors in to_rgba_array</li> <li>Fix issue with non-string labels and legend</li> <li>Fix issue with locale comma when not using math text</li> <li>Various type hinting improvements</li> <li>Various documentation improvements</li> <li>Improvements to the MacOS backend</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
2476c43548
|
build(deps): bump matplotlib from 3.8.0 to 3.8.1
Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.8.0 to 3.8.1. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.8.0...v3.8.1) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
389810c9bc
|
Update and rename dependabot-approve.yaml to dependabot-auto-merge.yaml | |||
3c2394d2d5
|
Sets auto merge for PRs opened by dependabot to true. (#293)
Sets auto merge for PRs opened by dependabot to true. Review is still needed. |
|||
|
f7e1fdb977
|
build(deps): bump sqlalchemy from 1.4.49 to 1.4.50 (#291)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.49 to 1.4.50. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sqlalchemy/sqlalchemy/releases">sqlalchemy's releases</a>.</em></p> <blockquote> <h1>1.4.50</h1> <p>Released: October 29, 2023</p> <h2>orm</h2> <ul> <li> <p><strong>[orm] [bug]</strong> Fixed fundamental issue which prevented some forms of ORM "annotations" from taking place for subqueries which made use of <code>_sql.Select.join()</code> against a relationship target. These annotations are used whenever a subquery is used in special situations such as within <code>_orm.PropComparator.and_()</code> and other ORM-specific scenarios.</p> <p>References: <a href="https://www.sqlalchemy.org/trac/ticket/10223">#10223</a></p> </li> </ul> <h2>sql</h2> <ul> <li> <p><strong>[sql] [bug]</strong> Fixed issue where using the same bound parameter more than once with <code>literal_execute=True</code> in some combinations with other literal rendering parameters would cause the wrong values to render due to an iteration issue.</p> <p>References: <a href="https://www.sqlalchemy.org/trac/ticket/10142">#10142</a></p> </li> <li> <p><strong>[sql] [bug]</strong> Fixed issue where unpickling of a <code>_schema.Column</code> or other <code>_sql.ColumnElement</code> would fail to restore the correct "comparator" object, which is used to generate SQL expressions specific to the type object.</p> <p>References: <a href="https://www.sqlalchemy.org/trac/ticket/10213">#10213</a></p> </li> </ul> <h2>schema</h2> <ul> <li> <p><strong>[schema] [bug]</strong> Modified the rendering of the Oracle only <code>Identity.order</code> parameter that's part of both <code>Sequence</code> and <code>Identity</code> to only take place for the Oracle backend, and not other backends such as that of PostgreSQL. A future release will rename the <code>Identity.order</code>, <code>Sequence.order</code> and <code>Identity.on_null</code> parameters to Oracle-specific names, deprecating the old names, these parameters only apply to Oracle.</p> <p>References: <a href="https://www.sqlalchemy.org/trac/ticket/10207">#10207</a></p> </li> </ul> <h2>mysql</h2> <ul> <li><strong>[mysql] [usecase]</strong> Updated aiomysql dialect since the dialect appears to be maintained again. Re-added to the ci testing using version 0.2.0.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/sqlalchemy/sqlalchemy/commits">compare view</a></li> </ul> </details> <br /> [](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> |
||
|
5699270c34
|
build(deps-dev): bump nbconvert from 7.9.2 to 7.10.0 (#290)
Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 7.9.2 to 7.10.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jupyter/nbconvert/releases">nbconvert's releases</a>.</em></p> <blockquote> <h2>v7.10.0</h2> <h2>7.10.0</h2> <p>(<a href="https://github.com/jupyter/nbconvert/compare/v7.9.2...48599a4bba00819e4e626fe098eb204977590ee4">Full Changelog</a>)</p> <h3>Enhancements made</h3> <ul> <li>Update to mermaid 10.6.0, docs keyboard navigation <a href="https://redirect.github.com/jupyter/nbconvert/pull/2058">#2058</a> (<a href="https://github.com/bollwyvl"><code>@bollwyvl</code></a>)</li> </ul> <h3>Maintenance and upkeep improvements</h3> <ul> <li>Fix typing for traitlets 5.13 <a href="https://redirect.github.com/jupyter/nbconvert/pull/2060">#2060</a> (<a href="https://github.com/blink1073"><code>@blink1073</code></a>)</li> <li>Adopt ruff format <a href="https://redirect.github.com/jupyter/nbconvert/pull/2059">#2059</a> (<a href="https://github.com/blink1073"><code>@blink1073</code></a>)</li> <li>Update typings and remove dead link <a href="https://redirect.github.com/jupyter/nbconvert/pull/2056">#2056</a> (<a href="https://github.com/blink1073"><code>@blink1073</code></a>)</li> </ul> <h3>Documentation improvements</h3> <ul> <li>Update to mermaid 10.6.0, docs keyboard navigation <a href="https://redirect.github.com/jupyter/nbconvert/pull/2058">#2058</a> (<a href="https://github.com/bollwyvl"><code>@bollwyvl</code></a>)</li> </ul> <h3>Contributors to this release</h3> <p>(<a href="https://github.com/jupyter/nbconvert/graphs/contributors?from=2023-10-05&to=2023-10-30&type=c">GitHub contributors page for this release</a>)</p> <p><a href="https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Ablink1073+updated%3A2023-10-05..2023-10-30&type=Issues"><code>@blink1073</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Abollwyvl+updated%3A2023-10-05..2023-10-30&type=Issues"><code>@bollwyvl</code></a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jupyter/nbconvert/blob/main/CHANGELOG.md">nbconvert's changelog</a>.</em></p> <blockquote> <h2>7.10.0</h2> <p>(<a href="https://github.com/jupyter/nbconvert/compare/v7.9.2...48599a4bba00819e4e626fe098eb204977590ee4">Full Changelog</a>)</p> <h3>Enhancements made</h3> <ul> <li>Update to mermaid 10.6.0, docs keyboard navigation <a href="https://redirect.github.com/jupyter/nbconvert/pull/2058">#2058</a> (<a href="https://github.com/bollwyvl"><code>@bollwyvl</code></a>)</li> </ul> <h3>Maintenance and upkeep improvements</h3> <ul> <li>Fix typing for traitlets 5.13 <a href="https://redirect.github.com/jupyter/nbconvert/pull/2060">#2060</a> (<a href="https://github.com/blink1073"><code>@blink1073</code></a>)</li> <li>Adopt ruff format <a href="https://redirect.github.com/jupyter/nbconvert/pull/2059">#2059</a> (<a href="https://github.com/blink1073"><code>@blink1073</code></a>)</li> <li>Update typings and remove dead link <a href="https://redirect.github.com/jupyter/nbconvert/pull/2056">#2056</a> (<a href="https://github.com/blink1073"><code>@blink1073</code></a>)</li> </ul> <h3>Documentation improvements</h3> <ul> <li>Update to mermaid 10.6.0, docs keyboard navigation <a href="https://redirect.github.com/jupyter/nbconvert/pull/2058">#2058</a> (<a href="https://github.com/bollwyvl"><code>@bollwyvl</code></a>)</li> </ul> <h3>Contributors to this release</h3> <p>(<a href="https://github.com/jupyter/nbconvert/graphs/contributors?from=2023-10-05&to=2023-10-30&type=c">GitHub contributors page for this release</a>)</p> <p><a href="https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Ablink1073+updated%3A2023-10-05..2023-10-30&type=Issues"><code>@blink1073</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Abollwyvl+updated%3A2023-10-05..2023-10-30&type=Issues"><code>@bollwyvl</code></a></p> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
11eb2c9bf5
|
build(deps-dev): bump types-pyopenssl from 23.2.0.2 to 23.3.0.0 (#292)
Bumps [types-pyopenssl](https://github.com/python/typeshed) from 23.2.0.2 to 23.3.0.0. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/python/typeshed/commits">compare view</a></li> </ul> </details> <br /> [](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> |
||
4362463f3c
|
Added types-six to the linting packages and unlocked all the linter versions. (#286)
Added the from mypy demanded types-six package as a lint dependency. This should allow for a faster execution. |
|||
f72d606d18
|
Added base-path support in URL generating features (#288)
Add the basepath dash url to the path generation for dynamicly generated links. |
|||
6526549bdd
|
Reworked the about page for a nicer version of the git hash (#283)
The git hash looks currently like this: `Build from GiT Revision: ('d3189f78c47d812f447739f97876ced01227e1fd',)` After this change it should look like this: `Build from GiT Revision: d3189f78c47d812f447739f97876ced01227e1fd` |
|||
fca53c5e0c
|
Dash security-fix against DoS. (#284)
Dash has currently a security vulnerability. This updated should fix this. Dependabot is currently not allowed to upgrade main-version. |
|||
|
d3189f78c4
|
build(deps-dev): bump types-cachetools from 5.3.0.6 to 5.3.0.7 (#277)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [types-cachetools](https://github.com/python/typeshed) from 5.3.0.6 to 5.3.0.7. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/python/typeshed/commits">compare view</a></li> </ul> </details> <br /> [](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> |
||
|
759ee0ecf2
|
build(deps-dev): bump ruff from 0.1.2 to 0.1.3 (#276)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.2 to 0.1.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/astral-sh/ruff/releases">ruff's releases</a>.</em></p> <blockquote> <h2>v0.1.3</h2> <p>This release includes a variety of improvements to the Ruff formatter (available now as <code>ruff format</code>), removing several known and unintentional deviations from Black.</p> <h2>Changes</h2> <h3>Formatter</h3> <ul> <li>Avoid space around pow for <code>None</code>, <code>True</code> and <code>False</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8189">#8189</a>)</li> <li>Avoid sorting all paths in the format command (<a href="https://redirect.github.com/astral-sh/ruff/pull/8181">#8181</a>)</li> <li>Insert necessary blank line between class and leading comments (<a href="https://redirect.github.com/astral-sh/ruff/pull/8224">#8224</a>)</li> <li>Avoid introducing new parentheses in annotated assignments (<a href="https://redirect.github.com/astral-sh/ruff/pull/8233">#8233</a>)</li> <li>Refine the warnings about incompatible linter options (<a href="https://redirect.github.com/astral-sh/ruff/pull/8196">#8196</a>)</li> <li>Add test and basic implementation for formatter preview mode (<a href="https://redirect.github.com/astral-sh/ruff/pull/8044">#8044</a>)</li> <li>Refine warning about incompatible <code>isort</code> settings (<a href="https://redirect.github.com/astral-sh/ruff/pull/8192">#8192</a>)</li> <li>Only omit optional parentheses for starting or ending with parentheses (<a href="https://redirect.github.com/astral-sh/ruff/pull/8238">#8238</a>)</li> <li>Use source type to determine parser mode for formatting (<a href="https://redirect.github.com/astral-sh/ruff/pull/8205">#8205</a>)</li> <li>Don't warn about magic trailing comma when <code>isort.force-single-line</code> is true (<a href="https://redirect.github.com/astral-sh/ruff/pull/8244">#8244</a>)</li> <li>Use <code>SourceKind::diff</code> for formatter (<a href="https://redirect.github.com/astral-sh/ruff/pull/8240">#8240</a>)</li> <li>Fix <code>fmt:off</code> with trailing child comment (<a href="https://redirect.github.com/astral-sh/ruff/pull/8234">#8234</a>)</li> <li>Formatter parentheses support for <code>IpyEscapeCommand</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8207">#8207</a>)</li> </ul> <h3>Linter</h3> <ul> <li>[<code>pylint</code>] Add buffer methods to <code>bad-dunder-method-name</code> (<code>PLW3201</code>) exclusions (<a href="https://redirect.github.com/astral-sh/ruff/pull/8190">#8190</a>)</li> <li>Match rule prefixes from <code>external</code> codes setting in <code>unused-noqa</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8177">#8177</a>)</li> <li>Use <code>line-length</code> setting for isort in lieu of <code>pycodestyle.max-line-length</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8235">#8235</a>)</li> <li>Update fix for <code>unnecessary-paren-on-raise-exception</code> to unsafe for unknown types (<a href="https://redirect.github.com/astral-sh/ruff/pull/8231">#8231</a>)</li> <li>Correct quick fix message for <code>W605</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8255">#8255</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Fix typo in max-doc-length documentation (<a href="https://redirect.github.com/astral-sh/ruff/pull/8201">#8201</a>)</li> <li>Improve documentation around linter-formatter conflicts (<a href="https://redirect.github.com/astral-sh/ruff/pull/8257">#8257</a>)</li> <li>Fix link to error suppression documentation in <code>unused-noqa</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8172">#8172</a>)</li> <li>Add <code>external</code> option to <code>unused-noqa</code> documentation (<a href="https://redirect.github.com/astral-sh/ruff/pull/8171">#8171</a>)</li> <li>Add title attribute to icons (<a href="https://redirect.github.com/astral-sh/ruff/pull/8060">#8060</a>)</li> <li>Clarify unsafe case in RSE102 (<a href="https://redirect.github.com/astral-sh/ruff/pull/8256">#8256</a>)</li> <li>Fix skipping formatting examples (<a href="https://redirect.github.com/astral-sh/ruff/pull/8210">#8210</a>)</li> <li>docs: fix name of <code>magic-trailing-comma</code> option in README (<a href="https://redirect.github.com/astral-sh/ruff/pull/8200">#8200</a>)</li> <li>Add note about scope of rule changing in versioning policy (<a href="https://redirect.github.com/astral-sh/ruff/pull/8169">#8169</a>)</li> <li>Document: Fix default lint rules (<a href="https://redirect.github.com/astral-sh/ruff/pull/8218">#8218</a>)</li> <li>Fix a wrong setting in configuration.md (<a href="https://redirect.github.com/astral-sh/ruff/pull/8186">#8186</a>)</li> <li>Fix misspelled TOML headers in the tutorial (<a href="https://redirect.github.com/astral-sh/ruff/pull/8209">#8209</a>)</li> </ul> <h2>Contributors</h2> <ul> <li><a href="https://github.com/MichaReiser"><code>@MichaReiser</code></a></li> <li><a href="https://github.com/T-256"><code>@T-256</code></a></li> <li><a href="https://github.com/TeamSpen210"><code>@TeamSpen210</code></a></li> <li><a href="https://github.com/charliermarsh"><code>@charliermarsh</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md">ruff's changelog</a>.</em></p> <blockquote> <h2>0.1.3</h2> <p>This release includes a variety of improvements to the Ruff formatter, removing several known and unintentional deviations from Black.</p> <h3>Formatter</h3> <ul> <li>Avoid space around pow for <code>None</code>, <code>True</code> and <code>False</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8189">#8189</a>)</li> <li>Avoid sorting all paths in the format command (<a href="https://redirect.github.com/astral-sh/ruff/pull/8181">#8181</a>)</li> <li>Insert necessary blank line between class and leading comments (<a href="https://redirect.github.com/astral-sh/ruff/pull/8224">#8224</a>)</li> <li>Avoid introducing new parentheses in annotated assignments (<a href="https://redirect.github.com/astral-sh/ruff/pull/8233">#8233</a>)</li> <li>Refine the warnings about incompatible linter options (<a href="https://redirect.github.com/astral-sh/ruff/pull/8196">#8196</a>)</li> <li>Add test and basic implementation for formatter preview mode (<a href="https://redirect.github.com/astral-sh/ruff/pull/8044">#8044</a>)</li> <li>Refine warning about incompatible <code>isort</code> settings (<a href="https://redirect.github.com/astral-sh/ruff/pull/8192">#8192</a>)</li> <li>Only omit optional parentheses for starting or ending with parentheses (<a href="https://redirect.github.com/astral-sh/ruff/pull/8238">#8238</a>)</li> <li>Use source type to determine parser mode for formatting (<a href="https://redirect.github.com/astral-sh/ruff/pull/8205">#8205</a>)</li> <li>Don't warn about magic trailing comma when <code>isort.force-single-line</code> is true (<a href="https://redirect.github.com/astral-sh/ruff/pull/8244">#8244</a>)</li> <li>Use <code>SourceKind::diff</code> for formatter (<a href="https://redirect.github.com/astral-sh/ruff/pull/8240">#8240</a>)</li> <li>Fix <code>fmt:off</code> with trailing child comment (<a href="https://redirect.github.com/astral-sh/ruff/pull/8234">#8234</a>)</li> <li>Formatter parentheses support for <code>IpyEscapeCommand</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8207">#8207</a>)</li> </ul> <h3>Linter</h3> <ul> <li>[<code>pylint</code>] Add buffer methods to <code>bad-dunder-method-name</code> (<code>PLW3201</code>) exclusions (<a href="https://redirect.github.com/astral-sh/ruff/pull/8190">#8190</a>)</li> <li>Match rule prefixes from <code>external</code> codes setting in <code>unused-noqa</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8177">#8177</a>)</li> <li>Use <code>line-length</code> setting for isort in lieu of <code>pycodestyle.max-line-length</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8235">#8235</a>)</li> <li>Update fix for <code>unnecessary-paren-on-raise-exception</code> to unsafe for unknown types (<a href="https://redirect.github.com/astral-sh/ruff/pull/8231">#8231</a>)</li> <li>Correct quick fix message for <code>W605</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8255">#8255</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Fix typo in max-doc-length documentation (<a href="https://redirect.github.com/astral-sh/ruff/pull/8201">#8201</a>)</li> <li>Improve documentation around linter-formatter conflicts (<a href="https://redirect.github.com/astral-sh/ruff/pull/8257">#8257</a>)</li> <li>Fix link to error suppression documentation in <code>unused-noqa</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8172">#8172</a>)</li> <li>Add <code>external</code> option to <code>unused-noqa</code> documentation (<a href="https://redirect.github.com/astral-sh/ruff/pull/8171">#8171</a>)</li> <li>Add title attribute to icons (<a href="https://redirect.github.com/astral-sh/ruff/pull/8060">#8060</a>)</li> <li>Clarify unsafe case in RSE102 (<a href="https://redirect.github.com/astral-sh/ruff/pull/8256">#8256</a>)</li> <li>Fix skipping formatting examples (<a href="https://redirect.github.com/astral-sh/ruff/pull/8210">#8210</a>)</li> <li>docs: fix name of <code>magic-trailing-comma</code> option in README (<a href="https://redirect.github.com/astral-sh/ruff/pull/8200">#8200</a>)</li> <li>Add note about scope of rule changing in versioning policy (<a href="https://redirect.github.com/astral-sh/ruff/pull/8169">#8169</a>)</li> <li>Document: Fix default lint rules (<a href="https://redirect.github.com/astral-sh/ruff/pull/8218">#8218</a>)</li> <li>Fix a wrong setting in configuration.md (<a href="https://redirect.github.com/astral-sh/ruff/pull/8186">#8186</a>)</li> <li>Fix misspelled TOML headers in the tutorial (<a href="https://redirect.github.com/astral-sh/ruff/pull/8209">#8209</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
5787d71f90
|
build(deps): bump dash from 2.14.0 to 2.14.1 (#278)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [dash](https://github.com/plotly/dash) from 2.14.0 to 2.14.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/plotly/dash/releases">dash's releases</a>.</em></p> <blockquote> <h2>Dash v2.14.1</h2> <h2>Fixed</h2> <ul> <li><a href="https://redirect.github.com/plotly/dash/pull/2672">#2672</a> Fix <code>get_caller_name</code> in case the source is not available.</li> </ul> <h2>Changed</h2> <ul> <li><a href="https://redirect.github.com/plotly/dash/pull/2674">#2674</a> Raise flask & werkzeug limits to <3.1</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/plotly/dash/blob/dev/CHANGELOG.md">dash's changelog</a>.</em></p> <blockquote> <h2>[2.14.1] - 2023-10-26</h2> <h2>Fixed</h2> <ul> <li><a href="https://redirect.github.com/plotly/dash/pull/2672">#2672</a> Fix <code>get_caller_name</code> in case the source is not available.</li> </ul> <h2>Changed</h2> <ul> <li><a href="https://redirect.github.com/plotly/dash/pull/2674">#2674</a> Raise flask & werkzeug limits to <3.1</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
ba529aced9
|
build(deps-dev): bump types-tqdm from 4.66.0.2 to 4.66.0.3 (#279)
Bumps [types-tqdm](https://github.com/python/typeshed) from 4.66.0.2 to 4.66.0.3. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/python/typeshed/commits">compare view</a></li> </ul> </details> <br /> [](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> |
||
|
c7046eb975
|
Update pre-commit hooks (#275)
Update versions of pre-commit hooks to latest version. Co-authored-by: philipp-horstenkamp <philipp-horstenkamp@users.noreply.github.com> |
||
0e388eb927
|
Using actor to identify dependabot and skipp some actions. (#273) | |||
e7a778e4cb
|
Changed the plotly default theme (#269)
I think the current blueish plotly default theme bits itself quit beadly with @KM-R s great work. I propose to set the deault plotly template to either: - plotly_white - ggplot2 - seaborn Simply change the constant i have set will change this. Heren you can find the catalog of themes: https://plotly.com/python/templates/#disable-default-theming I would not suggest to do more than changing the default layout. |