This repository was archived by the owner on Apr 23, 2025. It is now read-only.
v0.2.0
v0.2.0 (2019-07-01)
Closed issues:
- Register (#42)
- Color vectors for BandedBlockBandedMatrix (#33)
- Register (#31)
- Hessian-Vector Products (#28)
- Respect the chunksize in forward-mode AD (#23)
- Automated sparsity detection (#10)
Merged pull requests:
- Refactor and update README to include sparsity detection (#41) (ChrisRackauckas)
- Partition matrix by rows (#40) (pkj-m)
- Some AD fixes (#37) (ChrisRackauckas)
- Bug fix in chunk-size controlled AD (#36) (pkj-m)
- Limit size of partials by chunk size (#35) (pkj-m)
- add BandedBlockBandedMatrix (#34) (huanglangwen)
- Zygote-based forward-over-reverse HesVecs (#32) (ChrisRackauckas)
- sparsity detection: a pass to try all tainted branches (#13) (shashi)