Releases: SciML/PolyChaos.jl
Releases · SciML/PolyChaos.jl
v0.2.11
PolyChaos v0.2.11
Merged pull requests:
- [skip ci] add favicon (#102) (@ArnoStrouwen)
- format markdown (#103) (@ArnoStrouwen)
- various doc and style improvements (#104) (@ArnoStrouwen)
v0.2.10
PolyChaos v0.2.10
Closed issues:
- Register (#101)
Merged pull requests:
- doc compat (#96) (@ArnoStrouwen)
- Construct OrthoPoly from corresponding measure (#100) (@FHoltorf)
v0.2.9
PolyChaos v0.2.9
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
PolyChaos v0.2.8
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
PolyChaos v0.2.7
Merged pull requests:
- Fixing the second link to the documentation. (#77) (@mipals)
- Integrate into the SciMLDocs system (#78) (@ChrisRackauckas)
v0.2.6
v0.2.5
PolyChaos v0.2.5
Closed issues:
Merged pull requests:
v0.2.4
PolyChaos v0.2.4
Closed issues:
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
Fix Julia versions and dependencies (#41) * Corrected PCEtutorial notebook * Markdown version of corrected example pce_tutorial. * Pasted new pce_tutorials.md file in docs/src folder. * switched to Julia >= 1.3 #39 * thinned out Project.toml #39 * fixed docs #39 * added NEWS, and version number 0.2.3 * bump to Distributions 0.23 #34 Co-authored-by: frederik.zahn <[email protected]> * closes #39
v0.2.2
PolyChaos v0.2.2
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)