Releases: TimSiebert1/ADOLC.jl
Releases · TimSiebert1/ADOLC.jl
v1.3.0
ADOLC v1.3.0
- integrate the parameter type functionalities of ADOL-C. They allow a user to define parameters on the tape, in addition to the differentiable type. Those parameters can be changed without retaping, saving costly retaping.
Merged pull requests:
- Active variables (#20) (@TimSiebert1)
- add tests (#21) (@TimSiebert1)
- Merge new guides (#22) (@TimSiebert1)
Closed issues:
- register 1.2.1 (#19)
v1.2.1+docs1
Add a guide for univariate Taylor Polynomial propagation
v1.2.1
v1.2.0
ADOLC v1.2.0
- Interface for univariate Taylor polynomial propagation
univariate_tpp
- more interfaces for
derivative
- low-level mutating functions to allow precise preallocations -> not really documented yet
- fix a bug in type promotion
v1.1.0+doc1
fix docflow
v1.1.0
v1.0.0
ADOLC v1.0.0
Merged pull requests:
- Dev (#1) (@TimSiebert1)
- update file (#2) (@TimSiebert1)
- Dev (#3) (@TimSiebert1)
- Some changes to work as package (#4) (@j-fu)
- Mem handling (#5) (@TimSiebert1)
- Add example working with Sparspak (#6) (@j-fu)
- Clean up project: Project, Manifest, ci (#9) (@j-fu)