Tristan Nolde
824e9e48ca
docs/dockerfile ( #529 )
...
Co-authored-by: Philipp Horstenkamp <philipp@horstenkamp.de>
2024-01-07 12:23:54 +01:00
saschazhu
f72d24916f
ABSA (aspect based sentiment analysis - implemented for MongoDB) ( #531 )
...
ABSA (aspect based sentiment analysis - implemented for MongoDB)
2024-01-06 18:59:03 +01:00
6568b02f3a
Removed the edge color extra definition ( #532 )
2024-01-06 18:29:50 +01:00
Sascha Zhu
7be7af49ce
Improved and most current ABSA jupyter file
2024-01-06 12:49:04 +01:00
Sascha Zhu
3c37d1aa65
Aspect-based Sentiment Analysis, Juypter File (not fully commented yet)
2024-01-06 12:49:04 +01:00
Sascha Zhu
97b628cf8b
LOCK and TOML file with pyabsa included
2024-01-06 12:49:02 +01:00
Sascha Zhu
9d1635f59d
New TOML File with pyabsa included
2024-01-06 12:43:42 +01:00
saschazhu
ade5641213
Add files via upload
2024-01-06 12:34:05 +01:00
e966bead37
Reformatting contributing.md ( #523 )
2024-01-05 16:05:48 +01:00
e8c27d0954
Removed a copy past error ( #525 )
2024-01-05 10:57:19 +01:00
saschazhu
d41c79fc0d
Weekly 2023-11-09
2024-01-04 20:32:17 +01:00
9ea3771f18
A lot of spelling ( #512 )
2024-01-04 18:01:59 +01:00
Sebastian
a0ba5d5027
Docs/abschlussarbeit sebastian ( #515 )
...
Die Beschreibung der AI Module im Unterkapitel 4.4 "Data Transformation"
(NER-Pipeline, Sentiment-Pipeline).
---------
Co-authored-by: Tristan Nolde <tristan.nolde@yahoo.de>
Co-authored-by: Philipp Horstenkamp <philipp@horstenkamp.de>
2024-01-04 17:55:55 +01:00
Sebastian
3fa4667a24
addes NER/Sentiment Settings to README.md ( #517 )
...
Added settings for NER and sentiment services.
---------
Co-authored-by: Philipp Horstenkamp <philipp@horstenkamp.de>
2024-01-04 17:48:43 +01:00
b2e6ada264
Spellchecking and weekly number to meeting note ( #522 )
...
Spellchecking and weekly number to meeting note
2024-01-04 17:43:34 +01:00
saschazhu
8b6ed22ee4
Meeting Notes 2023-12-21
2024-01-04 16:49:17 +01:00
f645e2ec4b
Added a section on startup in the README.md ( #507 )
...
Reworked the index.md
- removed commented out text
Minor restructuring of the README.md
---------
Co-authored-by: Tristan Nolde <tristan.nolde@yahoo.de>
2024-01-03 18:31:01 +01:00
6e0247c58c
Added docs on FK and PK ( #504 )
2024-01-03 18:30:35 +01:00
797dd165a8
Switched the container default to log level info ( #510 )
2024-01-03 18:03:24 +01:00
25f2dc5939
Added favicon to docs. ( #511 )
2024-01-03 18:00:15 +01:00
github-actions[bot]
bcf474ffe4
build(deps-dev): bump ruff from 0.1.9 to 0.1.11 ( #516 )
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.1.9 to 0.1.11.
<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.11</h2>
<h2>Changes</h2>
<h3>Preview features</h3>
<ul>
<li>[<code>pylint</code>] Implement <code>super-without-brackets</code>
(<code>W0245</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9257 ">#9257</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Check path string properly in <code>python -m ruff</code>
invocations (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9367 ">#9367</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Tweak <code>relative-imports</code> message (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9365 ">#9365</a>)</li>
<li>Add fix safety note for <code>yield-in-for-loop</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9364 ">#9364</a>)</li>
</ul>
<h2>Contributors</h2>
<ul>
<li><a
href="https://github.com/charliermarsh "><code>@charliermarsh</code></a></li>
<li><a
href="https://github.com/diceroll123 "><code>@diceroll123</code></a></li>
<li><a
href="https://github.com/nickdrozd "><code>@nickdrozd</code></a></li>
<li><a href="https://github.com/tjkuson "><code>@tjkuson</code></a></li>
<li><a href="https://github.com/zanieb "><code>@zanieb</code></a></li>
</ul>
<h2>v0.1.10</h2>
<h2>Changes</h2>
<h3>Preview features</h3>
<ul>
<li>Improve <code>dummy_implementations</code> preview style formatting
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/9240 ">#9240</a>)</li>
<li>Normalise Hex and unicode escape sequences in strings (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9280 ">#9280</a>)</li>
<li>Parenthesize long type annotations in annotated assignments (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9210 ">#9210</a>)</li>
<li>Parenthesize multi-context managers in <code>with</code> statements
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/9222 ">#9222</a>)</li>
<li>[<code>flake8-pyi</code>] Implement
<code>generator-return-from-iter-method</code> (<code>PYI058</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9313 ">#9313</a>)</li>
<li>[<code>pylint</code>] Implement <code>empty-comment</code>
(<code>PLR2044</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9174 ">#9174</a>)</li>
<li>[<code>refurb</code>] Implement <code>bit-count</code>
(<code>FURB161</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9265 ">#9265</a>)</li>
<li>[<code>ruff</code>] Add <code>never-union</code> rule to detect
redundant <code>typing.NoReturn</code> and <code>typing.Never</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9217 ">#9217</a>)</li>
</ul>
<h3>CLI</h3>
<ul>
<li>Add paths to TOML parse errors (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9358 ">#9358</a>)</li>
<li>Add row and column numbers to formatter parse errors (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9321 ">#9321</a>)</li>
<li>Improve responsiveness when invoked via Python (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9315 ">#9315</a>)</li>
<li>Short rule messages should not end with a period (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9345 ">#9345</a>)</li>
</ul>
<h3>Configuration</h3>
<ul>
<li>Respect runtime-required decorators on functions (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9317 ">#9317</a>)</li>
</ul>
<h3>Bug fixes</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.11</h2>
<h3>Preview features</h3>
<ul>
<li>[<code>pylint</code>] Implement <code>super-without-brackets</code>
(<code>W0245</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9257 ">#9257</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Check path string properly in <code>python -m ruff</code>
invocations (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9367 ">#9367</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Tweak <code>relative-imports</code> message (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9365 ">#9365</a>)</li>
<li>Add fix safety note for <code>yield-in-for-loop</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9364 ">#9364</a>)</li>
</ul>
<h2>0.1.10</h2>
<h3>Preview features</h3>
<ul>
<li>Improve <code>dummy_implementations</code> preview style formatting
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/9240 ">#9240</a>)</li>
<li>Normalise Hex and unicode escape sequences in strings (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9280 ">#9280</a>)</li>
<li>Parenthesize long type annotations in annotated assignments (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9210 ">#9210</a>)</li>
<li>Parenthesize multi-context managers in <code>with</code> statements
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/9222 ">#9222</a>)</li>
<li>[<code>flake8-pyi</code>] Implement
<code>generator-return-from-iter-method</code> (<code>PYI058</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9313 ">#9313</a>)</li>
<li>[<code>pylint</code>] Implement <code>empty-comment</code>
(<code>PLR2044</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9174 ">#9174</a>)</li>
<li>[<code>refurb</code>] Implement <code>bit-count</code>
(<code>FURB161</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9265 ">#9265</a>)</li>
<li>[<code>ruff</code>] Add <code>never-union</code> rule to detect
redundant <code>typing.NoReturn</code> and <code>typing.Never</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9217 ">#9217</a>)</li>
</ul>
<h3>CLI</h3>
<ul>
<li>Add paths to TOML parse errors (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9358 ">#9358</a>)</li>
<li>Add row and column numbers to formatter parse errors (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9321 ">#9321</a>)</li>
<li>Improve responsiveness when invoked via Python (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9315 ">#9315</a>)</li>
<li>Short rule messages should not end with a period (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9345 ">#9345</a>)</li>
</ul>
<h3>Configuration</h3>
<ul>
<li>Respect runtime-required decorators on functions (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9317 ">#9317</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Avoid <code>asyncio-dangling-task</code> for nonlocal and global
bindings (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9263 ">#9263</a>)</li>
<li>Escape trailing placeholders in rule documentation (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9301 ">#9301</a>)</li>
<li>Fix continuation detection following multi-line strings (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9332 ">#9332</a>)</li>
<li>Fix scoping for generators in named expressions in classes (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9248 ">#9248</a>)</li>
<li>Port from obsolete wsl crate to is-wsl (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9356 ">#9356</a>)</li>
<li>Remove special pre-visit for module docstrings (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9261 ">#9261</a>)</li>
<li>Respect <code>__str__</code> definitions from super classes (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9338 ">#9338</a>)</li>
<li>Respect <code>unused-noqa</code> via <code>per-file-ignores</code>
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/9300 ">#9300</a>)</li>
<li>Respect attribute chains when resolving builtin call paths (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9309 ">#9309</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="fefc7e8199
"><code>fefc7e8</code></a>
Bump version to 0.1.11 (<a
href="https://redirect.github.com/astral-sh/ruff/issues/9370 ">#9370</a>)</li>
<li><a
href="973ae7e922
"><code>973ae7e</code></a>
Disable the fuzzer CI job (<a
href="https://redirect.github.com/astral-sh/ruff/issues/9369 ">#9369</a>)</li>
<li><a
href="3fcc1402f6
"><code>3fcc140</code></a>
[pylint] - implement
<code>super-without-brackets</code>/<code>W0245</code> (<a
href="https://redirect.github.com/astral-sh/ruff/issues/9257 ">#9257</a>)</li>
<li><a
href="08c60f513b
"><code>08c60f5</code></a>
Check path string properly (<a
href="https://redirect.github.com/astral-sh/ruff/issues/9367 ">#9367</a>)</li>
<li><a
href="38f4d9e335
"><code>38f4d9e</code></a>
Tweak <code>relative-imports</code> message (<a
href="https://redirect.github.com/astral-sh/ruff/issues/9365 ">#9365</a>)</li>
<li><a
href="f07d35051c
"><code>f07d350</code></a>
Add fix safety note for yield-in-for-loop (<a
href="https://redirect.github.com/astral-sh/ruff/issues/9364 ">#9364</a>)</li>
<li><a
href="2743387910
"><code>2743387</code></a>
Bump version to 0.1.10 (<a
href="https://redirect.github.com/astral-sh/ruff/issues/9360 ">#9360</a>)</li>
<li><a
href="a268648c58
"><code>a268648</code></a>
Add paths to toml parse errors (<a
href="https://redirect.github.com/astral-sh/ruff/issues/9358 ">#9358</a>)</li>
<li><a
href="9073220887
"><code>9073220</code></a>
Make all dependencies workspace dependencies (<a
href="https://redirect.github.com/astral-sh/ruff/issues/9333 ">#9333</a>)</li>
<li><a
href="0157cdb81a
"><code>0157cdb</code></a>
Drop unused "ureq" dev-dependency from ruff_cli (<a
href="https://redirect.github.com/astral-sh/ruff/issues/9357 ">#9357</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/astral-sh/ruff/compare/v0.1.9...v0.1.11 ">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>
2024-01-03 17:06:01 +01:00
dependabot[bot]
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>
2024-01-03 15:54:50 +00:00
e79aa65781
Added transparency gpt as logo ( #514 )
2024-01-03 13:51:56 +01:00
github-actions[bot]
061402d9f9
Update pre-commit hooks ( #513 )
...
Update versions of pre-commit hooks to latest version.
Co-authored-by: philipp-horstenkamp <philipp-horstenkamp@users.noreply.github.com>
2024-01-03 10:48:21 +01:00
Tristan Nolde
98a189b94c
docs: Abschlussarbeit on data ingestion ( #500 )
...
Co-authored-by: Philipp Horstenkamp <philipp@horstenkamp.de>
2024-01-02 15:50:58 +01:00
Tristan Nolde
a29fa74a40
fix/mermaid in sphinx ( #505 )
...
Solution retrieved from
https://github.com/mgaitan/sphinxcontrib-mermaid/issues/113#issuecomment-1549876281
2024-01-02 11:57:56 +01:00
259f037dcb
Removed an old test marker ( #506 )
2024-01-02 10:35:12 +00:00
734d27393d
fix for missing images ( #502 )
2024-01-02 11:27:11 +01:00
github-actions[bot]
7ed96fb8d9
build(deps-dev): bump types-requests from 2.31.0.10 to 2.31.0.20231231 ( #503 )
...
Bumps [types-requests](https://github.com/python/typeshed ) from
2.31.0.10 to 2.31.0.20231231.
<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>
2024-01-01 16:53:17 +01:00
dependabot[bot]
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>
2024-01-01 15:47:45 +00:00
Tristan Nolde
5a2f2b0e2c
fix(docs): Resolve missing images in Sphinx output ( #499 )
2024-01-01 14:31:56 +01:00
daffcadd11
Seminararbeit DevOps & CI/CD ( #486 )
...
Co-authored-by: Sebastian <94404394+SeZett@users.noreply.github.com>
Co-authored-by: Tristan Nolde <tristan.nolde@yahoo.de>
2024-01-01 14:26:05 +01:00
923d5eec9f
Added some -es
2023-12-31 17:21:41 +01:00
abbf565557
Added a note on when the code is executed and sql-schema versioning.
2023-12-31 17:21:41 +01:00
3e0c2d055a
Added a todo
2023-12-31 17:21:41 +01:00
Sebastian
d96706b468
Update 4-4-2-database-generator.md
2023-12-31 17:21:41 +01:00
98d1edc807
Renamed the schema
2023-12-31 17:21:41 +01:00
81d5abbf24
Added a Database Generator
2023-12-31 17:21:41 +01:00
a833439ba7
Added a test-db.drawio diagram
2023-12-31 17:21:41 +01:00
27a6bce545
Added a file about the
2023-12-31 17:21:41 +01:00
7e05792634
Refactored the index.rst ( #497 )
...
Reworked the index.rst as requested in our meeting.
Made drawio background transparent.
Minor tweaks.
---------
Co-authored-by: Tristan Nolde <tristan.nolde@yahoo.de>
2023-12-31 16:02:57 +01:00
KM-R
85aeb0a95e
Create widgets on person page ( #482 )
2023-12-28 17:29:09 +00:00
github-actions[bot]
260a47e201
build(deps-dev): bump pandas-stubs from 2.1.4.231218 to 2.1.4.231227 ( #496 )
...
Bumps [pandas-stubs](https://github.com/pandas-dev/pandas-stubs ) from
2.1.4.231218 to 2.1.4.231227.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="9de765a09f
"><code>9de765a</code></a>
Version 2.1.4.231227</li>
<li><a
href="117e97a415
"><code>117e97a</code></a>
Type <code>args</code> and <code>kwargs</code> in <code>pipe</code> (<a
href="https://redirect.github.com/pandas-dev/pandas-stubs/issues/823 ">#823</a>)</li>
<li><a
href="a370cab05e
"><code>a370cab</code></a>
itertuples (<a
href="https://redirect.github.com/pandas-dev/pandas-stubs/issues/842 ">#842</a>)</li>
<li><a
href="888c3cc4fe
"><code>888c3cc</code></a>
Upgrade pyright to 1.1.343 (<a
href="https://redirect.github.com/pandas-dev/pandas-stubs/issues/845 ">#845</a>)</li>
<li><a
href="146cf236be
"><code>146cf23</code></a>
OffsetSeries inherits from Series[BaseOffset] (<a
href="https://redirect.github.com/pandas-dev/pandas-stubs/issues/844 ">#844</a>)</li>
<li><a
href="72b22b527c
"><code>72b22b5</code></a>
Series(Mapping) (<a
href="https://redirect.github.com/pandas-dev/pandas-stubs/issues/843 ">#843</a>)</li>
<li><a
href="52384d3425
"><code>52384d3</code></a>
Timestamp -> datetime and Timedelta -> timedelta (<a
href="https://redirect.github.com/pandas-dev/pandas-stubs/issues/841 ">#841</a>)</li>
<li><a
href="0a567b495d
"><code>0a567b4</code></a>
CI: test on 3.12 (<a
href="https://redirect.github.com/pandas-dev/pandas-stubs/issues/839 ">#839</a>)</li>
<li><a
href="70605ea902
"><code>70605ea</code></a>
pin tables to 3.9.1 (<a
href="https://redirect.github.com/pandas-dev/pandas-stubs/issues/840 ">#840</a>)</li>
<li><a
href="068679ccb9
"><code>068679c</code></a>
Allow sequence in groupby level (<a
href="https://redirect.github.com/pandas-dev/pandas-stubs/issues/837 ">#837</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pandas-dev/pandas-stubs/compare/v2.1.4.231218...v2.1.4.231227 ">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>
2023-12-28 18:22:16 +01:00
KM-R
693532086d
Update styling and language of home page ( #484 )
2023-12-28 17:15:10 +01:00
dependabot[bot]
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>
2023-12-28 15:42:35 +00:00
b7cdfa6fa3
Simplified the index.rst ( #492 )
...
- removed a line of test text
- Limited the automodule Toctree
2023-12-27 21:07:25 +01:00
9777b75409
Short text on how devops developed in the course of the project ( #490 )
2023-12-27 20:59:10 +01:00
8b405c9187
Reworked the documentation action ( #477 )
2023-12-27 12:59:56 +01:00
0a72f0ce69
Removing the ruff version number from the actions ( #487 )
...
This does not need to be maintained manually.
Just use latest!
Latest ist greates!
2023-12-27 11:32:15 +00:00
77dd1ffb27
Spellcheking / formating / weekly counter ( #475 )
2023-12-27 12:30:12 +01:00