@@ -24,16 +24,19 @@ Pkg.add("LinearSolve")
2424
2525- Please refer to the
2626 [ SciML ColPrac: Contributor's Guide on Collaborative Practices for Community Packages] ( https://github.com/SciML/ColPrac/blob/master/README.md )
27- for guidance on PRs, issues, and other matters relating to contributing to ModelingToolkit.
27+ for guidance on PRs, issues, and other matters relating to contributing to SciML.
28+ - See the [ SciML Style Guide] ( https://github.com/SciML/SciMLStyle ) for common coding practices and other style decisions.
2829- There are a few community forums:
29- - the #diffeq-bridged channel in the [ Julia Slack] ( https://julialang.org/slack/ )
30- - [ JuliaDiffEq] ( https://gitter.im/JuliaDiffEq/Lobby ) on Gitter
31- - on the [ Julia Discourse forums] ( https://discourse.julialang.org )
32- - see also [ SciML Community page] ( https://sciml.ai/community/ )
30+ - The #diffeq-bridged and #sciml-bridged channels in the
31+ [ Julia Slack] ( https://julialang.org/slack/ )
32+ - The #diffeq-bridged and #sciml-bridged channels in the
33+ [ Julia Zulip] ( https://julialang.zulipchat.com/#narrow/stream/279055-sciml-bridged )
34+ - On the [ Julia Discourse forums] ( https://discourse.julialang.org )
35+ - See also [ SciML Community page] ( https://sciml.ai/community/ )
3336
3437## Roadmap
3538
3639Wrappers for every linear solver in the Julia language is on the roadmap. If
3740there are any important ones that are missing that you would like to see added,
3841please open an issue. The current algorithms should support automatic differentiation.
39- Pre-defined preconditioners would be a welcome addition.
42+ Pre-defined preconditioners would be a welcome addition.
0 commit comments