Skip to content

Releases: JuliaDiff/TaylorSeries.jl

v0.10.4

21 May 17:05
22781aa
Compare
Choose a tag to compare

TaylorSeries v0.10.4

Diff since v0.10.3

Closed issues:

  • Math is not rendered in the document (#239)

Merged pull requests:

  • Fix update! for TaylorN (#243) (@UzielLinares)

v0.10.3

05 Mar 16:07
234491b
Compare
Choose a tag to compare

TaylorSeries v0.10.3

Diff since v0.10.2

Closed issues:

  • Displayed equations in the docs are not displayed properly (#237)

Merged pull requests:

v0.10.2

01 Mar 18:33
v0.10.2
8bc8a50
Compare
Choose a tag to compare

v0.10.2 (2020-03-01)

Diff since v0.10.1

Closed issues:

  • Tag v0.10.1 (#228)
  • Custom printing for Taylor1 (#211)

Merged pull requests:

  • Reimplement pow! and div! for Taylor1s (#236) (lbenet)
  • Solve a type unstability issue and update travis.yml (#235) (lbenet)
  • Upper bound deps in compat (#231) (lbenet)
  • Custom printing for Taylor1 (#229) (lbenet)

v0.10.1

08 Oct 08:19
v0.10.1
da84c93
Compare
Choose a tag to compare

v0.10.1 (2019-10-07)

Diff since v0.10.0

Closed issues:

  • Confused by behaviour of addition (#225)
  • Heads up about changes in Julia LinearAlgebra stdlib affecting this package (#221)
  • Error message in multiplication of Taylor1 and TaylorN (#219)
  • Tag v0.10.0 (#217)
  • Even / Odd taylor series. (#213)

Merged pull requests:

  • Initialize coefficients of mutated array in mutating functions (#227) (PerezHz)
  • Mathematically consistent big O notation (#226) (lbenet)
  • LU-factorize without pivoting for inv of Taylor1 matrices (#223) (lbenet)
  • Test (travis) using Julia 1.2 and 1.3 too (#222) (lbenet)
  • ArgumentError for promotion among non-compatible Taylor1 and TaylorN (#220) (lbenet)

v0.10.0

03 Jun 18:47
v0.10.0
3f94bd9
Compare
Choose a tag to compare

v0.10.0 (2019-06-03)

Diff since v0.9.2

Closed issues:

  • Install Registrator and TagBot (#212)
  • Functional API for Taylor getfield (#208)
  • Rounding Not Defined on TaylorSeries (#199)
  • Change eltype (#198)
  • get jacobian as a TaylorN matrix (#187)

Merged pull requests:

JOSS paper

04 Apr 17:40
5804bdf
Compare
Choose a tag to compare

Final version of the paper

TaylorSeries v0.9.1

21 Mar 16:14
94d3628
Compare
Choose a tag to compare
One more fix in the paper

TaylorSeries v0.9.0

04 Feb 22:53
Compare
Choose a tag to compare
paper.bib: add year and adjust URL formatting

TaylorSeries v0.8.1

24 Jan 15:10
506facd
Compare
Choose a tag to compare
Int64 -> Int (#189)

This follows from a suggestion by @mforets TaylorModels.jl#16

TaylorSeries v0.8.0

05 Sep 20:16
01085ab
Compare
Choose a tag to compare

Support Julia 0.7 and 1.0