Skip to content

fix: warning import since v1.12#244

Merged
Datseris merged 2 commits into
JuliaDynamics:mainfrom
oameye:warning-import
Jan 24, 2026
Merged

fix: warning import since v1.12#244
Datseris merged 2 commits into
JuliaDynamics:mainfrom
oameye:warning-import

Conversation

@oameye

@oameye oameye commented Jan 23, 2026

Copy link
Copy Markdown
Member

Fixes:

┌ DynamicalSystemsBase  StochasticSystemsBase
│  WARNING: Constructor for type "CoupledSDEs" was extended in `StochasticSystemsBase` without explicit qualification or import.
│    NOTE: Assumed "CoupledSDEs" refers to `DynamicalSystemsBase.CoupledSDEs`. This behavior is deprecated and may differ in future versions.`
│    NOTE: This behavior may have differed in Julia versions prior to 1.12.
│    Hint: If you intended to create a new generic function of the same name, use `function CoupledSDEs end`.
│    Hint: To silence the warning, qualify `CoupledSDEs` as `DynamicalSystemsBase.CoupledSDEs` in the method signature or explicitly `import DynamicalSystemsBase: CoupledSDEs`.

@Datseris Datseris left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

remember to bump patch versio nin projecttoml

@Datseris Datseris left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

remember to bump patch versio nin projecttoml

@Datseris Datseris merged commit 0df5310 into JuliaDynamics:main Jan 24, 2026
1 of 2 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.

2 participants