Releases: SciML/SciMLOperators.jl
Releases · SciML/SciMLOperators.jl
v0.3.12
SciMLOperators v0.3.12
Merged pull requests:
- Remove
Dict{Symbol, Any}
for type stability inFunctionOperator
(#255) (@albertomercurio) - Improve the update_coefficients of ScalarOperator (#256) (@albertomercurio)
- Update Project.toml (#257) (@ChrisRackauckas)
v0.3.11
SciMLOperators v0.3.11
Merged pull requests:
- Add missing inplace update_coefficients for
ScaledOperator
(#248) (@albertomercurio) - Improve
mul!
,AddedOperator
, andupdate_coefficients!
to remove memory allocations (#249) (@albertomercurio) - ci: test with
1
,lts
andpre
versions of julia (#250) (@thazhemadam) - Update Project.toml (#254) (@ChrisRackauckas)
Closed issues:
v0.3.10
SciMLOperators v0.3.10
Merged pull requests:
- migrate to Accessors, move StaticArraysCore to ext (#245) (@longemen3000)
v0.3.9
SciMLOperators v0.3.9
Merged pull requests:
- Bump codecov/codecov-action from 3 to 4 (#235) (@dependabot[bot])
- Correct typo (#240) (@Xuriya)
- Bump julia-actions/setup-julia from 1 to 2 (#241) (@dependabot[bot])
- ci: standardise workflows using SciML's reusable workflows (#242) (@thazhemadam)
- Make sparsearrays into a weak dep ext (#244) (@ChrisRackauckas)
v0.3.8
SciMLOperators v0.3.8
Merged pull requests:
- typos CI (#226) (@ArnoStrouwen)
- Bump actions/checkout from 3 to 4 (#227) (@dependabot[bot])
- Fix forward and inverse application in FFTW tutorial (#229) (@ErikQQY)
- Bump crate-ci/typos from 1.16.23 to 1.17.0 (#231) (@dependabot[bot])
- Bump actions/cache from 3 to 4 (#234) (@dependabot[bot])
- Bump crate-ci/typos from 1.17.0 to 1.18.1 (#236) (@dependabot[bot])
- [skip ci] Update dependabot.yml (#237) (@ArnoStrouwen)
- reapply formatter (#238) (@ArnoStrouwen)
- Remove Packages that are no longer needed in 1.10 (#239) (@avik-pal)
Closed issues:
- Runnable example doesn't run: wrapping FFT (#228)
v0.3.7
SciMLOperators v0.3.7
Merged pull requests:
- Bump actions/checkout from 3 to 4 (#219) (@dependabot[bot])
- CompatHelper: bump compat for Documenter to 1 for package docs, (keep existing compat) (#220) (@github-actions[bot])
- Documenter 1.0 upgrade. (#221) (@ArnoStrouwen)
- Run formatter (#224) (@avik-pal)
- Make Function Operator Type Stable (#225) (@avik-pal)
v0.3.6
SciMLOperators v0.3.6
Merged pull requests:
- Add concretize / isconvertible to docs (#211) (@gaurav-arya)
- Only warn about convert-based fallbacks when operator not convertible. (#217) (@gaurav-arya)
v0.3.5
v0.3.4
SciMLOperators v0.3.4
Merged pull requests: