Skip to content

Compatfix#129

Merged
Cardoza2 merged 7 commits intomasterfrom
compatfix
Jun 20, 2025
Merged

Compatfix#129
Cardoza2 merged 7 commits intomasterfrom
compatfix

Conversation

@Cardoza2
Copy link
Copy Markdown
Member

Update to include SciMLBase v2 and fix the documentation compilation.
Also bumping the version number to be consistent with packages that aren't undergoing breaking changes soon.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the interface and documentation to support SciMLBase v2, fixes the documentation build, and bumps the package version.

  • Extend SciMLBase.ODEFunction signature with new keyword arguments and replace DiffEqArrayOperator with MatrixOperator
  • Rename and streamline comment headers in element code
  • Add new function listings and correct link syntax in documentation; adjust deploy settings and dependencies

Reviewed Changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/interfaces/diffeq.jl Extended SciMLBase.ODEFunction signature; replaced DiffEqArrayOperator with MatrixOperator
src/element.jl Simplified the residuals comment header
docs/src/reference/reference.md Added new velocity‐related entries and a Section block in the reference index
docs/src/literate/sensitivities.jl Updated link directive from @id to @ref in the sensitivities example
docs/make.jl Changed deploydocs( call to keyword syntax and added devbranch
docs/Project.toml Added GXBeam dependency
Comments suppressed due to low confidence (3)

docs/src/literate/sensitivities.jl:12

  • Fix spelling: 'sensitivites' should be 'sensitivities'.
# the nondimensional tip moment ``\lambda`` when ``\lambda=1``.  These sensitivites may

src/interfaces/diffeq.jl:125

  • [nitpick] In the docstring, replace the literal '# general keyword arguments' with a Markdown heading (e.g., '## Keyword Arguments') for proper formatting.
    # general keyword arguments

docs/src/reference/reference.md:317

  • [nitpick] The '### Section' heading is vague; consider giving this block a more descriptive title like '### Section Utilities' or '### Section Functions' for clarity.
### Section

Copy link
Copy Markdown
Member

@juddmehr juddmehr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine to me.

@Cardoza2 Cardoza2 merged commit 3c52b7d into master Jun 20, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants