fredo-dedup
released this
30 Oct 10:09
·
3 commits
to master
since this release
This new release adds :
- compatibility to the released Julia 0.5 version (but compatibility with 0.4 is abandoned)
- enables precompilation
- changes the API of
rdiff
: values for variables are no longer necessary, only types need to be provided. The package makes use of Julia's type inference to choose the differentiation rules instead of recalculating actual values of the whole graph. This should bring better performance, simpler code and open up new simplifications possibilities for the generated code.