PolyChaos.jl Versions Save

A Julia package to construct orthogonal polynomials, their quadrature rules, and use it with polynomial chaos expansions.

v0.2.11

1 year ago

PolyChaos v0.2.11

Diff since v0.2.10

Merged pull requests:

  • [skip ci] add favicon (#102) (@ArnoStrouwen)
  • format markdown (#103) (@ArnoStrouwen)
  • various doc and style improvements (#104) (@ArnoStrouwen)

v0.2.10

1 year ago

PolyChaos v0.2.10

Diff since v0.2.9

Closed issues:

  • Register (#101)

Merged pull requests:

  • doc compat (#96) (@ArnoStrouwen)
  • Construct OrthoPoly from corresponding measure (#100) (@FHoltorf)

v0.2.9

1 year ago

PolyChaos v0.2.9

Diff since v0.2.8

Merged pull requests:

  • added reproducibility to index.md and make.jl (#93) (@00krishna)
  • Avoid construction of EmptyQuad (#94) (@bowenszhu)
  • Faster polynomial evaluation (#95) (@bowenszhu)

v0.2.8

1 year ago

PolyChaos v0.2.8

Diff since v0.2.7

Merged pull requests:

  • Format SciML Style (#80) (@ChrisRackauckas)
  • [skip ci] badges (#81) (@ArnoStrouwen)
  • doc cov (#82) (@ArnoStrouwen)
  • MassInstallAction: Install the Invalidations workflow on this repository (#83) (@devmotion)
  • updated README and make.jl as per sciml template (#85) (@00krishna)
  • canonize docs (#86) (@ArnoStrouwen)
  • Fix typo in the doc of multivariate monic orthogonal polynomials (#87) (@bowenszhu)
  • include more test files (#88) (@ArnoStrouwen)
  • update Documenter version (#89) (@ArnoStrouwen)
  • Update function type annotations (#90) (@bowenszhu)
  • Change Tensor's inner constructor methods to outer (#91) (@bowenszhu)
  • Use approximate comparison to test floating-point results (#92) (@bowenszhu)

v0.2.7

1 year ago

PolyChaos v0.2.7

Diff since v0.2.6

Merged pull requests:

  • Fixing the second link to the documentation. (#77) (@mipals)
  • Integrate into the SciMLDocs system (#78) (@ChrisRackauckas)

v0.2.6

2 years ago

PolyChaos v0.2.6

Diff since v0.2.5

Closed issues:

  • 404 on documentation link (#74)

Merged pull requests:

  • Update docs deps (#75) (@ranjanan)
  • CompatHelper: bump compat for SpecialFunctions to 2, (keep existing compat) (#76) (@github-actions[bot])

v0.2.5

2 years ago

PolyChaos v0.2.5

Diff since v0.2.4

Closed issues:

  • Tag? (#47)
  • Bump compat for Distributions to 0.25 (#71)

Merged pull requests:

  • CompatHelper: bump compat for "Distributions" to "0.25" (#67) (@github-actions[bot])
  • MultiOrthoPoly methods (#69) (@vavrines)
  • Add Distributions 0.25 to compat (#72) (@ranjanan)
  • Tag a patch (#73) (@ChrisRackauckas)

v0.2.4

3 years ago

PolyChaos v0.2.4

Diff since v0.2.3

Closed issues:

  • Example in readme latex disagrees with code (#49)
  • Error on Uniform01Measure (#50)

Merged pull requests:

  • Fix Julia versions and dependencies (#41) (@timueh)
  • CompatHelper: bump compat for "Distributions" to "0.24" (#42) (@github-actions[bot])
  • Update pce_tutorial.md (#43) (@adriangrupp)
  • CompatHelper: bump compat for "SpecialFunctions" to "1.0" (#44) (@github-actions[bot])
  • CompatHelper: bump compat for "StaticArrays" to "1.0" (#45) (@github-actions[bot])
  • Remove StaticArrays compat bound (#51) (@anandijain)
  • thinned out project.toml (#53) (@timueh)
  • Make CompatHelper run on latest version (#61) (@ChrisRackauckas)
  • Enable Github Actions CI (#62) (@ChrisRackauckas)
  • fixing Project.toml #63 (#64) (@timueh)
  • test matrix (#65) (@timueh)

v0.2.3

3 years ago

v0.2.2

4 years ago

PolyChaos v0.2.2

Diff since v0.2.1

Provides support for abstract arrays, see NEWS.MD for details.

Merged pull requests:

  • Install TagBot as a GitHub Action (#27) (@JuliaTagBot)
  • Use abstract arrays (#28) (@timueh)