Releases: JuliaDiff/TaylorSeries.jl
Releases · JuliaDiff/TaylorSeries.jl
TaylorSeries v0.7.4
Skip interval tests in Julia0.7 (#171) In Julia0.7 they require current master of IntervalArithmetics
v0.7.3: Type-stable mutating functions (#162)
* Type-stability fixes in ^ * Use iszero * Parameterize mutating functions * Fixes to few arithmetic mutable functions * Add more tests * Use sqr! in abs2! * Add more tests * Add findlast for Taylor1, with tests. * Fixes in a^n for a::Taylor1 and integer powers * Avoid computations in evaluate if coeff is zero * Add REQUIRE for documentation * Fixes in docs
TaylorSeries
Evaluate with tuples (#159) * Add methods of evaluate to handle NTuples * Extend evaluate with varargs. * Use zero./one. (instead of ugly fill!) * Fix a problem with evaluate and Pairs
TaylorSeries v0.7.1
TaylorSeries v0.7.0
Coefficients of Taylor1 and TaylorN objects can now be accessed using vector entry notation; the index labels the order of the term, so indices start at 0.
cc @dpsanders
TaylorSeries v0.6.0
Use syntax introduced in Julia 0.6.
TaylorSeries v0.5.1
This is the last version compatible with Julia v0.5.+. The next version will only support Julia v0.6 and above.
Reorganize source files
use isdefined for iszero instead of VERSION check (#109) * use isdefined for iszero instead of VERSION check * only need Compat 0.17 for abstract type