chore(deps): bump matplotlib from 3.10.8 to 3.10.9 - #10
Closed
dependabot[bot] wants to merge 1365 commits into
Closed
chore(deps): bump matplotlib from 3.10.8 to 3.10.9#10dependabot[bot] wants to merge 1365 commits into
dependabot[bot] wants to merge 1365 commits into
Conversation
Added the GNU General Public License version 3 to the project.
fix: make demo robust when Tavily is not configured
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Entire-Checkpoint: 6dee0841a26c
Generates an arXiv version of the EngiAI paper by lifting body content from paper-revision/asmeconf/asmeconf-template.tex and injecting it into EngiAI---arXiv submodule's hand-maintained template.tex. Adds `make build-arxiv` and `make build-arxiv-dry-run` Makefile targets. Post-processing applied to the copied body: - Flatten IDETC multline/split math envs for single-column layout. - Scale single-column figures (~0.55) and tables (~0.75) to match IDETC's visual proportions. - Wrap wide raw-score tables in landscape pages. - Truncate long bib author lists to 3 + "and others". Also adds the literal LaTeX env name "multline" to codespell's ignore list so it stops being flagged as a typo for "multiline". Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> Entire-Checkpoint: 4eb5d6b4fb7d
The previous regex stopped at the first `}` so entries with protected
letters like `Wanderman-{M}ilne` or `Rockt\"{a}schel` were emitted with
a mid-name `}` that BibTeX rejected.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Entire-Checkpoint: a16c3a0aad40
- SIM102: flatten nested if in _validate - PERF401: extend warnings via comprehension - PLR0912/PLR0915: extract _assemble_body helper - TRY400: use log.exception in main's RuntimeError handler Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> Entire-Checkpoint: 15433d82d7a5
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> Entire-Checkpoint: 6e63e660d0f6
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> Entire-Checkpoint: b592198656b4
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> Entire-Checkpoint: df97c19a165f
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> Entire-Checkpoint: b93973d30316
Extends _scale_single_column_figures with an optional overrides map keyed by an \includegraphics path substring (first match wins). Lets specific figures deviate from scale_single_column_figures without disturbing the global default. Bumps the arXiv submodule pointer to pick up the new figure_scale_overrides entry for the architecture diagram. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> Entire-Checkpoint: 3231d6bda8a4
Drop the separate template.tex scaffold and rebuild main.tex in place by replacing content between marker comment pairs (BEGIN/END ABSTRACT, BEGIN/END BODY). Eliminates a confusing intermediate file that would get compiled by mistake when opened in Overleaf. Also extend _scale_single_column_figures to handle figure* envs (via overrides only) so the per-figure width override map can target every figure environment in the document, not just single-column figures. Override semantics are now absolute width (replace source factor) rather than multiplicative, which is more intuitive given the new broader coverage. Bumps the arXiv submodule pointer to pick up the matching config and the unified figure widths. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> Entire-Checkpoint: a6e54dd8e932
- Remove private submodules (thesis, paper-revision,
EngiAI---arXiv) and .gitmodules.
- Replace hardcoded Postgres password in docker-compose.yml
with the ${POSTGRES_PASSWORD:-change_me} pattern, both
in POSTGRES_PASSWORD and in the default DATABASE_URL.
- Document POSTGRES_PASSWORD in .env.example.
- Scrub example credentials from docs/source/deployment.md
and the README's Docker DATABASE_URL example.
- Add date-stamped public-snapshot status banner and the
paper/demo links to README.md.
Entire-Checkpoint: 20ebfe359b5a
- Title: "Windows / macOS / Linux". - Split Prerequisites into Windows and macOS/Linux blocks. - Mark Install-WSL step as Windows-only; macOS/Linux skip it. - Move the /mnt/c/... warning into a Windows/WSL-only callout under the clone step. - Drop the "open in your Windows browser" wording. - Tag Windows-only items in Troubleshooting and add a Linux note for the docker-not-found case. Entire-Checkpoint: b8013db7fbae
Add a blank line so Markdown treats them as separate paragraphs instead of collapsing into one. Entire-Checkpoint: 14fcd521bce6
Reduce README from ~850 to ~85 lines: keep status banner, description, paper/demo links, quick-start (demo + full stack), brief agent list, repo layout, and a table linking to the 14 dedicated pages under docs/source/. The cut content (Conda setup, env-var reference, Weave/ LangSmith tracing, HPC/SSH walkthrough, project structure tree, troubleshooting, API-keys section) already lives in docs/ — no information is lost. Entire-Checkpoint: 7e9d90b24d09
Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.10.8 to 3.10.9. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](matplotlib/matplotlib@v3.10.8...v3.10.9) --- updated-dependencies: - dependency-name: matplotlib dependency-version: 3.10.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps matplotlib from 3.10.8 to 3.10.9.
Release notes
Sourced from matplotlib's releases.
Commits
dd8d78bREL: v3.10.92fb1891REL: Release prep v3.10.9d0e923aMerge branch 'v3.10.8-doc' into v3.10.x1637932Merge pull request #31558 from meeseeksmachine/auto-backport-of-pr-31556-on-v...a83faacBackport PR #31556: FIX: Inverted PyErr_Occurred check in enum type caster (_...a4f57abMerge pull request #31545 from ksunden/backport-of-pr-31282-on-v3.10.x063288dMerge pull request #31544 from ksunden/backport-of-pr-31248-on-v3.10.xb2ed196Backport PR #31248: SEC: Remove eval() from validate_cycleracc6024Merge pull request #31282 from scottshambaugh/tex_no_shelle3fb541Merge pull request #31078 from meeseeksmachine/auto-backport-of-pr-31075-on-v...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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)