Releases: SciML/DifferenceEquations.jl
Release list
v1.1.0
DifferenceEquations v1.1.0
Merged pull requests:
- Documenter 1.0 upgrade (#101) (@ArnoStrouwen)
- CompatHelper: add new compat entry for OptimizationOptimJL at version 0.1 for package docs, (keep existing compat) (#102) (@github-actions[bot])
- CompatHelper: add new compat entry for DiffEqBase at version 6 for package docs, (keep existing compat) (#103) (@github-actions[bot])
- CompatHelper: add new compat entry for Zygote at version 0.6 for package docs, (keep existing compat) (#104) (@github-actions[bot])
- CompatHelper: add new compat entry for Distributions at version 0.25 for package docs, (keep existing compat) (#105) (@github-actions[bot])
- CompatHelper: add new compat entry for ChainRulesCore at version 1 for package docs, (keep existing compat) (#106) (@github-actions[bot])
- CompatHelper: add new compat entry for Optimization at version 3 for package docs, (keep existing compat) (#107) (@github-actions[bot])
- CompatHelper: add new compat entry for Plots at version 1 for package docs, (keep existing compat) (#109) (@github-actions[bot])
- CompatHelper: add new compat entry for DataFrames at version 1 for package docs, (keep existing compat) (#110) (@github-actions[bot])
- Change typeof(x) <: y to x isa y (#111) (@pepijndevos)
- Aqua + typos CI (#112) (@ArnoStrouwen)
- Bump actions/checkout from 3 to 4 (#113) (@dependabot[bot])
- Bump crate-ci/typos from 1.16.23 to 1.17.0 (#116) (@dependabot[bot])
- Bump actions/cache from 3 to 4 (#117) (@dependabot[bot])
- Bump crate-ci/typos from 1.17.0 to 1.18.0 (#118) (@dependabot[bot])
- Bump codecov/codecov-action from 3 to 4 (#119) (@dependabot[bot])
- [skip ci] Update dependabot.yml (#120) (@ArnoStrouwen)
- ci: explicitly specify token for codecov (#121) (@thazhemadam)
- reapply formatter (#122) (@ArnoStrouwen)
- Bump julia-actions/setup-julia from 1 to 2 (#123) (@dependabot[bot])
- ci: standardise workflows using SciML's reusable workflows (#124) (@thazhemadam)
- CompatHelper: bump compat for Zygote to 0.7 for package docs, (keep existing compat) (#130) (@github-actions[bot])
- Add spell checking configuration (#132) (@ChrisRackauckas)
- Add downgrade CI workflow (#133) (@ChrisRackauckas)
- Apply JuliaFormatter to fix code formatting (#134) (@ChrisRackauckas)
- Fix(CI): Update branch references to main (#135) (@ArnoStrouwen)
- Bump actions/checkout from 4 to 6 (#137) (@dependabot[bot])
- Improve explicit imports hygiene with ExplicitImports.jl (#139) (@ChrisRackauckas-Claude)
- Fix minimum version bounds for SciML ecosystem compatibility (#143) (@ChrisRackauckas-Claude)
- Switch from JuliaFormatter to Runic.jl for code formatting (#145) (@ChrisRackauckas-Claude)
- Bump actions/checkout from 4 to 6 (#146) (@dependabot[bot])
- Add PrecompileTools workload for improved startup times (#147) (@ChrisRackauckas-Claude)
- Add JET.jl static analysis tests and fix type annotations (#148) (@ChrisRackauckas-Claude)
- Fix SciMLBase v3 breaking changes and bump version (#154) (@ChrisRackauckas)
- Bump julia-actions/setup-julia from 2 to 3 (#156) (@dependabot[bot])
- Handle breaking changes required for dependabot PR #155 (#157) (@ChrisRackauckas-Claude)
- Widen DiffEqBase compat to allow v7 (#160) (@ChrisRackauckas-Claude)
- CI: install Julia in FormatCheck workflow so runic-action can run (#166) (@ChrisRackauckas-Claude)
- Fix master CI: replace removed ODEFunction syms kwarg with SymbolCache via sys (#167) (@ChrisRackauckas-Claude)
- Bump julia-actions/setup-julia from 2 to 3 (#169) (@dependabot[bot])
- Centralize CI on SciML reusable workflows (#175) (@ChrisRackauckas-Claude)
- Rebase #152 onto main: modernize, remove legacy AD, add Enzyme/ForwardDiff (#178) (@ChrisRackauckas-Claude)
- Re-enable downgrade CI with corrected compat floors (#180) (@ChrisRackauckas-Claude)
- ci: add standard centralized workflows (auto-format, dependabot-automerge, docs-preview-cleanup) (#181) (@ChrisRackauckas-Claude)
- Drop now-invalid allow-reresolve input from downgrade workflow(s) (#182) (@ChrisRackauckas-Claude)
- chore(deps): Bump the all-julia-packages group across 2 directories with 11 updates (#183) (@dependabot[bot])
- Canonical CI cleanup: TagBot thin-caller + downgrade-caller cleanup (#184) (@ChrisRackauckas-Claude)
- chore(deps): Bump the all-julia-packages group across 1 directory with 2 updates (#185) (@dependabot[bot])
- Canonical CI: grouped-tests.yml + root test/test_groups.toml (#186) (@ChrisRackauckas-Claude)
- Use SciMLTesting v1.2 (folder-based run_tests) (#189) (@ChrisRackauckas-Claude)
- Support DiffEqBase v7 / SciMLBase v3 breaking update (completes #188) (#190) (@ChrisRackauckas-Claude)
Closed issues:
- Support for pullback of the observation noise covariance for the mean-zero diagonal (#35)
- Support for more general observational noise covariance in the joint likelihoods (#36)
- Move allocations for the solvers into a resuable cache (#44)
- Investigate whether quadratic forms from PDMats can speed up kalman filter gradients and quadratic model (#45)
- Implement general nonlinear state-space model with a custom rrule (#51)
- Change internal datastructure for 3-tensors (#54)
- Promotion of noise and observables to support general VectorOfArrays (#55)
- Figure out sciml dispatching for _concrete_solve_adjoint (#56)
- NoiseProcess and seed consistency with SciML (#58)
- Get the observables into the ensemble results (#63)
- Add support and tests for simulations without noise and without observation equation in 2nd order model (#72)
- Add support for more derivatives for the kalman filter (#74)
- SciML/Zygote/ChainRules issue with adjoint type (#75)
- More generic, SciML style linear model (#86)
- Switch coverage to codecov (#100)
- DifferentialEquations package (#131)
v1.0.0
v0.4.0
DifferenceEquations v0.4.0
This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.
v0.3.0
DifferenceEquations v0.3.0
This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.
v0.2.0
DifferenceEquations v0.2.0
This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.
v0.1.0
DifferenceEquations v0.1.0
This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.
v0.5.3
DifferenceEquations v0.5.3
Merged pull requests:
- Bump actions/checkout from 3 to 4 (#99) (@dependabot[bot])
v0.5.2
DifferenceEquations v0.5.2
Merged pull requests:
v0.5.1
DifferenceEquations v0.5.1
Closed issues:
- Documentation link broken (#89)
Merged pull requests:
- MassInstallAction: Install the Invalidations workflow on this repository (#88) (@devmotion)
- remove unused kalman likelihood benchmark test (#90) (@jbrightuniverse)
- Remove unused package (#92) (@ChrisRackauckas)
- enable dependabot for GitHub actions (#93) (@ranocha)
- Bump actions/cache from 1 to 3 (#94) (@dependabot[bot])
- Bump codecov/codecov-action from 1 to 3 (#95) (@dependabot[bot])
- Bump actions/checkout from 1 to 3 (#96) (@dependabot[bot])
- destats -> stats (#97) (@ChrisRackauckas)