mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2026-02-13 22:17:38 +01:00
424-fix-error-in-create-company-stats
562 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
35016ba5f3 |
Improved model for sentiment pipeline (#434)
Austausch des Sentiment-Modells. |
||
|
|
6890562a18 | Simplified some functions. (#414) | ||
|
|
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="https://github.com/Marco-Sulla/python-frozendict/commit/8bc4fdc56a7c528bcda2665be5c8fcce2ba2c6eb"><code>8bc4fdc</code></a> Update version.py</li> <li><a href="https://github.com/Marco-Sulla/python-frozendict/commit/47a8828e7b8893c3e06f8e921020bdef85e7a916"><code>47a8828</code></a> relaxing func_4</li> <li><a href="https://github.com/Marco-Sulla/python-frozendict/commit/a31eecbe5a6d3caf5210a81d1a2e1e859dae599b"><code>a31eecb</code></a> implemented <a href="https://redirect.github.com/Marco-Sulla/python-frozendict/issues/90">#90</a></li> <li><a href="https://github.com/Marco-Sulla/python-frozendict/commit/30f63a3ae732cbeb019fa382e7a67b1254852da5"><code>30f63a3</code></a> minor</li> <li><a href="https://github.com/Marco-Sulla/python-frozendict/commit/fa3dd0d585961305d56f4ff1cdcbf8e9dfc77359"><code>fa3dd0d</code></a> relax func_2 in debug.py</li> <li><a href="https://github.com/Marco-Sulla/python-frozendict/commit/db44acbd3438636554137e3ed0500c7183868816"><code>db44acb</code></a> Fix union of frozendict for python implementation (<a href="https://redirect.github.com/Marco-Sulla/python-frozendict/issues/89">#89</a>)</li> <li><a href="https://github.com/Marco-Sulla/python-frozendict/commit/1cf399f2546dda7b4529a4606f430b04a85310a3"><code>1cf399f</code></a> Avoid storing empty singleton on class itself in python implementation (<a href="https://redirect.github.com/Marco-Sulla/python-frozendict/issues/86">#86</a>)</li> <li><a href="https://github.com/Marco-Sulla/python-frozendict/commit/5f0c05cd23d6e9b542eed9869b80dfb2360b2936"><code>5f0c05c</code></a> improved typing</li> <li>See full diff in <a href="https://github.com/Marco-Sulla/python-frozendict/compare/v2.3.8...v2.3.9">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> |
||
|
|
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> |
||
|
|
32d1ee185b |
build(deps-dev): bump mypy from 1.7.0 to 1.7.1 (#431)
Bumps [mypy](https://github.com/python/mypy) from 1.7.0 to 1.7.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python/mypy/commit/6b3c41838d8e7a39242b6fd035535e2d76eabfc6"><code>6b3c418</code></a> Update version to 1.7.1 (without +dev)</li> <li><a href="https://github.com/python/mypy/commit/c10e17348f2eacbbeae80eb6c10c661c0137d849"><code>c10e173</code></a> [mypyc] Fix regression with nested functions (<a href="https://redirect.github.com/python/mypy/issues/16484">#16484</a>)</li> <li><a href="https://github.com/python/mypy/commit/e6399d10b0a1cdb104559482fad1b4dc0e2de6ac"><code>e6399d1</code></a> Fix polymorphic application for callback protocols (<a href="https://redirect.github.com/python/mypy/issues/16514">#16514</a>)</li> <li><a href="https://github.com/python/mypy/commit/661adb756800ecc40fabbe62e9339efd253aff4e"><code>661adb7</code></a> Fix crash on strict-equality with recursive types (<a href="https://redirect.github.com/python/mypy/issues/16483">#16483</a>)</li> <li><a href="https://github.com/python/mypy/commit/6c8e0cc47c014894ea41621a10f3d1b465322362"><code>6c8e0cc</code></a> Ignore position if imprecise arguments are matched by name (<a href="https://redirect.github.com/python/mypy/issues/16471">#16471</a>)</li> <li><a href="https://github.com/python/mypy/commit/5c354c41c0fbb74418afcbd30ba822694be28d11"><code>5c354c4</code></a> Fix missing meet case exposed by len narrowing (<a href="https://redirect.github.com/python/mypy/issues/16470">#16470</a>)</li> <li><a href="https://github.com/python/mypy/commit/88791cabe0521f77b699405154d90f3bb7c6b31b"><code>88791ca</code></a> Exclude private attributes from override checks (<a href="https://redirect.github.com/python/mypy/issues/16464">#16464</a>)</li> <li><a href="https://github.com/python/mypy/commit/4b5b316beb570bba4c9b7797deb2e6d7df0552d0"><code>4b5b316</code></a> Special-case unions in polymorphic inference (<a href="https://redirect.github.com/python/mypy/issues/16461">#16461</a>)</li> <li><a href="https://github.com/python/mypy/commit/f862d3ef540c38e7efd2fffd64fc732d6318dfb4"><code>f862d3e</code></a> Fix crash on Callable self in <strong>call</strong> (<a href="https://redirect.github.com/python/mypy/issues/16453">#16453</a>)</li> <li><a href="https://github.com/python/mypy/commit/fe79a59e44299a3cc8025aa5084e08773c872a54"><code>fe79a59</code></a> Bump version to 1.7.1+dev</li> <li>See full diff in <a href="https://github.com/python/mypy/compare/v1.7.0...v1.7.1">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> |
||
|
|
0672773551 | Ner simplifications (#419) | ||
|
|
3ed756c8e8 |
Update pre-commit hooks (#432)
Update versions of pre-commit hooks to latest version. Co-authored-by: philipp-horstenkamp <philipp-horstenkamp@users.noreply.github.com> |
||
|
|
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" |
||
|
|
65c41bb20c | Added translations to the search que page and the about page. (#407) | ||
|
|
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. |
||
|
|
36f2d653b1 |
Added links (#406)
Added links into the plot. When clicking on the plot on the main page a redirect is implemente the the matching detailpage. |
||
|
|
ec58c9ac92 |
build(deps): bump matplotlib from 3.8.1 to 3.8.2 (#412)
Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.8.1 to 3.8.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/matplotlib/matplotlib/releases">matplotlib's releases</a>.</em></p> <blockquote> <p>REL: v3.8.2</p> <p>This is the second bugfix release of the 3.8 series.</p> <p>Highlights of this release include:</p> <ul> <li>Fix a segfault in the MacOS backend when running on Python 3.12</li> <li>Fix Contour labeling manual positions selecting incorrect contours.</li> <li>Various documentation improvements</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/matplotlib/matplotlib/commit/eb02b108ea181930ab37717c75e07ba792e01f1d"><code>eb02b10</code></a> REL: v3.8.2</li> <li><a href="https://github.com/matplotlib/matplotlib/commit/dfb7a469d6e3e398ae87de48b284c5c29b7715d5"><code>dfb7a46</code></a> Github stats fo v3.8.2</li> <li><a href="https://github.com/matplotlib/matplotlib/commit/802397820c5b4acaf4bfba03db6079a9b5f0206f"><code>8023978</code></a> Merge branch 'v3.8.1-doc' into v3.8.x</li> <li><a href="https://github.com/matplotlib/matplotlib/commit/acae9bffb1b1ca2a188f21764df2148d72f9196c"><code>acae9bf</code></a> Merge pull request <a href="https://redirect.github.com/matplotlib/matplotlib/issues/27339">#27339</a> from meeseeksmachine/auto-backport-of-pr-27299-on-v...</li> <li><a href="https://github.com/matplotlib/matplotlib/commit/95743f05a35e52e3884dd5944ef82ef779de04b9"><code>95743f0</code></a> Merge pull request <a href="https://redirect.github.com/matplotlib/matplotlib/issues/27338">#27338</a> from meeseeksmachine/auto-backport-of-pr-27334-on-v...</li> <li><a href="https://github.com/matplotlib/matplotlib/commit/cfb494f815ec9ee1318c8e810dbaf10d3be5112f"><code>cfb494f</code></a> Backport PR <a href="https://redirect.github.com/matplotlib/matplotlib/issues/27299">#27299</a>: [MNT] swap xkcd script for humor sans</li> <li><a href="https://github.com/matplotlib/matplotlib/commit/26fd30a34f26009ef7b8a3c4f623d87b8829e31e"><code>26fd30a</code></a> Backport PR <a href="https://redirect.github.com/matplotlib/matplotlib/issues/27334">#27334</a>: Omit MOVETO lines from nearest contour logic</li> <li><a href="https://github.com/matplotlib/matplotlib/commit/38a0e948f19f92fbbdce2c280665decf644fbadb"><code>38a0e94</code></a> Merge pull request <a href="https://redirect.github.com/matplotlib/matplotlib/issues/27324">#27324</a> from meeseeksmachine/auto-backport-of-pr-27323-on-v...</li> <li><a href="https://github.com/matplotlib/matplotlib/commit/2b587481f9e93461f770d63c5e7f5759b662a27a"><code>2b58748</code></a> Backport PR <a href="https://redirect.github.com/matplotlib/matplotlib/issues/27323">#27323</a>: [DOC] Minor fixes for savefig-docstring</li> <li><a href="https://github.com/matplotlib/matplotlib/commit/94c0cfee35246f214bb022445ca58126fe9db366"><code>94c0cfe</code></a> Merge pull request <a href="https://redirect.github.com/matplotlib/matplotlib/issues/27314">#27314</a> from meeseeksmachine/auto-backport-of-pr-27312-on-v...</li> <li>Additional commits viewable in <a href="https://github.com/matplotlib/matplotlib/compare/v3.8.1...v3.8.2">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> |
||
|
|
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> |
||
|
|
31d74f086d |
build(deps): bump scipy from 1.11.3 to 1.11.4 (#413)
Bumps [scipy](https://github.com/scipy/scipy) from 1.11.3 to 1.11.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/scipy/scipy/releases">scipy's releases</a>.</em></p> <blockquote> <h1>SciPy 1.11.4 Release Notes</h1> <p>SciPy <code>1.11.4</code> is a bug-fix release with no new features compared to <code>1.11.3</code>.</p> <h1>Authors</h1> <ul> <li>Name (commits)</li> <li>Jake Bowhay (2)</li> <li>Ralf Gommers (4)</li> <li>Julien Jerphanion (2)</li> <li>Nikolay Mayorov (2)</li> <li>Melissa Weber Mendonça (1)</li> <li>Tirth Patel (1)</li> <li>Tyler Reddy (22)</li> <li>Dan Schult (3)</li> <li>Nicolas Vetsch (1) +</li> </ul> <p>A total of 9 people contributed to this release. People with a "+" by their names contributed a patch for the first time. This list of names is automatically generated, and may not be fully complete.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/scipy/scipy/commit/5e4a5e3785f79dd4e8930eed883da89958860db2"><code>5e4a5e3</code></a> REL: 1.11.4 release commit [wheel build]</li> <li><a href="https://github.com/scipy/scipy/commit/972c28035455a06ec673ed5aef8a5d53eeb6cc4c"><code>972c280</code></a> Merge pull request <a href="https://redirect.github.com/scipy/scipy/issues/19543">#19543</a> from tylerjereddy/treddy_1_11_4_backports</li> <li><a href="https://github.com/scipy/scipy/commit/4f72d1096f20aeed801f2bfeeabfb030e9afe9e0"><code>4f72d10</code></a> DOC: update 1.11.4 release notes [wheel build]</li> <li><a href="https://github.com/scipy/scipy/commit/31888c817c677cfff826dabd92cc15ca25d190d7"><code>31888c8</code></a> DOC, MAINT: workaround for py311 docs</li> <li><a href="https://github.com/scipy/scipy/commit/b37ca462972c52e423b7b862aa54c84d4e10d8af"><code>b37ca46</code></a> DOC: update relnotes</li> <li><a href="https://github.com/scipy/scipy/commit/a2d4a7a5735a22eabb33164dc81008fc94eb40d8"><code>a2d4a7a</code></a> DOC, MAINT: Bump CircleCI Python version to 3.11 (<a href="https://redirect.github.com/scipy/scipy/issues/19504">#19504</a>)</li> <li><a href="https://github.com/scipy/scipy/commit/c6ff6426135b497d8d31e762920f9a5cf60749dd"><code>c6ff642</code></a> MAINT: PR 19543 revisions</li> <li><a href="https://github.com/scipy/scipy/commit/86b6582e8f1cd146ce11437286b23ad226ec2a75"><code>86b6582</code></a> DOC: update 1.11.4 relnotes</li> <li><a href="https://github.com/scipy/scipy/commit/da1da3fdd99ddd7fd373b1648384a2a4fea1ae69"><code>da1da3f</code></a> BUG: Fix typecasting problem in scipy.sparse.lil_matrix truediv (<a href="https://redirect.github.com/scipy/scipy/issues/19408">#19408</a>)</li> <li><a href="https://github.com/scipy/scipy/commit/cdd3519a94fe156f23036fbe8c053c8f86695687"><code>cdd3519</code></a> BLD: use classic linker on macOS 14 (Sonoma), the new linker is broken</li> <li>Additional commits viewable in <a href="https://github.com/scipy/scipy/compare/v1.11.3...v1.11.4">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> |
||
|
|
fa6d769a5c |
Update pre-commit hooks (#408)
Update versions of pre-commit hooks to latest version. Co-authored-by: philipp-horstenkamp <philipp-horstenkamp@users.noreply.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="https://github.com/astral-sh/ruff/commit/f460f9c5c0126f59b6a9641221ef0bdfa8afa74a"><code>f460f9c</code></a> Bump version to v0.1.6 (<a href="https://redirect.github.com/astral-sh/ruff/issues/8744">#8744</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/2faac1e7a866e77b60c4a7abe71b7b8985efa660"><code>2faac1e</code></a> [<code>refurb</code>] Implement <code>math-constant</code> (<code>FURB152</code>) (<a href="https://redirect.github.com/astral-sh/ruff/issues/8727">#8727</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/b7dbb9062c8dd07a3b643920756a65d49631630f"><code>b7dbb90</code></a> Remove incorrect deprecation label for stdout and stderr (<a href="https://redirect.github.com/astral-sh/ruff/issues/8743">#8743</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/66794bc9feecf814473eb1a595134ef716950ef0"><code>66794bc</code></a> Remove erroneous bad-dunder-name reference (<a href="https://redirect.github.com/astral-sh/ruff/issues/8742">#8742</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/dca430f4d212efa44b3d76ec43736e7dc7a9500d"><code>dca430f</code></a> Fix instability with await fluent style (<a href="https://redirect.github.com/astral-sh/ruff/issues/8676">#8676</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/841e6c889ec32b6b9022dfbbd9f226779d73aa88"><code>841e6c8</code></a> Add River in "Who's Using Ruff?" section (<a href="https://redirect.github.com/astral-sh/ruff/issues/8740">#8740</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/bd99175fea3f804b1106d94969611d4efaa29944"><code>bd99175</code></a> Update <code>D208</code> to preserve indentation offsets when fixing overindented lines ...</li> <li><a href="https://github.com/astral-sh/ruff/commit/4c86b155f29e8bc4fb5e11d551d97f2eeb7eec6a"><code>4c86b15</code></a> Fix typo (<a href="https://redirect.github.com/astral-sh/ruff/issues/8735">#8735</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/e2109c135313b209f84f78867d9a07f6fd8a54a2"><code>e2109c1</code></a> Improve debug printing for resolving origin of config settings (<a href="https://redirect.github.com/astral-sh/ruff/issues/8729">#8729</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/1fcccf82fcc943a1137731613c5ed088486f0fba"><code>1fcccf8</code></a> Avoid syntax error via importing trio.lowlevel (<a href="https://redirect.github.com/astral-sh/ruff/issues/8730">#8730</a>)</li> <li>Additional commits viewable in <a href="https://github.com/astral-sh/ruff/compare/v0.1.5...v0.1.6">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> |
||
|
|
634aa4d675 |
build(deps-dev): bump jupyterlab from 4.0.8 to 4.0.9 (#411)
Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 4.0.8 to 4.0.9. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jupyterlab/jupyterlab/releases">jupyterlab's releases</a>.</em></p> <blockquote> <h2>v4.0.9</h2> <h2>4.0.9</h2> <p>(<a href="https://github.com/jupyterlab/jupyterlab/compare/v4.0.8...685fad189917242f1736d2c88a890f346874472d">Full Changelog</a>)</p> <h3>Bugs fixed</h3> <ul> <li>Improve cell toolbar tracker <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15314">#15314</a> (<a href="https://github.com/fcollonval"><code>@fcollonval</code></a>)</li> <li>Do not update filebrowser breadcrumbs when not needed <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15387">#15387</a> (<a href="https://github.com/krassowski"><code>@krassowski</code></a>)</li> <li>Don't show default value for objects in Settings Editor <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15380">#15380</a> (<a href="https://github.com/firai"><code>@firai</code></a>)</li> <li>Fix highlighting search in an out-of-viewport cell <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15376">#15376</a> (<a href="https://github.com/fcollonval"><code>@fcollonval</code></a>)</li> <li>Fix overreactive scrolling to next cell after <code>Shift + Enter</code> <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15288">#15288</a> (<a href="https://github.com/krassowski"><code>@krassowski</code></a>)</li> <li>Fix missing default property breaking codemirror <code>overrides.json</code> <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15346">#15346</a> (<a href="https://github.com/LJMP"><code>@LJMP</code></a>)</li> <li>Fix update button in extension manager <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15331">#15331</a> (<a href="https://github.com/nbowditch-einblick"><code>@nbowditch-einblick</code></a>)</li> <li>Fix scrolling when dragging files in the file browser <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15318">#15318</a> (<a href="https://github.com/krassowski"><code>@krassowski</code></a>)</li> <li>Fix scrolling past long outputs in presence of un-rendered headings <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15356">#15356</a> (<a href="https://github.com/krassowski"><code>@krassowski</code></a>)</li> <li>Update notebook window on resize if height changes <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15357">#15357</a> (<a href="https://github.com/krassowski"><code>@krassowski</code></a>)</li> <li>Remove unnecessary requirement from codemirror service plugin <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15362">#15362</a> (<a href="https://github.com/paulkim3151"><code>@paulkim3151</code></a>)</li> </ul> <h3>Maintenance and upkeep improvements</h3> <ul> <li>Update <code>@lumino/dragdrop</code> package <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15426">#15426</a> (<a href="https://github.com/krassowski"><code>@krassowski</code></a>)</li> <li>Exclude ipynb files in prettier pre-commit <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15378">#15378</a> (<a href="https://github.com/brichet"><code>@brichet</code></a>)</li> <li>Update to <code>@jupyter/ydoc</code> 1.1.1 <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15177">#15177</a> (<a href="https://github.com/jtpio"><code>@jtpio</code></a>)</li> <li>Fix yarn.lock <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15367">#15367</a> (<a href="https://github.com/fcollonval"><code>@fcollonval</code></a>)</li> </ul> <h3>Contributors to this release</h3> <p>(<a href="https://github.com/jupyterlab/jupyterlab/graphs/contributors?from=2023-11-02&to=2023-11-18&type=c">GitHub contributors page for this release</a>)</p> <p><a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ablink1073+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@blink1073</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Abrichet+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@brichet</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Adharmaquark+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@dharmaquark</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Afcollonval+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@fcollonval</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Agabalafou+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@gabalafou</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Agithub-actions+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@github-actions</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajtpio+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@jtpio</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajupyterlab-probot+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@jupyterlab-probot</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Akrassowski+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@krassowski</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Alumberbot-app+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@lumberbot-app</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ameeseeksmachine+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@meeseeksmachine</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Askyetim+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@skyetim</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Atonyfast+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@tonyfast</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Awelcome+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@welcome</code></a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jupyterlab/jupyterlab/blob/@jupyterlab/lsp@4.0.9/CHANGELOG.md">jupyterlab's changelog</a>.</em></p> <blockquote> <h2>4.0.9</h2> <p>(<a href="https://github.com/jupyterlab/jupyterlab/compare/v4.0.8...685fad189917242f1736d2c88a890f346874472d">Full Changelog</a>)</p> <h3>Bugs fixed</h3> <ul> <li>Improve cell toolbar tracker <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15314">#15314</a> (<a href="https://github.com/fcollonval"><code>@fcollonval</code></a>)</li> <li>Do not update filebrowser breadcrumbs when not needed <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15387">#15387</a> (<a href="https://github.com/krassowski"><code>@krassowski</code></a>)</li> <li>Don't show default value for objects in Settings Editor <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15380">#15380</a> (<a href="https://github.com/firai"><code>@firai</code></a>)</li> <li>Fix highlighting search in an out-of-viewport cell <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15376">#15376</a> (<a href="https://github.com/fcollonval"><code>@fcollonval</code></a>)</li> <li>Fix overreactive scrolling to next cell after <code>Shift + Enter</code> <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15288">#15288</a> (<a href="https://github.com/krassowski"><code>@krassowski</code></a>)</li> <li>Fix missing default property breaking codemirror <code>overrides.json</code> <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15346">#15346</a> (<a href="https://github.com/LJMP"><code>@LJMP</code></a>)</li> <li>Fix update button in extension manager <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15331">#15331</a> (<a href="https://github.com/nbowditch-einblick"><code>@nbowditch-einblick</code></a>)</li> <li>Fix scrolling when dragging files in the file browser <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15318">#15318</a> (<a href="https://github.com/krassowski"><code>@krassowski</code></a>)</li> <li>Fix scrolling past long outputs in presence of un-rendered headings <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15356">#15356</a> (<a href="https://github.com/krassowski"><code>@krassowski</code></a>)</li> <li>Update notebook window on resize if height changes <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15357">#15357</a> (<a href="https://github.com/krassowski"><code>@krassowski</code></a>)</li> <li>Remove unnecessary requirement from codemirror service plugin <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15362">#15362</a> (<a href="https://github.com/paulkim3151"><code>@paulkim3151</code></a>)</li> </ul> <h3>Maintenance and upkeep improvements</h3> <ul> <li>Update <code>@lumino/dragdrop</code> package <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15426">#15426</a> (<a href="https://github.com/krassowski"><code>@krassowski</code></a>)</li> <li>Exclude ipynb files in prettier pre-commit <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15378">#15378</a> (<a href="https://github.com/brichet"><code>@brichet</code></a>)</li> <li>Update to <code>@jupyter/ydoc</code> 1.1.1 <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15177">#15177</a> (<a href="https://github.com/jtpio"><code>@jtpio</code></a>)</li> <li>Fix yarn.lock <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15367">#15367</a> (<a href="https://github.com/fcollonval"><code>@fcollonval</code></a>)</li> </ul> <h3>Contributors to this release</h3> <p>(<a href="https://github.com/jupyterlab/jupyterlab/graphs/contributors?from=2023-11-02&to=2023-11-18&type=c">GitHub contributors page for this release</a>)</p> <p><a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ablink1073+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@blink1073</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Abrichet+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@brichet</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Adharmaquark+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@dharmaquark</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Afcollonval+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@fcollonval</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Agabalafou+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@gabalafou</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Agithub-actions+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@github-actions</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajtpio+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@jtpio</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajupyterlab-probot+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@jupyterlab-probot</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Akrassowski+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@krassowski</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Alumberbot-app+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@lumberbot-app</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ameeseeksmachine+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@meeseeksmachine</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Askyetim+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@skyetim</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Atonyfast+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@tonyfast</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Awelcome+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@welcome</code></a></p> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jupyterlab/jupyterlab/commit/a7471bca76d28f5e21dc58da8db54ae0756a80a9"><code>a7471bc</code></a> [ci skip] Publish 4.0.9</li> <li><a href="https://github.com/jupyterlab/jupyterlab/commit/685fad189917242f1736d2c88a890f346874472d"><code>685fad1</code></a> Backport PR <a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15314">#15314</a>: Improve cell toolbar tracker (<a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15427">#15427</a>)</li> <li><a href="https://github.com/jupyterlab/jupyterlab/commit/1d2dd03e1d67ec16b8de83881365189812dff7b5"><code>1d2dd03</code></a> Update <code>@lumino/dragdrop</code> package (<a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15426">#15426</a>)</li> <li><a href="https://github.com/jupyterlab/jupyterlab/commit/9e1769981ff920c8aea61ffd3cbd0d9054445936"><code>9e17699</code></a> Do not update filebrowser breadcrumbs when not needed (<a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15387">#15387</a>) (<a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15409">#15409</a>)</li> <li><a href="https://github.com/jupyterlab/jupyterlab/commit/d4465f90ce6151f91dcdefc1c5c3b4375534208f"><code>d4465f9</code></a> Backport PR <a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15376">#15376</a> on branch 4.0.x (Fix highlighting search in an out-of-view...</li> <li><a href="https://github.com/jupyterlab/jupyterlab/commit/a2aaf8cd9df9cc3b371d5e5e4a932b54561b232a"><code>a2aaf8c</code></a> Backport PR <a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15380">#15380</a>: Don't show default value for objects in Settings Editor (...</li> <li><a href="https://github.com/jupyterlab/jupyterlab/commit/3ec0581a20767df46818b1782864c5de61696e8d"><code>3ec0581</code></a> Backport PR <a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15177">#15177</a>: Update to <code>@jupyter/ydoc</code> 1.1.1 (<a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15382">#15382</a>)</li> <li><a href="https://github.com/jupyterlab/jupyterlab/commit/6b30261fea3af563ef80c41a63125cfbd5801a6b"><code>6b30261</code></a> Backport PR <a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15378">#15378</a>: Exclude ipynb files in prettier pre-commit (<a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15384">#15384</a>)</li> <li><a href="https://github.com/jupyterlab/jupyterlab/commit/4981c6b27d53b141dd1b657914e0f004f128286c"><code>4981c6b</code></a> Backport PR <a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15288">#15288</a>: Fix overreactive scrolling to next cell after `Shift + En...</li> <li><a href="https://github.com/jupyterlab/jupyterlab/commit/176843781bbca2110059df5d57ebd41b00343a63"><code>1768437</code></a> Backport PR <a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15358">#15358</a>: [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15381">#15381</a>)</li> <li>Additional commits viewable in <a href="https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/lsp@4.0.8...@jupyterlab/lsp@4.0.9">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> |
||
|
|
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> |
||
|
|
9fa46aac29 | hotfix: Resolve issue in scrape process (#415) | ||
|
|
cf1c8ea508 | Fixed the layout dropdown for the graph. (#393) | ||
|
|
e257799f77 | Fixed initial layout of homepage. (#388) | ||
|
|
ce1598c42e |
Removed double execution of Layouting in 2 and 3d. (#385)
Prior to layouting the sping layout was allways calculated and later overwritten. (Double execution) |
||
|
|
96d216fb74 |
Added a web-frontend to add companies to the search queue. (#375)
This webfrontent adds a company to the search que or resets the search que entry to be searched again. This will allow for directed growth or an initiallisation. --------- Co-authored-by: Tristan Nolde <tristan.nolde@yahoo.de> |
||
|
|
8e6b28b311 |
build(deps): bump transformers from 4.35.1 to 4.35.2 (#392)
Bumps [transformers](https://github.com/huggingface/transformers) from 4.35.1 to 4.35.2. <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.2</h2> <p>A patch release was made for the following commit:</p> <ul> <li>[<code>tokenizers</code>] update tokenizers version pin <a href="https://redirect.github.com/huggingface/transformers/issues/27494">#27494</a></li> </ul> <p>to fix all the issues with versioning regarding <code>tokenizers</code> and <code>huggingface_hub</code></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/huggingface/transformers/commit/514de24abfd4416aeba6a6455ad5920f57f3567d"><code>514de24</code></a> Release: v4.35.2</li> <li><a href="https://github.com/huggingface/transformers/commit/7983bca630854e45a6c98801e320c90da70a99a6"><code>7983bca</code></a> [<code>tokenizers</code>] update <code>tokenizers</code> version pin (<a href="https://redirect.github.com/huggingface/transformers/issues/27494">#27494</a>)</li> <li>See full diff in <a href="https://github.com/huggingface/transformers/compare/v4.35.1...v4.35.2">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> |
||
|
|
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> |
||
|
|
0d4d1324d0 |
Simplification of layout selection (#384)
Removed the 2d/3d toggle and added that option into the layout dropdown. --------- Co-authored-by: KM-R <129882581+KM-R@users.noreply.github.com> |
||
|
|
e7278c047e | Fixed edge thickness (#370) | ||
|
|
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="https://github.com/huggingface/transformers/commit/10f3e7b31bef9b4c7508e328f65e1f7ef186f945"><code>10f3e7b</code></a> Release: v4.35.1</li> <li><a href="https://github.com/huggingface/transformers/commit/0b2e2de723314ddc22ee99a7be1d25f75e530e68"><code>0b2e2de</code></a> fix copies</li> <li><a href="https://github.com/huggingface/transformers/commit/f04737086a44a2b30337804b309479aeece27a8d"><code>f047370</code></a> Fix FA2 import + deprecation cycle (<a href="https://redirect.github.com/huggingface/transformers/issues/27330">#27330</a>)</li> <li><a href="https://github.com/huggingface/transformers/commit/d8fffbe4a318175af41e810ac320f8e2908e1194"><code>d8fffbe</code></a> Fix <code>from_pt</code> flag when loading with <code>safetensors</code> (<a href="https://redirect.github.com/huggingface/transformers/issues/27394">#27394</a>)</li> <li><a href="https://github.com/huggingface/transformers/commit/757171dfcf67d9cfe537acccbae09c0b2480ae88"><code>757171d</code></a> Default to msgpack for safetensors (<a href="https://redirect.github.com/huggingface/transformers/issues/27460">#27460</a>)</li> <li>See full diff in <a href="https://github.com/huggingface/transformers/compare/v4.35.0...v4.35.1">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> |
||
|
|
d68e340155 |
build(deps): bump datetime from 5.2 to 5.3 (#390)
Bumps [datetime](https://github.com/zopefoundation/DateTime) from 5.2 to 5.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/zopefoundation/DateTime/blob/master/CHANGES.rst">datetime's changelog</a>.</em></p> <blockquote> <h2>5.3 (2023-11-14)</h2> <ul> <li> <p>Add support for Python 3.12.</p> </li> <li> <p>Add preliminary support for Python 3.13a2.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/zopefoundation/DateTime/commit/6e2681aecf0a5d9106fd713a1e49832d335b9e4c"><code>6e2681a</code></a> Preparing release 5.3</li> <li><a href="https://github.com/zopefoundation/DateTime/commit/28124d7778ed38329978504d9bf0e49c9a980916"><code>28124d7</code></a> Add support for Python 3.12. (<a href="https://redirect.github.com/zopefoundation/DateTime/issues/57">#57</a>)</li> <li><a href="https://github.com/zopefoundation/DateTime/commit/5a434fd34187702dab37cd97f0ac12a0ad4e754a"><code>5a434fd</code></a> Fix hopefully temporary problem with Python 3.12 on Windows.</li> <li><a href="https://github.com/zopefoundation/DateTime/commit/c22954a7419dd8c4a291a5897182feff4db35096"><code>c22954a</code></a> Merge pull request <a href="https://redirect.github.com/zopefoundation/DateTime/issues/55">#55</a> from zopefoundation/config-with-zope-product-template-...</li> <li><a href="https://github.com/zopefoundation/DateTime/commit/009cd8b809353decb02919d2946ead89455fff28"><code>009cd8b</code></a> - Add preliminary support for Python 3.12b4</li> <li><a href="https://github.com/zopefoundation/DateTime/commit/1442a44b09166b8fb33913b2feefdfcf6b5fa1d6"><code>1442a44</code></a> - documentation and docstring cleanups</li> <li><a href="https://github.com/zopefoundation/DateTime/commit/f4af7c61f3cfc35d0702f5cabb6cd4a84ddc25ef"><code>f4af7c6</code></a> Back to development: 5.3</li> <li>See full diff in <a href="https://github.com/zopefoundation/DateTime/compare/5.2...5.3">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> |
||
|
|
4e63c6e907 |
Added rounding on Metric table to 6 digits to limit the noise (#386)
Currently to many digits are shown in the Metrics table. Rounding to 6 digits should be a bit better. |
||
|
|
119a3edfca |
Fixed sql alchemy reset order. (#383)
There was a problem on the PG variant. The SQLite variant worked. Now resetting properly also on PG. |
||
|
|
7c1fac28fd | Fixed tqdm typos. (#382) | ||
|
|
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> |
||
|
|
dd511af3a5 |
Adapt ingest schedule (#381)
Adapt ingest schedule |
||
|
|
0c4a2d7a74 | Moved transparenzregister url prefix to docker compose. (#380) | ||
|
|
c1faa2cba6 | feat(deployment): Enable setting of schedule for ingest container using ENV var | ||
|
|
92489e7ef6 | checkpoint: Set schedule interval via ENV variable | ||
|
|
2da3e6cea0 | Removed the unused colorscale legend and other unused code fragements (#371) | ||
|
|
31221a1055 | Fixed spagetti connection by adding breaks. (#366) | ||
|
|
d0677287b6 |
Added a filter for financial reports. (#372)
Finanical reports are now filtered before beeing added to the SQL database to only added knwon keys. Some matching is also done. The most importend missing reports are printed to be implemented later on. Rapidfuzz could be used. |
||
|
|
da340d5ec5 |
build(deps): bump dash-cytoscape from 0.2.0 to 0.3.0 (#378)
Bumps [dash-cytoscape](https://github.com/plotly/dash-cytoscape) from 0.2.0 to 0.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/plotly/dash-cytoscape/releases">dash-cytoscape's releases</a>.</em></p> <blockquote> <h2>v0.3.0 - Add support for Julia, published to CRAN, changes in documentations</h2> <h3>Added</h3> <ul> <li>Contributed initial build of Julia package.</li> <li>R package now includes an example application for <code>cytoCytoscape</code>.</li> </ul> <h3>Changed</h3> <ul> <li>Dash has been upgraded to 1.* in requirements.txt and tests/requirements.txt (<a href="https://redirect.github.com/plotly/dash-cytoscape/issues/123">#123</a>)</li> <li>React/react-dom have been upgraded to 16.14+ (<a href="https://redirect.github.com/plotly/dash-cytoscape/issues/117">#117</a>)</li> <li>Docgen upgraded to 5.3.0 (<a href="https://redirect.github.com/plotly/dash-cytoscape/issues/117">#117</a>)</li> <li>Improved prop typing (<a href="https://redirect.github.com/plotly/dash-cytoscape/issues/117">#117</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Various security fixes</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/plotly/dash-cytoscape/compare/v0.2.0...v0.3.0">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> |
||
|
|
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> |