Published July 31, 2024
| Version v0.3.16
Software
Open
brianguenter/FastDifferentiation.jl: v0.3.16
- 1. Delft University of Technology
- 2. @JuliaComputing
- 3. EPFL
Description
FastDifferentiation v0.3.16
Before this patch FastDifferentiation expressions were a subtype of Number. Many Julia packages only worked with number types <: Real so they wouldn't work with FD expressions. This patch fixes this problem so now FD expressions <: Real. This should make FD more compatible with the Julia ecosystem.
Merged pull requests:
- would it make sense to have FastDifferentiation.Node <: Real? (#88) (@brianguenter)
Closed issues:
- would it make sense to have FastDifferentiation.Node <: Real? (#73)
- Minor release for new Base methods (#86)
Files
brianguenter/FastDifferentiation.jl-v0.3.16.zip
Files
(297.2 kB)
Name | Size | Download all |
---|---|---|
md5:b835114a6f8f6f8f0f8ed522dee84132
|
297.2 kB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/brianguenter/FastDifferentiation.jl/tree/v0.3.16 (URL)