This project is mirrored from https://*****@github.com/pymor/pymor.git.
Pull mirroring updated .
- 26 Jun, 2022 1 commit
-
-
René Fritze authored
Bumps [EnricoMi/publish-unit-test-result-action](https://github.com/EnricoMi/publish-unit-test-result-action) from 1.38 to 1.39. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/EnricoMi/publish-unit-test-result-action/releases">EnricoMi/publish-unit-test-result-action's releases</a>.</em></p> <blockquote> <h2>v1.39</h2> <p>Adds the following features:</p> <ul> <li>Add check-run HTML URL to JSON output (<a href="https://github-redirect.dependabot.com/EnricoMi/publish-unit-test-result-action/issues/310">#310</a>)</li> <li>Add thousands separator to progress log</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/EnricoMi/publish-unit-test-result-action/commit/f00bb47e1d89c6d98071d1b69e16a2b63c7fbfc1"><code>f00bb47</code></a> Releasing v1.39</li> <li><a href="https://github.com/EnricoMi/publish-unit-test-result-action/commit/97d9a483fd1e2b6adb756e80f2cb5ebd669a55b4"><code>97d9a48</code></a> Add example check_url to README.md</li> <li><a href="https://github.com/EnricoMi/publish-unit-test-result-action/commit/d624a6815fd6b8dafe7ad1b47d5874fe8e35a5b0"><code>d624a68</code></a> Add check-run HTML URL to JSON output (<a href="https://github-redirect.dependabot.com/EnricoMi/publish-unit-test-result-action/issues/311">#311</a>)</li> <li><a href="https://github.com/EnricoMi/publish-unit-test-result-action/commit/29347724752f05d0313450597490afcea0213da0"><code>2934772</code></a> Add thousands separator to progress</li> <li>See full diff in <a href="https://github.com/EnricoMi/publish-unit-test-result-action/compare/v1.38...v1.39">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 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>
-
- 25 Jun, 2022 1 commit
-
-
dependabot[bot] authored
Bumps [EnricoMi/publish-unit-test-result-action](https://github.com/EnricoMi/publish-unit-test-result-action) from 1.38 to 1.39. - [Release notes](https://github.com/EnricoMi/publish-unit-test-result-action/releases) - [Commits](https://github.com/EnricoMi/publish-unit-test-result-action/compare/v1.38...v1.39 ) --- updated-dependencies: - dependency-name: EnricoMi/publish-unit-test-result-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- 23 Jun, 2022 3 commits
-
-
René Fritze authored
[models.nn] fix output_functional not properly assigned
-
René Fritze authored
-
René Fritze authored
Thanks to @jacktang for spotting the mistake and providing the fix. This also adds a regression test for the issue Closes #1649
-
- 22 Jun, 2022 3 commits
-
-
René Fritze authored
Bumps [EnricoMi/publish-unit-test-result-action](https://github.com/EnricoMi/publish-unit-test-result-action) from 1.37 to 1.38. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/EnricoMi/publish-unit-test-result-action/releases">EnricoMi/publish-unit-test-result-action's releases</a>.</em></p> <blockquote> <h2>v1.38</h2> <p>Adds the following features:</p> <ul> <li>Allow to only comment on changes, failures, errors, ... (<a href="https://github-redirect.dependabot.com/EnricoMi/publish-unit-test-result-action/issues/248">#248</a>)</li> <li>Add new <code>comment_mode</code>s and deprecates <code>create new</code> and <code>update last</code></li> <li>Log file sizes, free memory, and progress reading files (<a href="https://github-redirect.dependabot.com/EnricoMi/publish-unit-test-result-action/issues/305">#305</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/EnricoMi/publish-unit-test-result-action/commit/e60aaa897988962059b2bf90deefb7171fcae3d9"><code>e60aaa8</code></a> Releasing v1.38</li> <li><a href="https://github.com/EnricoMi/publish-unit-test-result-action/commit/37acd7391b4187a7b0c59ec2d0a1aecf49a6dfe9"><code>37acd73</code></a> Minor changes to comment_mode description</li> <li><a href="https://github.com/EnricoMi/publish-unit-test-result-action/commit/1806ee6dfdebaf4e5ae43951d0321a9228c6b087"><code>1806ee6</code></a> Allow to only comment on changes, failures, ... (<a href="https://github-redirect.dependabot.com/EnricoMi/publish-unit-test-result-action/issues/248">#248</a>)</li> <li><a href="https://github.com/EnricoMi/publish-unit-test-result-action/commit/ca6e0bdd538469a438eaf05b5b4aedfbfe7f2e98"><code>ca6e0bd</code></a> Log file sizes, free mem and progress reading files (<a href="https://github-redirect.dependabot.com/EnricoMi/publish-unit-test-result-action/issues/305">#305</a>)</li> <li><a href="https://github.com/EnricoMi/publish-unit-test-result-action/commit/3281b6599ca79e993fa4ec42b576d15d439adb53"><code>3281b65</code></a> Add digest to PR comment (<a href="https://github-redirect.dependabot.com/EnricoMi/publish-unit-test-result-action/issues/303">#303</a>)</li> <li><a href="https://github.com/EnricoMi/publish-unit-test-result-action/commit/c8dcbb075259375a36f56decf05430b2e08fac6f"><code>c8dcbb0</code></a> Upgrade docker actions (<a href="https://github-redirect.dependabot.com/EnricoMi/publish-unit-test-result-action/issues/299">#299</a>)</li> <li>See full diff in <a href="https://github.com/EnricoMi/publish-unit-test-result-action/compare/v1.37...v1.38">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 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>
-
René Fritze authored
Add decorator for required test modules
-
dependabot[bot] authored
Bumps [EnricoMi/publish-unit-test-result-action](https://github.com/EnricoMi/publish-unit-test-result-action) from 1.37 to 1.38. - [Release notes](https://github.com/EnricoMi/publish-unit-test-result-action/releases) - [Commits](https://github.com/EnricoMi/publish-unit-test-result-action/compare/v1.37...v1.38 ) --- updated-dependencies: - dependency-name: EnricoMi/publish-unit-test-result-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- 20 Jun, 2022 12 commits
-
-
René Fritze authored
-
-
-
-
-
-
-
-
René Fritze authored
Bump actions/setup-python from 3 to 4
-
René Fritze authored
-
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v3...v4 ) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by:
dependabot[bot] <support@github.com>
-
René Fritze authored
I went ahead and replaced most `http://` URLs with `https://`. Eight instances of `http://` remain. - MORWiki and SLICOT do not seem to use TLS - Four instances are in the bib file which I left untouched - which leaves pyamg.org and the link to NA-digest which both didn't work when I tested them I also added a missing word while I was at it.
-
- 13 Jun, 2022 5 commits
-
-
Art Pelling authored
-
Art Pelling authored
-
Art Pelling authored
-
Art Pelling authored
-
Art Pelling authored
-
- 10 Jun, 2022 15 commits
-
-
Stephan Rave authored
Added basic models for symplectic framework
-
Patrick Buchfink authored
-
Patrick Buchfink authored
Update checking of nt and time_stepper Co-authored-by:
Stephan Rave <stephanrave@uni-muenster.de>
-
Patrick Buchfink authored
Remove comment Co-authored-by:
Stephan Rave <stephanrave@uni-muenster.de>
-
Patrick Buchfink authored
Cleverer query for specifying nt or time_stepper Co-authored-by:
Stephan Rave <stephanrave@uni-muenster.de>
-
Patrick Buchfink authored
-
Patrick Buchfink authored
-
Patrick Buchfink authored
Replaced classmethod with additional attribute in __init__
-
Patrick Buchfink authored
-
Patrick Buchfink authored
-
Patrick Buchfink authored
-
Patrick Buchfink authored
-
Patrick Buchfink authored
-
Patrick Buchfink authored
-
Patrick Buchfink authored
-