Releases: JuliaDiff/TaylorSeries.jl
Releases · JuliaDiff/TaylorSeries.jl
v0.10.4
v0.10.3
TaylorSeries v0.10.3
Closed issues:
- Displayed equations in the docs are not displayed properly (#237)
Merged pull requests:
- Install TagBot as a GitHub Action (#234) (@JuliaTagBot)
- Fix displayed equations in docs (#238) (@lbenet)
v0.10.2
v0.10.1
v0.10.1 (2019-10-07)
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
ofTaylor1
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
v0.10.0 (2019-06-03)
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 aTaylorN
matrix (#187)
Merged pull requests:
- Add Project.toml, remove REQUIRE and test/REQUIRE (#216) (lbenet)
- Add CITATION.bib file (#215) (lbenet)
- Add getindex and setindex! for StepRanges (#214) (lbenet)
- Add quick examples to README.md (#210) (MasonProtter)
- Broadcasting (#207) (lbenet)
- Add linear_polynomial (#206) (lbenet)
- Update badges in Readme.md (#204) (lbenet)
JOSS paper
Final version of the paper
TaylorSeries v0.9.1
One more fix in the paper
TaylorSeries v0.9.0
paper.bib: add year and adjust URL formatting
TaylorSeries v0.8.1
Int64 -> Int (#189) This follows from a suggestion by @mforets TaylorModels.jl#16
TaylorSeries v0.8.0
Support Julia 0.7 and 1.0