TaylorSeries.jl

Taylor polynomial expansions in one and several independent variables.

OTHER License

Stars
351
Committers
22

Bot releases are visible (Hide)

TaylorSeries.jl - v0.13.0

Published by github-actions[bot] over 1 year ago

TaylorSeries v0.13.0

Diff since v0.12.2

Closed issues:

  • Support rational-coefficient series for square root? (#263)
  • Stange behaviour when Taylor1 pass to Taylor1 constructor. (#300)
  • sqrt at zero (#302)
  • Taylor1 with empty vector (#305)
  • order of the remainder (#306)

Merged pull requests:

  • Solve most issues detected by Aqua.jl (#299) (@lbenet)
  • Test using Julia 1 (LTS), 1.8 and nightly (#307) (@lbenet)
  • Fix equation rendering in docstrings (#309) (@navidcy)
  • Restrict domain consistently for some functions of Taylor series with interval coeffs (#312) (@lbenet)
TaylorSeries.jl - v0.12.2

Published by github-actions[bot] about 2 years ago

TaylorSeries v0.12.2

Diff since v0.12.1

Closed issues:

  • !(iszero(constant_term(b))) (#290)
  • Matrix element type for A*A' (#303)

Merged pull requests:

  • Improve type inference in simple functions (#304) (@dkarrasch)
TaylorSeries.jl - v0.12.1

Published by github-actions[bot] over 2 years ago

TaylorSeries v0.12.1

Diff since v0.12.0

Merged pull requests:

  • Fix ambiguity for promote_rule (#298) (@dkarrasch)
TaylorSeries.jl - v0.12.0

Published by github-actions[bot] over 2 years ago

TaylorSeries v0.12.0

Diff since v0.11.5

Merged pull requests:

  • Fix implementation of tan (#297) (@lbenet)
TaylorSeries.jl - v0.11.5

Published by github-actions[bot] almost 3 years ago

TaylorSeries v0.11.5

Diff since v0.11.4

Closed issues:

  • lu(A::AbstractMatrix{Taylor1{T}}) method not properly inferred in Julia v1.8 (#295)

Merged pull requests:

  • Add tests for inv of Symmetric(Taylor1} matrices (#296) (@lbenet)
TaylorSeries.jl - v0.11.4

Published by github-actions[bot] almost 3 years ago

TaylorSeries v0.11.4

Diff since v0.11.3

Merged pull requests:

  • Fix exporting normalize_taylor (#294) (@lbenet)
TaylorSeries.jl - v0.11.3

Published by github-actions[bot] almost 3 years ago

TaylorSeries v0.11.3

Diff since v0.11.2

Closed issues:

  • Taylor1 should act like a scalar (#224)
  • Upcoming lu issue on nightly (#281)
  • Should AbstractSeries be <:Real instead of <:Number? (#288)
  • abs2 incorrectly defined for Taylor{Complex{T}} (#291)

Merged pull requests:

  • Add CITATION.cff (#286) (@lbenet)
  • Remove comment (#287) (@KronosTheLate)
  • Add numtype to replace eltype (#289) (@lbenet)
  • Fix abs2 and abs function for Taylor{Complex{T}} (#292) (@patkwee)
  • Update CI (#293) (@lbenet)
TaylorSeries.jl - v0.11.2

Published by github-actions[bot] over 3 years ago

TaylorSeries v0.11.2

Diff since v0.11.1

Closed issues:

  • Missing division method HomogeneousPolynomial (#282)

Merged pull requests:

  • Add more concrete method for / (#283) (@lbenet)
TaylorSeries.jl - v0.11.1

Published by github-actions[bot] over 3 years ago

TaylorSeries v0.11.1

Diff since v0.11.0

Closed issues:

  • More clear documentation for basic users (#276)

Merged pull requests:

  • Added two basic examples (#277) (@KronosTheLate)
  • Fix docs (#278) (@lbenet)
  • Remove printing of BigO (#279) (@KronosTheLate)
  • Smaller fixes (#280) (@KronosTheLate)
  • Fix lu deprecation warning on julia v1.7+ (#284) (@dkarrasch)
TaylorSeries.jl - v0.11.0

Published by github-actions[bot] over 3 years ago

TaylorSeries v0.11.0

Diff since v0.10.13

Closed issues:

  • Order behavior of integrate and derivative for univariate Taylor series (#230)
  • Multiple issues when integrating with SymPy (#258)

Merged pull requests:

  • Further mathematical consistency with the big O notation (#248) (@lbenet)
  • Improve specialization and other small fixes (#272) (@lbenet)
TaylorSeries.jl - v0.10.13

Published by github-actions[bot] over 3 years ago

TaylorSeries v0.10.13

Diff since v0.10.12

Closed issues:

  • Order of returned polynomial for linear_polynomial() (#273)

Merged pull requests:

  • Fix zero for TaylorN{Taylor1} (#253) (@PerezHz)
  • Replace a == zero(a) with iszero(a) in pretty printing (#271) (@matthieubulte)
  • Fix order of linear_polynomial and add nonlinear_polynomial (#274) (@lbenet)
TaylorSeries.jl - v0.10.12

Published by github-actions[bot] over 3 years ago

TaylorSeries v0.10.12

Diff since v0.10.11

Closed issues:

  • Taylor1 all zero for function that includes negative integer powers (#269)

Merged pull requests:

  • Fix bug in pow! with test (#270) (@lbenet)
TaylorSeries.jl - v0.10.11

Published by github-actions[bot] over 3 years ago

TaylorSeries v0.10.11

Diff since v0.10.10

Closed issues:

  • Broken tests in Julia 1.6.0-beta1 (#259)
  • Support asinh, acosh, atanh. (#261)
  • Build error on v1.2 (#265)

Merged pull requests:

  • Fix broken test in Julia v1.6.0 and nightly (#260) (@lbenet)
  • Added inverse hyperbolic functions (#261) (#262) (@Jollywatt)
  • Update README.md (#264) (@ViralBShah)
  • Raise VERSION requirement for function def on abstract type (#266) (@schillic)
  • Use DomainError instead of ArgumentError with several functions (#267) (@lbenet)
TaylorSeries.jl - v0.10.10

Published by github-actions[bot] almost 4 years ago

TaylorSeries v0.10.10

Diff since v0.10.9

Closed issues:

  • Evaluate for TaylorN fails with ModelingToolkit (#242)
  • Move to ci github actions (#255)

Merged pull requests:

  • Modify signature of evaluate for TaylorN's (#247) (@lbenet)
  • Update TagBot.yml (#256) (@lbenet)
  • CI and documentation using GitHub actions (#257) (@lbenet)
TaylorSeries.jl - v0.10.9

Published by github-actions[bot] almost 4 years ago

TaylorSeries v0.10.9

Diff since v0.10.8

Merged pull requests:

  • Add sincos to Base imports (#251) (@PerezHz)
  • Add evaluate! method for higher-dim AbstractArray (#252) (@PerezHz)
TaylorSeries.jl - v0.10.8

Published by github-actions[bot] about 4 years ago

TaylorSeries v0.10.8

Diff since v0.10.7

Merged pull requests:

  • For ^(a::Taylor1, n::Integer) fall back to a^float(n) (#250) (@lbenet)
TaylorSeries.jl - v0.10.7

Published by github-actions[bot] about 4 years ago

TaylorSeries v0.10.7

Diff since v0.10.6

Merged pull requests:

  • Improve evaluation (Horner methods) of Taylor1s with intervals (#249) (@lbenet)
TaylorSeries.jl - v0.10.6

Published by github-actions[bot] over 4 years ago

TaylorSeries v0.10.6

Diff since v0.10.5

Merged pull requests:

  • Add two-arg atan method and corresponding tests (#245) (@PerezHz)
TaylorSeries.jl - v0.10.5

Published by github-actions[bot] over 4 years ago

TaylorSeries v0.10.5

Diff since v0.10.4

Closed issues:

  • Printing issue with ModelingToolkit (#233)

Merged pull requests:

  • Add fallback for pretty_print (#244) (@lbenet)
TaylorSeries.jl - v0.10.4

Published by github-actions[bot] over 4 years ago

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)
Package Rankings
Top 4.82% on Juliahub.com
Badges
Extracted from project README
CI Coverage Status DOI DOI
Related Projects