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.18.1 Latest Release

Published by github-actions[bot] 3 months ago

TaylorSeries v0.18.1

Diff since v0.18.0

Merged pull requests:

  • Add inverse map implementation (#367) (@lbenet)

Closed issues:

  • Could someone explain to me what really borke from 0.17 to 0.18 ? (#366)
TaylorSeries.jl - v0.18.0

Published by github-actions[bot] 3 months ago

TaylorSeries v0.18.0

Diff since v0.17.8

Merged pull requests:

  • Further allocation reduction in power computations (#361) (@PerezHz)
  • Refactor power_by_squaring code (meant to be put into #361) (#363) (@PerezHz)
  • Add evaluation method for arrays of TaylorN (#364) (@PerezHz)
TaylorSeries.jl - v0.17.8

Published by github-actions[bot] 4 months ago

TaylorSeries v0.17.8

Diff since v0.17.7

Merged pull requests:

  • Remove two uses of fixorder in evaluate methods for recursive Taylor1 (#360) (@lbenet)

Closed issues:

  • TaylorSeries v0.17.7 breaks some tests in TaylorIntegration (#359)
TaylorSeries.jl - v0.17.7

Published by github-actions[bot] 5 months ago

TaylorSeries v0.17.7

Diff since v0.17.6

Merged pull requests:

  • Fixes and additions in evaluate, including some in-line methods (#357) (@lbenet)
TaylorSeries.jl - v0.17.6

Published by github-actions[bot] 6 months ago

TaylorSeries v0.17.6

Diff since v0.17.5

TaylorSeries.jl - v0.17.5

Published by github-actions[bot] 6 months ago

TaylorSeries v0.17.5

Diff since v0.17.4

Merged pull requests:

  • Add TaylorN constructor (#355) (@PerezHz)
TaylorSeries.jl - v0.17.4

Published by github-actions[bot] 7 months ago

TaylorSeries v0.17.4

Diff since v0.17.3

Merged pull requests:

  • Add JLD2 extension (#354) (@PerezHz)
TaylorSeries.jl - v0.17.3

Published by github-actions[bot] 7 months ago

TaylorSeries v0.17.3

Diff since v0.17.2

Merged pull requests:

  • Add StaticArrays extension (#353) (@PerezHz)
TaylorSeries.jl - v0.17.2

Published by github-actions[bot] 7 months ago

TaylorSeries v0.17.2

Diff since v0.17.1

Merged pull requests:

  • Fix evaluate for mixtures over Intervals (#352) (@lbenet)

Closed issues:

  • Wrong method of evaluate (#351)
TaylorSeries.jl - v0.17.1

Published by github-actions[bot] 7 months ago

TaylorSeries v0.17.1

Diff since v0.17.0

Merged pull requests:

  • Further reduction of allocs in mutating methods for mixtures (#349) (@PerezHz)
  • use iszero in inverse (#350) (@adamnemecek)

Closed issues:

  • What was breaking in 0.16 and 0.17 ? (#348)
TaylorSeries.jl - v0.17.0

Published by github-actions[bot] 8 months ago

TaylorSeries v0.17.0

Diff since v0.16.0

Merged pull requests:

  • Avoid some allocations in mutating methods (#347) (@PerezHz)
TaylorSeries.jl - v0.16.0

Published by github-actions[bot] 9 months ago

TaylorSeries v0.16.0

Diff since v0.15.4

Merged pull requests:

  • Improve Taylor1{TaylorN{T}} mixtures (#333) (@lbenet)
  • Small fix in Taylor1 constructor? (#346) (@PerezHz)
TaylorSeries.jl - v0.15.4

Published by github-actions[bot] 11 months ago

TaylorSeries v0.15.4

Diff since v0.15.3

Merged pull requests:

  • Solve invalidations (#344) (@lbenet)

Closed issues:

  • Invalidation (#339)
TaylorSeries.jl - v0.15.3

Published by github-actions[bot] 11 months ago

TaylorSeries v0.15.3

Diff since v0.15.2

Merged pull requests:

  • Add compat for Aqua and stdlibs (#341) (@Sbozzolo)
  • Fix bug in Taylor1 constructor for mixtures and add tests (#343) (@PerezHz)

Closed issues:

  • pFq Not compatible with TaylorSeries package (#335)
  • pfq with TaylorN (#337)
  • Bug in Taylor1 constructor for mixtures (#342)
TaylorSeries.jl - v0.15.2

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

TaylorSeries v0.15.2

Diff since v0.15.1

Merged pull requests:

  • Export norm (#332) (@lbenet)
TaylorSeries.jl - v0.15.1

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

TaylorSeries v0.15.1

Diff since v0.15.0

Closed issues:

  • Add Aqua tests (#328)

Merged pull requests:

  • Add aqua tests (#329) (@charleskawczynski)
TaylorSeries.jl - v0.15.0

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

TaylorSeries v0.15.0

Diff since v0.14.0

Merged pull requests:

  • Fix several typos (#321) (@goggle)
  • Update examples.md (#322) (@mforets)
  • Support < and > through isless (#323) (@lbenet)
  • Solve unbound_args detected by Aqua (#324) (@lbenet)
  • Have IntervalArithmetic as weakdeps (Julia v1.9) (#327) (@lbenet)
TaylorSeries.jl - v0.14.0

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

TaylorSeries v0.14.0

Diff since v0.13.2

Closed issues:

  • Implementation for log1p? (#308)
  • Implement cospi and sinpi (#310)

Merged pull requests:

  • Add methods for other functions (log1p, sinpi, cospi, exp1m) (#317) (@lbenet)
  • Make sure coeff_table is not changed by differentiate or integrate (#319) (@lbenet)
TaylorSeries.jl - v0.13.2

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

TaylorSeries v0.13.2

Diff since v0.13.1

Closed issues:

  • Cannot use more than 65 variables with TaylorN (#85)

Merged pull requests:

  • Use next-odd basis to construct hash tables (#316) (@lbenet)
TaylorSeries.jl - v0.13.1

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

TaylorSeries v0.13.1

Diff since v0.13.0

Merged pull requests:

  • Overflow error when hashtables are inconsistent (#314) (@lbenet)
Package Rankings
Top 4.82% on Juliahub.com
Badges
Extracted from project README
CI Coverage Status DOI DOI
Related Projects