mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-12-26 23:08:54 +01:00
4a41cad72bdfae031656adc7480167fc2b129792
133 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
4a41cad72b |
build(deps-dev): bump types-setuptools
Bumps [types-setuptools](https://github.com/python/typeshed) from 69.0.0.20240106 to 69.0.0.20240115. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-setuptools dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
d059fba8b1 |
build(deps-dev): bump dashvis from 0.1.11 to 0.1.14 (#560)
Bumps [dashvis](https://github.com/lewkoo/dashvis) from 0.1.11 to 0.1.14. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/lewkoo/dashvis/releases">dashvis's releases</a>.</em></p> <blockquote> <p>Release 0.1.14</p> <p>Fixing a small issue with data setting</p> <p>Release 0.1.13</p> <p>Updates to clustering functions</p> <p>Release 0.1.12</p> <p>More clustering options</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
ccdca98636 |
build(deps-dev): bump ruff from 0.1.11 to 0.1.13 (#559)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.11 to 0.1.13. <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.12</h2> <h2>Changes</h2> <h3>Preview features</h3> <ul> <li>Formatter: Hug multiline-strings in preview style (<a href="https://redirect.github.com/astral-sh/ruff/pull/9243">#9243</a>)</li> <li>[<code>flake8-bandit</code>] Add <code>ssl-with-no-version</code> (<code>S504</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/9384">#9384</a>)</li> <li>[<code>flake8-bandit</code>] Implement <code>ssl-insecure-version</code> (<code>S502</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/9390">#9390</a>)</li> <li>[<code>flake8-bandit</code>] Implement <code>ssl-with-bad-defaults</code> (<code>S503</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/9391">#9391</a>)</li> <li>[<code>flake8-bandit</code>] Implement suspicious import rules (<code>S4XX</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8831">#8831</a>)</li> <li>[<code>flake8-simplify</code>] Implement <code>zip-dict-keys-and-values</code> (<code>SIM911</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/9460">#9460</a>)</li> <li>[<code>pyflakes</code>] Add a fix for <code>redefined-while-unused</code> (<code>F811</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/9419">#9419</a>)</li> <li>[<code>pylint</code>] Implement <code>unnecessary-dunder-call</code> (<code>C2801</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/9166">#9166</a>)</li> <li>[<code>ruff</code>] Add <code>parenthesize-chained-operators</code> (<code>RUF021</code>) to enforce parentheses in <code>a or b and c</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/9440">#9440</a>)</li> </ul> <h3>Rule changes</h3> <ul> <li>[<code>flake8-boolean-trap</code>] Allow Boolean positional arguments in setters (<a href="https://redirect.github.com/astral-sh/ruff/pull/9429">#9429</a>)</li> <li>[<code>flake8-builtins</code>] Restrict <code>builtin-attribute-shadowing</code> (<code>A003</code>) to actual shadowed references (<a href="https://redirect.github.com/astral-sh/ruff/pull/9462">#9462</a>)</li> <li>[<code>flake8-pyi</code>] Add fix for <code>generator-return-from-iter-method</code> (<code>PYI058</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/9355">#9355</a>)</li> <li>[<code>pyflakes</code>] Don't flag <code>redefined-while-unused</code> (<code>F811</code>) in <code>if</code> branches (<a href="https://redirect.github.com/astral-sh/ruff/pull/9418">#9418</a>)</li> <li>[<code>pyupgrade</code>] Add some additional Python 3.12 typing members to <code>deprecated-import</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/9445">#9445</a>)</li> <li>[<code>ruff</code>] Add fix for <code>parenthesize-chained-operators</code> (<code>RUF021</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/9449">#9449</a>)</li> <li>[<code>ruff</code>] Include subscripts and attributes in static key rule (<code>RUF011</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/9416">#9416</a>)</li> <li>[<code>ruff</code>] Support variable keys in static dictionary key rule (<code>RUF011</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/9411">#9411</a>)</li> </ul> <h3>Formatter</h3> <ul> <li>Generate deterministic IDs when formatting notebooks (<a href="https://redirect.github.com/astral-sh/ruff/pull/9359">#9359</a>)</li> <li>Allow <code># fmt: skip</code> with interspersed same-line comments (<a href="https://redirect.github.com/astral-sh/ruff/pull/9395">#9395</a>)</li> <li>Parenthesize breaking named expressions in match guards (<a href="https://redirect.github.com/astral-sh/ruff/pull/9396">#9396</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Add cell indexes to all diagnostics (<a href="https://redirect.github.com/astral-sh/ruff/pull/9387">#9387</a>)</li> <li>Avoid infinite loop in constant vs. <code>None</code> comparisons (<a href="https://redirect.github.com/astral-sh/ruff/pull/9376">#9376</a>)</li> <li>Handle raises with implicit alternate branches (<a href="https://redirect.github.com/astral-sh/ruff/pull/9377">#9377</a>)</li> <li>Ignore trailing quotes for unclosed l-brace errors (<a href="https://redirect.github.com/astral-sh/ruff/pull/9388">#9388</a>)</li> <li>Respect multi-segment submodule imports when resolving qualified names (<a href="https://redirect.github.com/astral-sh/ruff/pull/9382">#9382</a>)</li> <li>Use <code>DisplayParseError</code> for stdin parser errors (<a href="https://redirect.github.com/astral-sh/ruff/pull/9409">#9409</a>)</li> <li>Use <code>comment_ranges</code> for isort directive extraction (<a href="https://redirect.github.com/astral-sh/ruff/pull/9414">#9414</a>)</li> <li>Use transformed source code for diagnostic locations (<a href="https://redirect.github.com/astral-sh/ruff/pull/9408">#9408</a>)</li> <li>[<code>flake8-pyi</code>] Exclude <code>warnings.deprecated</code> and <code>typing_extensions.deprecated</code> arguments (<a href="https://redirect.github.com/astral-sh/ruff/pull/9423">#9423</a>)</li> <li>[<code>flake8-pyi</code>] Fix false negative for <code>unused-private-protocol</code> (<code>PYI046</code>) with unused generic protocols (<a href="https://redirect.github.com/astral-sh/ruff/pull/9405">#9405</a>)</li> <li>[<code>pydocstyle</code>] Disambiguate argument descriptors from section headers (<a href="https://redirect.github.com/astral-sh/ruff/pull/9427">#9427</a>)</li> <li>[<code>pylint</code>] Homogenize <code>PLR0914</code> message to match other <code>PLR09XX</code> rules (<a href="https://redirect.github.com/astral-sh/ruff/pull/9399">#9399</a>)</li> <li>[<code>ruff</code>] Allow <code>Hashable = None</code> in type annotations (<code>RUF013</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/9442">#9442</a>)</li> </ul> <h3>Documentation</h3> <!-- 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.13</h2> <h3>Bug fixes</h3> <ul> <li>Include base pyproject when initializing cache settings (<a href="https://redirect.github.com/astral-sh/ruff/pull/9480">#9480</a>)</li> <li>[<code>flake8-simplify</code>] Account for possibly-empty f-string values in truthiness logic (<a href="https://redirect.github.com/astral-sh/ruff/pull/9484">#9484</a>)</li> <li>[<code>pylint</code>] Add the missing period in <code>unnecessary-dunder-call</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/9485">#9485</a>)</li> <li>[<code>pylint</code>] Fix <code>__aenter__</code> message in <code>unnecessary-dunder-call</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/9492">#9492</a>)</li> </ul> <h2>0.1.12</h2> <h3>Preview features</h3> <ul> <li>Formatter: Hug multiline-strings in preview style (<a href="https://redirect.github.com/astral-sh/ruff/pull/9243">#9243</a>)</li> <li>[<code>flake8-bandit</code>] Add <code>ssl-with-no-version</code> (<code>S504</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/9384">#9384</a>)</li> <li>[<code>flake8-bandit</code>] Implement <code>ssl-insecure-version</code> (<code>S502</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/9390">#9390</a>)</li> <li>[<code>flake8-bandit</code>] Implement <code>ssl-with-bad-defaults</code> (<code>S503</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/9391">#9391</a>)</li> <li>[<code>flake8-bandit</code>] Implement suspicious import rules (<code>S4XX</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8831">#8831</a>)</li> <li>[<code>flake8-simplify</code>] Implement <code>zip-dict-keys-and-values</code> (<code>SIM911</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/9460">#9460</a>)</li> <li>[<code>pyflakes</code>] Add a fix for <code>redefined-while-unused</code> (<code>F811</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/9419">#9419</a>)</li> <li>[<code>pylint</code>] Implement <code>unnecessary-dunder-call</code> (<code>C2801</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/9166">#9166</a>)</li> <li>[<code>ruff</code>] Add <code>parenthesize-chained-operators</code> (<code>RUF021</code>) to enforce parentheses in <code>a or b and c</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/9440">#9440</a>)</li> </ul> <h3>Rule changes</h3> <ul> <li>[<code>flake8-boolean-trap</code>] Allow Boolean positional arguments in setters (<a href="https://redirect.github.com/astral-sh/ruff/pull/9429">#9429</a>)</li> <li>[<code>flake8-builtins</code>] Restrict <code>builtin-attribute-shadowing</code> (<code>A003</code>) to actual shadowed references (<a href="https://redirect.github.com/astral-sh/ruff/pull/9462">#9462</a>)</li> <li>[<code>flake8-pyi</code>] Add fix for <code>generator-return-from-iter-method</code> (<code>PYI058</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/9355">#9355</a>)</li> <li>[<code>pyflakes</code>] Don't flag <code>redefined-while-unused</code> (<code>F811</code>) in <code>if</code> branches (<a href="https://redirect.github.com/astral-sh/ruff/pull/9418">#9418</a>)</li> <li>[<code>pyupgrade</code>] Add some additional Python 3.12 typing members to <code>deprecated-import</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/9445">#9445</a>)</li> <li>[<code>ruff</code>] Add fix for <code>parenthesize-chained-operators</code> (<code>RUF021</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/9449">#9449</a>)</li> <li>[<code>ruff</code>] Include subscripts and attributes in static key rule (<code>RUF011</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/9416">#9416</a>)</li> <li>[<code>ruff</code>] Support variable keys in static dictionary key rule (<code>RUF011</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/9411">#9411</a>)</li> </ul> <h3>Formatter</h3> <ul> <li>Generate deterministic IDs when formatting notebooks (<a href="https://redirect.github.com/astral-sh/ruff/pull/9359">#9359</a>)</li> <li>Allow <code># fmt: skip</code> with interspersed same-line comments (<a href="https://redirect.github.com/astral-sh/ruff/pull/9395">#9395</a>)</li> <li>Parenthesize breaking named expressions in match guards (<a href="https://redirect.github.com/astral-sh/ruff/pull/9396">#9396</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Add cell indexes to all diagnostics (<a href="https://redirect.github.com/astral-sh/ruff/pull/9387">#9387</a>)</li> <li>Avoid infinite loop in constant vs. <code>None</code> comparisons (<a href="https://redirect.github.com/astral-sh/ruff/pull/9376">#9376</a>)</li> <li>Handle raises with implicit alternate branches (<a href="https://redirect.github.com/astral-sh/ruff/pull/9377">#9377</a>)</li> <li>Ignore trailing quotes for unclosed l-brace errors (<a href="https://redirect.github.com/astral-sh/ruff/pull/9388">#9388</a>)</li> <li>Respect multi-segment submodule imports when resolving qualified names (<a href="https://redirect.github.com/astral-sh/ruff/pull/9382">#9382</a>)</li> <li>Use <code>DisplayParseError</code> for stdin parser errors (<a href="https://redirect.github.com/astral-sh/ruff/pull/9409">#9409</a>)</li> <li>Use <code>comment_ranges</code> for isort directive extraction (<a href="https://redirect.github.com/astral-sh/ruff/pull/9414">#9414</a>)</li> <li>Use transformed source code for diagnostic locations (<a href="https://redirect.github.com/astral-sh/ruff/pull/9408">#9408</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
16db8d4592 |
build(deps-dev): bump dashvis from 0.1.11 to 0.1.14
Bumps [dashvis](https://github.com/lewkoo/dashvis) from 0.1.11 to 0.1.14. - [Release notes](https://github.com/lewkoo/dashvis/releases) - [Commits](https://github.com/lewkoo/dashvis/compare/0.1.11...0.1.14) --- updated-dependencies: - dependency-name: dashvis dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
26702d4d54 |
build(deps-dev): bump ruff from 0.1.11 to 0.1.13
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.11 to 0.1.13. - [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.11...v0.1.13) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
23b35b0793 |
build(deps-dev): bump pip-audit from 2.6.3 to 2.7.0
Bumps [pip-audit](https://github.com/pypa/pip-audit) from 2.6.3 to 2.7.0. - [Release notes](https://github.com/pypa/pip-audit/releases) - [Changelog](https://github.com/pypa/pip-audit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pypa/pip-audit/compare/v2.6.3...v2.7.0) --- updated-dependencies: - dependency-name: pip-audit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
4ad31b6b78 |
build(deps-dev): bump dashvis from 0.1.9 to 0.1.11
Bumps [dashvis](https://github.com/lewkoo/dashvis) from 0.1.9 to 0.1.11. - [Release notes](https://github.com/lewkoo/dashvis/releases) - [Commits](https://github.com/lewkoo/dashvis/compare/0.1.9...0.1.11) --- updated-dependencies: - dependency-name: dashvis dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
75de9df323 |
build(deps-dev): bump pip-audit from 2.6.2 to 2.6.3
Bumps [pip-audit](https://github.com/pypa/pip-audit) from 2.6.2 to 2.6.3. - [Release notes](https://github.com/pypa/pip-audit/releases) - [Changelog](https://github.com/pypa/pip-audit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pypa/pip-audit/compare/v2.6.2...v2.6.3) --- updated-dependencies: - dependency-name: pip-audit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
| 6f60b0fb6d | Moved absa to dev dependencies (#537) | |||
|
|
97b628cf8b | LOCK and TOML file with pyabsa included | ||
|
|
9d1635f59d | New TOML File with pyabsa included | ||
|
|
8165145efc |
build(deps-dev): bump ruff from 0.1.9 to 0.1.11
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.9 to 0.1.11. - [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.9...v0.1.11) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
a29fa74a40 |
fix/mermaid in sphinx (#505)
Solution retrieved from https://github.com/mgaitan/sphinxcontrib-mermaid/issues/113#issuecomment-1549876281 |
||
|
|
176cbcefa5 |
build(deps-dev): bump types-requests from 2.31.0.10 to 2.31.0.20231231
Bumps [types-requests](https://github.com/python/typeshed) from 2.31.0.10 to 2.31.0.20231231. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-requests dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
e6ad231884 |
build(deps-dev): bump pandas-stubs from 2.1.4.231218 to 2.1.4.231227
Bumps [pandas-stubs](https://github.com/pandas-dev/pandas-stubs) from 2.1.4.231218 to 2.1.4.231227. - [Changelog](https://github.com/pandas-dev/pandas-stubs/blob/main/docs/release_procedure.md) - [Commits](https://github.com/pandas-dev/pandas-stubs/compare/v2.1.4.231218...v2.1.4.231227) --- updated-dependencies: - dependency-name: pandas-stubs dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
| 6fa0f838ea | Updates to everything (#488) | |||
|
|
51ce98177e |
build(deps-dev): bump ruff from 0.1.8 to 0.1.9 (#479)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.8 to 0.1.9. <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.9</h2> <h2>Changes</h2> <h3>Breaking changes</h3> <ul> <li>Add site-packages to default exclusions (<a href="https://redirect.github.com/astral-sh/ruff/pull/9188">#9188</a>)</li> </ul> <h3>Preview features</h3> <ul> <li>Fix: Avoid parenthesizing subscript targets and values (<a href="https://redirect.github.com/astral-sh/ruff/pull/9209">#9209</a>)</li> <li>[<code>pylint</code>] Implement <code>too-many-locals</code> (<code>PLR0914</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/9163">#9163</a>)</li> <li>Implement <code>reimplemented_operator</code> (FURB118) (<a href="https://redirect.github.com/astral-sh/ruff/pull/9171">#9171</a>)</li> <li>Add a rule to detect string members in runtime-evaluated unions (<a href="https://redirect.github.com/astral-sh/ruff/pull/9143">#9143</a>)</li> <li>Implement <code>no_blank_line_before_class_docstring</code> preview style (<a href="https://redirect.github.com/astral-sh/ruff/pull/9154">#9154</a>)</li> </ul> <h3>Rule changes</h3> <ul> <li><code>CONSTANT_CASE</code> variables are improperly flagged for yoda violation (<code>SIM300</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/9164">#9164</a>)</li> <li>[<code>flake8-pyi</code>] Cover ParamSpecs and TypeVarTuples (<code>PYI018</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/9198">#9198</a>)</li> <li>[<code>flake8-bugbear</code>] Add fix for <code>zip-without-explicit-strict</code> (<code>B905</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/9176">#9176</a>)</li> <li>Add fix to automatically remove <code>print</code> and <code>pprint</code> statements (<code>T201</code>, <code>T203</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/9208">#9208</a>)</li> <li>Prefer <code>Never</code> to <code>NoReturn</code> in auto-typing in Python >= 3.11 (<code>ANN201</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/9213">#9213</a>)</li> </ul> <h3>Formatter</h3> <ul> <li><code>can_omit_optional_parentheses</code>: Exit early for unparenthesized expressions (<a href="https://redirect.github.com/astral-sh/ruff/pull/9125">#9125</a>)</li> <li>Fix <code>dynamic</code> mode with doctests so that it doesn't exceed configured line width (<a href="https://redirect.github.com/astral-sh/ruff/pull/9129">#9129</a>)</li> <li>Fix <code>can_omit_optional_parentheses</code> for expressions with a right most fstring (<a href="https://redirect.github.com/astral-sh/ruff/pull/9124">#9124</a>)</li> <li>Add <code>target_version</code> to formatter options (<a href="https://redirect.github.com/astral-sh/ruff/pull/9220">#9220</a>)</li> </ul> <h3>CLI</h3> <ul> <li>Update <code>ruff format --check</code> to display message for already formatted files (<a href="https://redirect.github.com/astral-sh/ruff/pull/9153">#9153</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Reverse order of arguments for <code>operator.contains</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/9192">#9192</a>)</li> <li>Iterate over lambdas in deferred type annotations (<a href="https://redirect.github.com/astral-sh/ruff/pull/9175">#9175</a>)</li> <li>Fix panic in <code>D208</code> with multibyte indent (<a href="https://redirect.github.com/astral-sh/ruff/pull/9147">#9147</a>)</li> <li>Add support for <code>NoReturn</code> in auto-return-typing (<a href="https://redirect.github.com/astral-sh/ruff/pull/9206">#9206</a>)</li> <li>Allow removal of <code>typing</code> from <code>exempt-modules</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/9214">#9214</a>)</li> <li>Avoid <code>mutable-class-default</code> violations for Pydantic subclasses (<a href="https://redirect.github.com/astral-sh/ruff/pull/9187">#9187</a>)</li> <li>Fix dropped union expressions for piped non-types in <code>PYI055</code> autofix (<a href="https://redirect.github.com/astral-sh/ruff/pull/9161">#9161</a>)</li> <li>Enable annotation quoting for multi-line expressions (<a href="https://redirect.github.com/astral-sh/ruff/pull/9142">#9142</a>)</li> <li>Deduplicate edits when quoting annotations (<a href="https://redirect.github.com/astral-sh/ruff/pull/9140">#9140</a>)</li> <li>Prevent invalid utf8 indexing in cell magic detection (<a href="https://redirect.github.com/astral-sh/ruff/pull/9146">#9146</a>)</li> <li>Avoid nested quotations in auto-quoting fix (<a href="https://redirect.github.com/astral-sh/ruff/pull/9168">#9168</a>)</li> <li>Add base-class inheritance detection to flake8-django rules (<a href="https://redirect.github.com/astral-sh/ruff/pull/9151">#9151</a>)</li> <li>Avoid <code>asyncio-dangling-task</code> violations on shadowed bindings (<a href="https://redirect.github.com/astral-sh/ruff/pull/9215">#9215</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.9</h2> <h3>Breaking changes</h3> <ul> <li>Add site-packages to default exclusions (<a href="https://redirect.github.com/astral-sh/ruff/pull/9188">#9188</a>)</li> </ul> <h3>Preview features</h3> <ul> <li>Fix: Avoid parenthesizing subscript targets and values (<a href="https://redirect.github.com/astral-sh/ruff/pull/9209">#9209</a>)</li> <li>[<code>pylint</code>] Implement <code>too-many-locals</code> (<code>PLR0914</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/9163">#9163</a>)</li> <li>Implement <code>reimplemented_operator</code> (FURB118) (<a href="https://redirect.github.com/astral-sh/ruff/pull/9171">#9171</a>)</li> <li>Add a rule to detect string members in runtime-evaluated unions (<a href="https://redirect.github.com/astral-sh/ruff/pull/9143">#9143</a>)</li> <li>Implement <code>no_blank_line_before_class_docstring</code> preview style (<a href="https://redirect.github.com/astral-sh/ruff/pull/9154">#9154</a>)</li> </ul> <h3>Rule changes</h3> <ul> <li><code>CONSTANT_CASE</code> variables are improperly flagged for yoda violation (<code>SIM300</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/9164">#9164</a>)</li> <li>[<code>flake8-pyi</code>] Cover ParamSpecs and TypeVarTuples (<code>PYI018</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/9198">#9198</a>)</li> <li>[<code>flake8-bugbear</code>] Add fix for <code>zip-without-explicit-strict</code> (<code>B905</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/9176">#9176</a>)</li> <li>Add fix to automatically remove <code>print</code> and <code>pprint</code> statements (<code>T201</code>, <code>T203</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/9208">#9208</a>)</li> <li>Prefer <code>Never</code> to <code>NoReturn</code> in auto-typing in Python >= 3.11 (<code>ANN201</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/9213">#9213</a>)</li> </ul> <h3>Formatter</h3> <ul> <li><code>can_omit_optional_parentheses</code>: Exit early for unparenthesized expressions (<a href="https://redirect.github.com/astral-sh/ruff/pull/9125">#9125</a>)</li> <li>Fix <code>dynamic</code> mode with doctests so that it doesn't exceed configured line width (<a href="https://redirect.github.com/astral-sh/ruff/pull/9129">#9129</a>)</li> <li>Fix <code>can_omit_optional_parentheses</code> for expressions with a right most fstring (<a href="https://redirect.github.com/astral-sh/ruff/pull/9124">#9124</a>)</li> <li>Add <code>target_version</code> to formatter options (<a href="https://redirect.github.com/astral-sh/ruff/pull/9220">#9220</a>)</li> </ul> <h3>CLI</h3> <ul> <li>Update <code>ruff format --check</code> to display message for already formatted files (<a href="https://redirect.github.com/astral-sh/ruff/pull/9153">#9153</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Reverse order of arguments for <code>operator.contains</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/9192">#9192</a>)</li> <li>Iterate over lambdas in deferred type annotations (<a href="https://redirect.github.com/astral-sh/ruff/pull/9175">#9175</a>)</li> <li>Fix panic in <code>D208</code> with multibyte indent (<a href="https://redirect.github.com/astral-sh/ruff/pull/9147">#9147</a>)</li> <li>Add support for <code>NoReturn</code> in auto-return-typing (<a href="https://redirect.github.com/astral-sh/ruff/pull/9206">#9206</a>)</li> <li>Allow removal of <code>typing</code> from <code>exempt-modules</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/9214">#9214</a>)</li> <li>Avoid <code>mutable-class-default</code> violations for Pydantic subclasses (<a href="https://redirect.github.com/astral-sh/ruff/pull/9187">#9187</a>)</li> <li>Fix dropped union expressions for piped non-types in <code>PYI055</code> autofix (<a href="https://redirect.github.com/astral-sh/ruff/pull/9161">#9161</a>)</li> <li>Enable annotation quoting for multi-line expressions (<a href="https://redirect.github.com/astral-sh/ruff/pull/9142">#9142</a>)</li> <li>Deduplicate edits when quoting annotations (<a href="https://redirect.github.com/astral-sh/ruff/pull/9140">#9140</a>)</li> <li>Prevent invalid utf8 indexing in cell magic detection (<a href="https://redirect.github.com/astral-sh/ruff/pull/9146">#9146</a>)</li> <li>Avoid nested quotations in auto-quoting fix (<a href="https://redirect.github.com/astral-sh/ruff/pull/9168">#9168</a>)</li> <li>Add base-class inheritance detection to flake8-django rules (<a href="https://redirect.github.com/astral-sh/ruff/pull/9151">#9151</a>)</li> <li>Avoid <code>asyncio-dangling-task</code> violations on shadowed bindings (<a href="https://redirect.github.com/astral-sh/ruff/pull/9215">#9215</a>)</li> </ul> <h3>Documentation</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
c3e9942f87 |
build(deps-dev): bump mypy from 1.7.1 to 1.8.0
Bumps [mypy](https://github.com/python/mypy) from 1.7.1 to 1.8.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.7.1...v1.8.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
43afae900e |
build(deps-dev): bump ruff from 0.1.8 to 0.1.9
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.8 to 0.1.9. - [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.8...v0.1.9) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
| e846bba576 | Removed some packages and moved some to the dev dependencies. (#467) | |||
|
|
8be07060b2 |
build(deps-dev): bump pandas-stubs from 2.1.1.230928 to 2.1.4.231218
Bumps [pandas-stubs](https://github.com/pandas-dev/pandas-stubs) from 2.1.1.230928 to 2.1.4.231218. - [Changelog](https://github.com/pandas-dev/pandas-stubs/blob/main/docs/release_procedure.md) - [Commits](https://github.com/pandas-dev/pandas-stubs/compare/v2.1.1.230928...v2.1.4.231218) --- updated-dependencies: - dependency-name: pandas-stubs dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
b1ca35c53f |
build(deps): bump transformers from 4.36.0 to 4.36.1 (#454)
Bumps [transformers](https://github.com/huggingface/transformers) from 4.36.0 to 4.36.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/huggingface/transformers/releases">transformers's releases</a>.</em></p> <blockquote> <h2>Patch release: v4.36.1</h2> <p>A patch release for critical torch issues mostly:</p> <ul> <li>Fix SDPA correctness following torch==2.1.2 regression <a href="https://redirect.github.com/huggingface/transformers/issues/27973">#27973</a></li> <li>[Tokenizer Serialization] Fix the broken serialisation <a href="https://redirect.github.com/huggingface/transformers/issues/27099">#27099</a></li> <li>Fix bug with rotating checkpoints <a href="https://redirect.github.com/huggingface/transformers/issues/28009">#28009</a></li> <li>Hot-fix-mixstral-loss (<a href="https://redirect.github.com/huggingface/transformers/pull/27948">#27948</a>)</li> </ul> <p>🔥</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
e4b2b52079 |
build(deps-dev): bump ruff from 0.1.7 to 0.1.8
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.7 to 0.1.8. - [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.7...v0.1.8) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
1acba1a9e2 |
build(deps): bump transformers from 4.36.0 to 4.36.1
Bumps [transformers](https://github.com/huggingface/transformers) from 4.36.0 to 4.36.1. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.36.0...v4.36.1) --- updated-dependencies: - dependency-name: transformers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
ec4833192e |
build(deps): bump transformers from 4.35.2 to 4.36.0
Bumps [transformers](https://github.com/huggingface/transformers) from 4.35.2 to 4.36.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.35.2...v4.36.0) --- updated-dependencies: - dependency-name: transformers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
d5a4b0557e |
build(deps-dev): bump jupyter-server from 2.11.0 to 2.11.2 (#443)
Bumps [jupyter-server](https://github.com/jupyter-server/jupyter_server) from 2.11.0 to 2.11.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jupyter-server/jupyter_server/releases">jupyter-server's releases</a>.</em></p> <blockquote> <h2>v2.11.2</h2> <h2>2.11.2</h2> <p>(<a href="https://github.com/jupyter-server/jupyter_server/compare/v2.11.1">Full Changelog</a>)</p> <h3>Contributors to this release</h3> <p>(<a href="https://github.com/jupyter-server/jupyter_server/graphs/contributors?from=2023-11-27&to=2023-12-04&type=c">GitHub contributors page for this release</a>)</p> <h2>v2.11.1</h2> <h2>2.11.1</h2> <p>(<a href="https://github.com/jupyter-server/jupyter_server/compare/v2.11.0...40a95e5f39d3f167bebf9232da9fab64818ba97d">Full Changelog</a>)</p> <h3>Bugs fixed</h3> <ul> <li>avoid unhandled error on some invalid paths <a href="https://redirect.github.com/jupyter-server/jupyter_server/pull/1369">#1369</a> (<a href="https://github.com/minrk"><code>@minrk</code></a>)</li> <li>Change md5 to hash and hash_algorithm, fix incompatibility <a href="https://redirect.github.com/jupyter-server/jupyter_server/pull/1367">#1367</a> (<a href="https://github.com/Wh1isper"><code>@Wh1isper</code></a>)</li> </ul> <h3>Contributors to this release</h3> <p>(<a href="https://github.com/jupyter-server/jupyter_server/graphs/contributors?from=2023-11-21&to=2023-11-27&type=c">GitHub contributors page for this release</a>)</p> <p><a href="https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Ablink1073+updated%3A2023-11-21..2023-11-27&type=Issues"><code>@blink1073</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Afcollonval+updated%3A2023-11-21..2023-11-27&type=Issues"><code>@fcollonval</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Aminrk+updated%3A2023-11-21..2023-11-27&type=Issues"><code>@minrk</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3AWh1isper+updated%3A2023-11-21..2023-11-27&type=Issues"><code>@Wh1isper</code></a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jupyter-server/jupyter_server/blob/main/CHANGELOG.md">jupyter-server's changelog</a>.</em></p> <blockquote> <h2>2.11.2</h2> <p>(<a href="https://github.com/jupyter-server/jupyter_server/compare/v2.11.1">Full Changelog</a>)</p> <h3>Contributors to this release</h3> <p>(<a href="https://github.com/jupyter-server/jupyter_server/graphs/contributors?from=2023-11-27&to=2023-12-04&type=c">GitHub contributors page for this release</a>)</p> <!-- raw HTML omitted --> <h2>2.11.1</h2> <p>(<a href="https://github.com/jupyter-server/jupyter_server/compare/v2.11.0...40a95e5f39d3f167bebf9232da9fab64818ba97d">Full Changelog</a>)</p> <h3>Bugs fixed</h3> <ul> <li>avoid unhandled error on some invalid paths <a href="https://redirect.github.com/jupyter-server/jupyter_server/pull/1369">#1369</a> (<a href="https://github.com/minrk"><code>@minrk</code></a>)</li> <li>Change md5 to hash and hash_algorithm, fix incompatibility <a href="https://redirect.github.com/jupyter-server/jupyter_server/pull/1367">#1367</a> (<a href="https://github.com/Wh1isper"><code>@Wh1isper</code></a>)</li> </ul> <h3>Contributors to this release</h3> <p>(<a href="https://github.com/jupyter-server/jupyter_server/graphs/contributors?from=2023-11-21&to=2023-11-27&type=c">GitHub contributors page for this release</a>)</p> <p><a href="https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Ablink1073+updated%3A2023-11-21..2023-11-27&type=Issues"><code>@blink1073</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Afcollonval+updated%3A2023-11-21..2023-11-27&type=Issues"><code>@fcollonval</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Aminrk+updated%3A2023-11-21..2023-11-27&type=Issues"><code>@minrk</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3AWh1isper+updated%3A2023-11-21..2023-11-27&type=Issues"><code>@Wh1isper</code></a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
582a5194c1 |
build(deps-dev): bump jupyter-server from 2.11.0 to 2.11.2
Bumps [jupyter-server](https://github.com/jupyter-server/jupyter_server) from 2.11.0 to 2.11.2. - [Release notes](https://github.com/jupyter-server/jupyter_server/releases) - [Changelog](https://github.com/jupyter-server/jupyter_server/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyter-server/jupyter_server/compare/v2.11.0...v2.11.2) --- updated-dependencies: - dependency-name: jupyter-server dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
f9aa357209 |
build(deps-dev): bump ruff from 0.1.6 to 0.1.7
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.6 to 0.1.7. - [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.6...v0.1.7) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
92b10e553d |
build(deps-dev): bump cryptography from 41.0.5 to 41.0.6
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.5 to 41.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.5...41.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
6a584f5c10 |
build(deps-dev): bump types-setuptools from 68.2.0.1 to 68.2.0.2 (#428)
Bumps [types-setuptools](https://github.com/python/typeshed) from 68.2.0.1 to 68.2.0.2. <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> |
||
|
|
7d84448328 |
build(deps): bump frozendict from 2.3.8 to 2.3.9 (#429)
Bumps [frozendict](https://github.com/Marco-Sulla/python-frozendict) from 2.3.8 to 2.3.9. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Marco-Sulla/python-frozendict/releases">frozendict's releases</a>.</em></p> <blockquote> <h2>frozendict 2.3.9</h2> <h2>What's Changed</h2> <ul> <li>Various improvements to type hints</li> <li>Fix union of frozendict for python implementation by <a href="https://github.com/apmorton"><code>@apmorton</code></a> in <a href="https://redirect.github.com/Marco-Sulla/python-frozendict/pull/89">Marco-Sulla/python-frozendict#89</a></li> <li>Avoid storing empty singleton on class itself in python implementation by <a href="https://github.com/apmorton"><code>@apmorton</code></a> in <a href="https://redirect.github.com/Marco-Sulla/python-frozendict/pull/86">Marco-Sulla/python-frozendict#86</a></li> <li>Now pure py implementation can be built also passing the <code>FROZENDICT_PURE_PY</code> env var with value <code>1</code></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/apmorton"><code>@apmorton</code></a> made their first contribution in <a href="https://redirect.github.com/Marco-Sulla/python-frozendict/pull/86">Marco-Sulla/python-frozendict#86</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Marco-Sulla/python-frozendict/compare/v2.3.8...v2.3.9">https://github.com/Marco-Sulla/python-frozendict/compare/v2.3.8...v2.3.9</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
d5a913d937 |
build(deps-dev): bump types-tqdm from 4.66.0.4 to 4.66.0.5 (#430)
Bumps [types-tqdm](https://github.com/python/typeshed) from 4.66.0.4 to 4.66.0.5. <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> |
||
|
|
9bf66bbc13 |
build(deps-dev): bump mypy from 1.7.0 to 1.7.1
Bumps [mypy](https://github.com/python/mypy) from 1.7.0 to 1.7.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.7.0...v1.7.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
8f33c04aab |
build(deps-dev): bump types-tqdm from 4.66.0.4 to 4.66.0.5
Bumps [types-tqdm](https://github.com/python/typeshed) from 4.66.0.4 to 4.66.0.5. - [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> |
||
|
|
a990eb2108 |
build(deps): bump frozendict from 2.3.8 to 2.3.9
Bumps [frozendict](https://github.com/Marco-Sulla/python-frozendict) from 2.3.8 to 2.3.9. - [Release notes](https://github.com/Marco-Sulla/python-frozendict/releases) - [Commits](https://github.com/Marco-Sulla/python-frozendict/compare/v2.3.8...v2.3.9) --- updated-dependencies: - dependency-name: frozendict dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
65ad20a734 |
build(deps-dev): bump types-setuptools from 68.2.0.1 to 68.2.0.2
Bumps [types-setuptools](https://github.com/python/typeshed) from 68.2.0.1 to 68.2.0.2. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-setuptools dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
4e83c83374 |
Visualize company sentiment (#422)
Updates the tab and widget "Stimmung" |
||
| 762d3f9091 |
Add flask-compress (#409)
Added flask compression for compressed responsed to limit the download time of plots. I switch this on by default. It could also be crontoled via DASH_COMPRESS as an env variable. |
|||
|
|
9bfc4d317a |
build(deps): bump matplotlib from 3.8.1 to 3.8.2
Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.8.1 to 3.8.2. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.8.1...v3.8.2) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
d1fb2b5e43 |
build(deps): bump scipy from 1.11.3 to 1.11.4
Bumps [scipy](https://github.com/scipy/scipy) from 1.11.3 to 1.11.4. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.11.3...v1.11.4) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
c11aeb5dd2 |
build(deps-dev): bump ruff from 0.1.5 to 0.1.6 (#410)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.5 to 0.1.6. <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.6</h2> <h2>Changes</h2> <h2>0.1.6</h2> <h3>Preview features</h3> <ul> <li>[<code>flake8-boolean-trap</code>] Extend <code>boolean-type-hint-positional-argument</code> (<code>FBT001</code>) to include booleans in unions (<a href="https://redirect.github.com/astral-sh/ruff/pull/7501">#7501</a>)</li> <li>[<code>flake8-pie</code>] Extend <code>reimplemented-list-builtin</code> (<code>PIE807</code>) to <code>dict</code> reimplementations (<a href="https://redirect.github.com/astral-sh/ruff/pull/8608">#8608</a>)</li> <li>[<code>flake8-pie</code>] Extend <code>unnecessary-pass</code> (<code>PIE790</code>) to include ellipses (<code>...</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8641">#8641</a>)</li> <li>[<code>flake8-pie</code>] Implement fix for <code>unnecessary-spread</code> (<code>PIE800</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8668">#8668</a>)</li> <li>[<code>flake8-quotes</code>] Implement <code>unnecessary-escaped-quote</code> (<code>Q004</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8630">#8630</a>)</li> <li>[<code>pycodestyle</code>] Implement fix for <code>multiple-spaces-after-keyword</code> (<code>E271</code>) and <code>multiple-spaces-before-keyword</code> (<code>E272</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8622">#8622</a>)</li> <li>[<code>pycodestyle</code>] Implement fix for <code>multiple-spaces-after-operator</code> (<code>E222</code>) and <code>multiple-spaces-before-operator</code> (<code>E221</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8623">#8623</a>)</li> <li>[<code>pyflakes</code>] Extend <code>is-literal</code> (<code>F632</code>) to include comparisons against mutable initializers (<a href="https://redirect.github.com/astral-sh/ruff/pull/8607">#8607</a>)</li> <li>[<code>pylint</code>] Implement <code>redefined-argument-from-local</code> (<code>PLR1704</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8159">#8159</a>)</li> <li>[<code>pylint</code>] Implement fix for <code>unnecessary-lambda</code> (<code>PLW0108</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8621">#8621</a>)</li> <li>[<code>refurb</code>] Implement <code>if-expr-min-max</code> (<code>FURB136</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8664">#8664</a>)</li> <li>[<code>refurb</code>] Implement <code>math-constant</code> (<code>FURB152</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8727">#8727</a>)</li> </ul> <h3>Rule changes</h3> <ul> <li>[<code>flake8-annotations</code>] Add autotyping-like return type inference for annotation rules (<a href="https://redirect.github.com/astral-sh/ruff/pull/8643">#8643</a>)</li> <li>[<code>flake8-future-annotations</code>] Implement fix for <code>future-required-type-annotation</code> (<code>FA102</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8711">#8711</a>)</li> <li>[<code>flake8-implicit-namespace-package</code>] Avoid missing namespace violations in scripts with shebangs (<a href="https://redirect.github.com/astral-sh/ruff/pull/8710">#8710</a>)</li> <li>[<code>pydocstyle</code>] Update <code>over-indentation</code> (<code>D208</code>) to preserve indentation offsets when fixing overindented lines (<a href="https://redirect.github.com/astral-sh/ruff/pull/8699">#8699</a>)</li> <li>[<code>pyupgrade</code>] Refine <code>timeout-error-alias</code> (<code>UP041</code>) to remove false positives (<a href="https://redirect.github.com/astral-sh/ruff/pull/8587">#8587</a>)</li> </ul> <h3>Formatter</h3> <ul> <li>Fix instability in <code>await</code> formatting with fluent style (<a href="https://redirect.github.com/astral-sh/ruff/pull/8676">#8676</a>)</li> <li>Compare formatted and unformatted ASTs during formatter tests (<a href="https://redirect.github.com/astral-sh/ruff/pull/8624">#8624</a>)</li> <li>Preserve trailing semicolon for Notebooks (<a href="https://redirect.github.com/astral-sh/ruff/pull/8590">#8590</a>)</li> </ul> <h3>CLI</h3> <ul> <li>Improve debug printing for resolving origin of config settings (<a href="https://redirect.github.com/astral-sh/ruff/pull/8729">#8729</a>)</li> <li>Write unchanged, excluded files to stdout when read via stdin (<a href="https://redirect.github.com/astral-sh/ruff/pull/8596">#8596</a>)</li> </ul> <h3>Configuration</h3> <ul> <li>[<code>isort</code>] Support disabling sections with <code>no-sections = true</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8657">#8657</a>)</li> <li>[<code>pep8-naming</code>] Support local and dynamic class- and static-method decorators (<a href="https://redirect.github.com/astral-sh/ruff/pull/8592">#8592</a>)</li> <li>[<code>pydocstyle</code>] Allow overriding pydocstyle convention rules (<a href="https://redirect.github.com/astral-sh/ruff/pull/8586">#8586</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Avoid syntax error via importing <code>trio.lowlevel</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8730">#8730</a>)</li> <li>Omit unrolled augmented assignments in <code>PIE794</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8634">#8634</a>)</li> <li>Slice source code instead of generating it for <code>EM</code> fixes (<a href="https://redirect.github.com/astral-sh/ruff/pull/7746">#7746</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.6</h2> <h3>Preview features</h3> <ul> <li>[<code>flake8-boolean-trap</code>] Extend <code>boolean-type-hint-positional-argument</code> (<code>FBT001</code>) to include booleans in unions (<a href="https://redirect.github.com/astral-sh/ruff/pull/7501">#7501</a>)</li> <li>[<code>flake8-pie</code>] Extend <code>reimplemented-list-builtin</code> (<code>PIE807</code>) to <code>dict</code> reimplementations (<a href="https://redirect.github.com/astral-sh/ruff/pull/8608">#8608</a>)</li> <li>[<code>flake8-pie</code>] Extend <code>unnecessary-pass</code> (<code>PIE790</code>) to include ellipses (<code>...</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8641">#8641</a>)</li> <li>[<code>flake8-pie</code>] Implement fix for <code>unnecessary-spread</code> (<code>PIE800</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8668">#8668</a>)</li> <li>[<code>flake8-quotes</code>] Implement <code>unnecessary-escaped-quote</code> (<code>Q004</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8630">#8630</a>)</li> <li>[<code>pycodestyle</code>] Implement fix for <code>multiple-spaces-after-keyword</code> (<code>E271</code>) and <code>multiple-spaces-before-keyword</code> (<code>E272</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8622">#8622</a>)</li> <li>[<code>pycodestyle</code>] Implement fix for <code>multiple-spaces-after-operator</code> (<code>E222</code>) and <code>multiple-spaces-before-operator</code> (<code>E221</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8623">#8623</a>)</li> <li>[<code>pyflakes</code>] Extend <code>is-literal</code> (<code>F632</code>) to include comparisons against mutable initializers (<a href="https://redirect.github.com/astral-sh/ruff/pull/8607">#8607</a>)</li> <li>[<code>pylint</code>] Implement <code>redefined-argument-from-local</code> (<code>PLR1704</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8159">#8159</a>)</li> <li>[<code>pylint</code>] Implement fix for <code>unnecessary-lambda</code> (<code>PLW0108</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8621">#8621</a>)</li> <li>[<code>refurb</code>] Implement <code>if-expr-min-max</code> (<code>FURB136</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8664">#8664</a>)</li> <li>[<code>refurb</code>] Implement <code>math-constant</code> (<code>FURB152</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8727">#8727</a>)</li> </ul> <h3>Rule changes</h3> <ul> <li>[<code>flake8-annotations</code>] Add autotyping-like return type inference for annotation rules (<a href="https://redirect.github.com/astral-sh/ruff/pull/8643">#8643</a>)</li> <li>[<code>flake8-future-annotations</code>] Implement fix for <code>future-required-type-annotation</code> (<code>FA102</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8711">#8711</a>)</li> <li>[<code>flake8-implicit-namespace-package</code>] Avoid missing namespace violations in scripts with shebangs (<a href="https://redirect.github.com/astral-sh/ruff/pull/8710">#8710</a>)</li> <li>[<code>pydocstyle</code>] Update <code>over-indentation</code> (<code>D208</code>) to preserve indentation offsets when fixing overindented lines (<a href="https://redirect.github.com/astral-sh/ruff/pull/8699">#8699</a>)</li> <li>[<code>pyupgrade</code>] Refine <code>timeout-error-alias</code> (<code>UP041</code>) to remove false positives (<a href="https://redirect.github.com/astral-sh/ruff/pull/8587">#8587</a>)</li> </ul> <h3>Formatter</h3> <ul> <li>Fix instability in <code>await</code> formatting with fluent style (<a href="https://redirect.github.com/astral-sh/ruff/pull/8676">#8676</a>)</li> <li>Compare formatted and unformatted ASTs during formatter tests (<a href="https://redirect.github.com/astral-sh/ruff/pull/8624">#8624</a>)</li> <li>Preserve trailing semicolon for Notebooks (<a href="https://redirect.github.com/astral-sh/ruff/pull/8590">#8590</a>)</li> </ul> <h3>CLI</h3> <ul> <li>Improve debug printing for resolving origin of config settings (<a href="https://redirect.github.com/astral-sh/ruff/pull/8729">#8729</a>)</li> <li>Write unchanged, excluded files to stdout when read via stdin (<a href="https://redirect.github.com/astral-sh/ruff/pull/8596">#8596</a>)</li> </ul> <h3>Configuration</h3> <ul> <li>[<code>isort</code>] Support disabling sections with <code>no-sections = true</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8657">#8657</a>)</li> <li>[<code>pep8-naming</code>] Support local and dynamic class- and static-method decorators (<a href="https://redirect.github.com/astral-sh/ruff/pull/8592">#8592</a>)</li> <li>[<code>pydocstyle</code>] Allow overriding pydocstyle convention rules (<a href="https://redirect.github.com/astral-sh/ruff/pull/8586">#8586</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Avoid syntax error via importing <code>trio.lowlevel</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8730">#8730</a>)</li> <li>Omit unrolled augmented assignments in <code>PIE794</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8634">#8634</a>)</li> <li>Slice source code instead of generating it for <code>EM</code> fixes (<a href="https://redirect.github.com/astral-sh/ruff/pull/7746">#7746</a>)</li> <li>Allow whitespace around colon in slices for <code>whitespace-before-punctuation</code> (<code>E203</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8654">#8654</a>)</li> <li>Use function range for <code>no-self-use</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8637">#8637</a>)</li> <li>F-strings doesn't contain bytes literal for <code>PLW0129</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8675">#8675</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
344afa5189 |
build(deps-dev): bump jupyterlab from 4.0.8 to 4.0.9
Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 4.0.8 to 4.0.9. - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/@jupyterlab/lsp@4.0.9/CHANGELOG.md) - [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/lsp@4.0.8...@jupyterlab/lsp@4.0.9) --- updated-dependencies: - dependency-name: jupyterlab dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
32cd6d7c22 |
build(deps-dev): bump ruff from 0.1.5 to 0.1.6
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.5 to 0.1.6. - [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.5...v0.1.6) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
fea130be11 |
build(deps): bump transformers from 4.35.1 to 4.35.2
Bumps [transformers](https://github.com/huggingface/transformers) from 4.35.1 to 4.35.2. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.35.1...v4.35.2) --- updated-dependencies: - dependency-name: transformers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
4df55f2914 |
build(deps): bump transformers from 4.35.0 to 4.35.1 (#389)
Bumps [transformers](https://github.com/huggingface/transformers) from 4.35.0 to 4.35.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/huggingface/transformers/releases">transformers's releases</a>.</em></p> <blockquote> <h2>Patch release: v4.35.1</h2> <p>A patch release was made for the following three commits:</p> <ul> <li>Fix FA2 import + deprecation cycle (<a href="https://redirect.github.com/huggingface/transformers/issues/27330">#27330</a>)</li> <li>Fix from_pt flag when loading with safetensors (<a href="https://redirect.github.com/huggingface/transformers/issues/27394">#27394</a>)</li> <li>Default to msgpack for safetensors (<a href="https://redirect.github.com/huggingface/transformers/issues/27460">#27460</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
62355a3ec2 |
build(deps): bump datetime from 5.2 to 5.3
Bumps [datetime](https://github.com/zopefoundation/DateTime) from 5.2 to 5.3. - [Changelog](https://github.com/zopefoundation/DateTime/blob/master/CHANGES.rst) - [Commits](https://github.com/zopefoundation/DateTime/compare/5.2...5.3) --- updated-dependencies: - dependency-name: datetime dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
b56520b7f0 |
build(deps): bump transformers from 4.35.0 to 4.35.1
Bumps [transformers](https://github.com/huggingface/transformers) from 4.35.0 to 4.35.1. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.35.0...v4.35.1) --- updated-dependencies: - dependency-name: transformers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
b3f9d177f3 |
build(deps): bump dash-cytoscape from 0.2.0 to 0.3.0
Bumps [dash-cytoscape](https://github.com/plotly/dash-cytoscape) from 0.2.0 to 0.3.0. - [Release notes](https://github.com/plotly/dash-cytoscape/releases) - [Commits](https://github.com/plotly/dash-cytoscape/compare/v0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: dash-cytoscape dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
a428eb4432 | checkpoint: Init news extraction components and main app | ||
|
|
3b1f0425cf | deps: Adding html5lib for table parsing via Pandas |