Skip to content

Tags: SciML/PolyChaos.jl

Tags

v0.2.11

Toggle v0.2.11's commit message
## PolyChaos v0.2.11

[Diff since v0.2.10](v0.2.10...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

Toggle v0.2.10's commit message
## PolyChaos v0.2.10

[Diff since v0.2.9](v0.2.9...v0.2.10)


**Closed issues:**
- Register (#101)

**Merged pull requests:**
- doc compat (#96) (@ArnoStrouwen)
- Construct OrthoPoly from corresponding measure (#100) (@FHoltorf)

v0.2.9

Toggle v0.2.9's commit message
## PolyChaos v0.2.9

[Diff since v0.2.8](v0.2.8...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

Toggle v0.2.8's commit message
## PolyChaos v0.2.8

[Diff since v0.2.7](v0.2.7...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

Toggle v0.2.7's commit message
## PolyChaos v0.2.7

[Diff since v0.2.6](v0.2.6...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

Toggle v0.2.6's commit message
## PolyChaos v0.2.6

[Diff since v0.2.5](v0.2.5...v0.2.6)


**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

Toggle v0.2.5's commit message
## PolyChaos v0.2.5

[Diff since v0.2.4](v0.2.4...v0.2.5)


**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

Toggle v0.2.4's commit message
## PolyChaos v0.2.4

[Diff since v0.2.3](v0.2.3...v0.2.4)


**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

Toggle v0.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

Toggle v0.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Moved Manifest.toml to gitignore (#29)

Since Pkg.jl is able to create Manifest.toml files automatically, CI runs a lot smoother when moving the Manifest.toml to the .gitignore.