Skip to content

Releases: JuliaDiff/TaylorSeries.jl

TaylorSeries v0.7.4

11 Jul 17:45
86d588c
Compare
Choose a tag to compare
Skip interval tests in Julia0.7 (#171)

In Julia0.7 they require current master of IntervalArithmetics

v0.7.3: Type-stable mutating functions (#162)

04 Apr 16:27
23c0657
Compare
Choose a tag to compare
* 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

01 Mar 13:52
c5f366c
Compare
Choose a tag to compare
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

05 Dec 15:51
10ab42c
Compare
Choose a tag to compare

TaylorSeries v0.7.0

27 Nov 21:24
5d9794f
Compare
Choose a tag to compare

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

09 Oct 22:04
Compare
Choose a tag to compare

Use syntax introduced in Julia 0.6.

TaylorSeries v0.5.1

08 Oct 15:45
Compare
Choose a tag to compare

This is the last version compatible with Julia v0.5.+. The next version will only support Julia v0.6 and above.

Reorganize source files

25 May 17:22
Compare
Choose a tag to compare
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