Skip to content

Merge main #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 54 commits into
base: main
Choose a base branch
from
Open

Merge main #1

wants to merge 54 commits into from

Conversation

m-bossart
Copy link
Owner

No description provided.

ChrisRackauckas and others added 30 commits June 27, 2024 10:10
`@recompile_invalidations` should only be used in very specific scenarios, and this is not one of those scenarios. Also, there are big changes being done with https://github.com/SciML/CommonWorldInvalidations.jl. With that, we only need to `@recompile_invalidations` on a few entry points. In particular, Static.jl, Symbolics.jl, and preferably ForwardDiff.jl and StaticArrays.jl would adopt it too. But this means that in order to handle all of this effectively, in SciML we only need to apply it on Static.jl, Symbolics.jl, and SciMLBase.jl and the whole ecosystem should be fine.

In any case, this library doesn't need it. It shouldn't make a tangible difference in compile times, while it increases precompile times by a lot.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Christopher Rackauckas <[email protected]>
Co-authored-by: Christopher Rackauckas <[email protected]>
Co-authored-by: Christopher Rackauckas <[email protected]>
add ImmutableNonlinearProblem
Default ITP parameters update
ci: standardize workflows using SciML's reusable workflows
Return InitialFailure from bracketing methods if not enclosing interval
avik-pal and others added 24 commits September 25, 2024 17:04
Co-authored-by: Guillaume Dalle <[email protected]>
feat: update to new DI.jl
…_msg

tweak warning message for when tspan isn't an enclosing interval
ci: test with `1`, `lts` and `pre` versions of julia
…9-19-05-21-858-02245559465

CompatHelper: bump compat for TaylorDiff in [weakdeps] to 0.3, (keep existing compat)
Make robust to deprecations removals
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.

8 participants