Skip to content

fix: warning import since v1.12#244

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

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

Conversation

@oameye
Copy link
Member

@oameye oameye commented Jan 23, 2026

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`.

Copy link
Member

@Datseris Datseris left a comment

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

Copy link
Member

@Datseris Datseris left a comment

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