Releases: SciML/DiffEqProblemLibrary.jl
Releases · SciML/DiffEqProblemLibrary.jl
v5.1.0
DiffEqProblemLibrary v5.1.0
Merged pull requests:
- Fix and test undefined exports (#91) (@devmotion)
- Fix bug in
prob_dde_constant_2delays_oop
(#92) (@devmotion) - Fix interaction between precompilation and runtimegeneratedfunctions (#93) (@ChrisRackauckas)
- set the built module for the functions to fix precompilation (#94) (@ChrisRackauckas)
- Remove precompilation for MTK support (#95) (@ChrisRackauckas)
- Correct spelling of Lotka-Volterra (#97) (@nathanaelbosch)
- MassInstallAction: Install the Invalidations workflow on this repository (#98) (@devmotion)
- Add transistor amplifier DAE problem (#100) (@ErikQQY)
- [skip ci] spelling (#101) (@ArnoStrouwen)
- no deo bruss (was wrong anyway) (#103) (@xtalax)
- [skip ci] fix link warning (#105) (@ArnoStrouwen)
- enable dependabot for GitHub actions (#106) (@ranocha)
- Test Latexify v0.16 (#107) (@ChrisRackauckas)
- Add BVProblemLibrary (#108) (@ErikQQY)
- Add nonlinear BVP test problems (#109) (@ErikQQY)
- Add the rest BVP test prblems (#110) (@ErikQQY)
- Allow Catalyst v13 (#111) (@ChrisRackauckas)
- Fix array construction in oval problem (#112) (@gaurav-arya)
- Update jump problems to Catalyst 13 (#113) (@isaacsas)
- Move 23 test problems over from NonlinearSolve.jl (#115) (@avik-pal)
- Bump actions/checkout from 3 to 4 (#116) (@dependabot[bot])
- Refactor SDEProblem constructor (#117) (@ErikQQY)
- Update Project.toml (#118) (@avik-pal)
- Refactor BVProblemLibrary with new constructor (#120) (@ErikQQY)
- Fix bugs in BVP test problems (#121) (@ErikQQY)
- Patch Watson Function (#122) (@avik-pal)
- Bump codecov/codecov-action from 3 to 4 (#123) (@dependabot[bot])
- ci: explicitly specify token for codecov (#124) (@thazhemadam)
- Run JuliaFormatter.format() (#125) (@LilithHafner)
- Update to ModelingToolkit v9 (#126) (@ChrisRackauckas)
- Run JuliaFormatter.format() (#127) (@LilithHafner)
- Fix 13th and 17th BVP test problems (#128) (@ErikQQY)
- Bump julia-actions/setup-julia from 1 to 2 (#129) (@dependabot[bot])
- Bump julia-actions/cache from 1 to 2 (#130) (@dependabot[bot])
- Bump ModelingToolkit v9 Catalyst v14 (#131) (@ChrisRackauckas)
- update jumps for Catalyst 14 (#132) (@isaacsas)
- ci: standardize workflows using SciML's reusable workflows (#133) (@thazhemadam)
- Precompile the problem libraries again (#135) (@ChrisRackauckas)
- Fix parameters in prob_bvp_nonlinear_6 (#137) (@ErikQQY)
- feat: improve performance of the nonlinear functions (#138) (@avik-pal)
- Properly use symbolic constructors (#139) (@ChrisRackauckas)
- Fix strange_attractors.jl eval module (#140) (@ChrisRackauckas)
- refactor: update to MTKv10 (#141) (@AayushSabharwal)
- Bump Jump problems to Catalyst v15 (#142) (@ChrisRackauckas)
- Update BVProblemLibrary (#144) (@ChrisRackauckas)
- stop supporting MTK@9 (#145) (@oscardssmith)
- Fix ModelingToolkit v10 compatibility (#147) (@ChrisRackauckas)
- Add spell checking configuration (#148) (@ChrisRackauckas)
- Add downgrade CI workflow (#150) (@ChrisRackauckas)
- Fix Latexify deprecation warnings in ODEProblemLibrary (#151) (@ChrisRackauckas)
- Apply JuliaFormatter to fix code formatting (#152) (@ChrisRackauckas)
- Remove ModelingToolkit dependency from ODEProblemLibrary for faster compilation (#154) (@ChrisRackauckas-Claude)
- Remove Catalyst dependency from SDEProblemLibrary (#156) (@ChrisRackauckas-Claude)
- Fix Van der Pol Jacobian calculation (#159) (@ChrisRackauckas-Claude)
- Fix backslash in TeX in BVProblemLibrary.jl (#161) (@abhro)
- Bump compat bounds for nested problem libraries (#162) (@abhro)
Closed issues:
v5.0.0
DiffEqProblemLibrary v5.0.0
Closed issues:
- Split into subpackages? (#87)
Merged pull requests:
- Use JuliaFormatter with SciML style (#88) (@devmotion)
- Split DiffEqProblemLibrary into subpackages (#89) (@devmotion)
- Test master (#90) (@ChrisRackauckas)
v4.17.0
DiffEqProblemLibrary v4.17.0
Merged pull requests:
- CompatHelper: bump compat for Catalyst to 12, (keep existing compat) (#84) (@github-actions[bot])
v4.16.0
DiffEqProblemLibrary v4.16.0
v4.15.0
v4.14.0
DiffEqProblemLibrary v4.14.0
Merged pull requests:
- update to latest MTK and Catalyst (#78) (@anandijain)
- add common strange attractor systems and problems (#79) (@anandijain)
- CI for LTS (#80) (@ChrisRackauckas)
v4.13.1
DiffEqProblemLibrary v4.13.1
Merged pull requests:
v4.13.0
DiffEqProblemLibrary v4.13.0
Closed issues:
- Typo in the
vanstiff
docstring (#74)
Merged pull requests:
- Fixed typo in vanstiff docstring (#75) (@nathanaelbosch)
- add parameters to diffusion network (#76) (@isaacsas)
v4.12.0
DiffEqProblemLibrary v4.12.0
Merged pull requests:
- CompatHelper: bump compat for "ModelingToolkit" to "5.0" (#73) (@github-actions[bot])
v4.11.0
DiffEqProblemLibrary v4.11.0
Merged pull requests:
- MassInstallAction: Install the GitHubActionsCI workflow on this repository (#72) (@christopher-dG)