Releases: matthieugomez/EconPDEs.jl
Releases · matthieugomez/EconPDEs.jl
v1.1.1
EconPDEs v1.1.1
v1.1.0
EconPDEs v1.1.0
v1.0.3
EconPDEs v1.0.3
Merged pull requests:
- CompatHelper: bump compat for "BlockBandedMatrices" to "0.12" (#34) (@github-actions[bot])
v1.0.2
v1.0.1
v1.0.0
EconPDEs v1.0.0
The 1.0 release has the following set of breaking changes:
- The first argument of pdesolve (the function encoding the PDE) must accept directional first derivatives and it must return a named tuple of time derivatives
- The fourth argument of pdesolve (the time grid) must be in increasing order
- pdesolve now returns a type with fieldnames zero (for the solution) and residual_norm (for the norm of residuals)
See the updated examples for the new syntax.
Closed issues:
- Order vs named (#4)
- Finite horizon consumption-saving problem (#19)
- Bug in AchdouHanLasryLionsMoll one asset example (#21)
Merged pull requests:
- CompatHelper: bump compat for "BlockBandedMatrices" to "0.10" (#20) (@github-actions[bot])
- add support for optimal stopping time (#22) (@FuZhiyu)
- update to V1.7 (#23) (@matthieugomez)
v0.4.1
EconPDEs v0.4.1
Closed issues:
- Simulate results from EconPDEs (#13)
- Finite horizon boundary problem (#14)
- CambpellCochrane.jl (#17)
Merged pull requests:
- Install TagBot as a GitHub Action (#15) (@JuliaTagBot)
- CompatHelper: bump compat for "BlockBandedMatrices" to "0.8" (#16) (@github-actions[bot])
- CompatHelper: bump compat for "BlockBandedMatrices" to "0.9" (#18) (@github-actions[bot])