Releases: SciML/PolyChaos.jl
Releases · SciML/PolyChaos.jl
v1.0.0
PolyChaos v1.0.0
Breaking changes
- Massive changes for version compatibility
Merged pull requests:
- CompatHelper: bump compat for AbstractTrees to 0.4 for package docs, (keep existing compat) (#99) (@github-actions[bot])
- enable dependabot for GitHub actions (#105) (@ranocha)
- Bump actions/checkout from 1 to 3 (#106) (@dependabot[bot])
- Bump codecov/codecov-action from 1 to 3 (#107) (@dependabot[bot])
- Bump actions/cache from 1 to 3 (#108) (@dependabot[bot])
- CompatHelper: bump compat for GR to 0.72 for package docs, (keep existing compat) (#109) (@github-actions[bot])
- CompatHelper: bump compat for MosekTools to 0.14 for package docs, (keep existing compat) (#110) (@github-actions[bot])
- Bump actions/checkout from 3 to 4 (#115) (@dependabot[bot])
- CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) (#118) (@github-actions[bot])
- Aqua + typos CI (#119) (@ArnoStrouwen)
- Bump actions/checkout from 3 to 4 (#120) (@dependabot[bot])
- Bump crate-ci/typos from 1.16.23 to 1.16.24 (#121) (@dependabot[bot])
- Bump crate-ci/typos from 1.16.24 to 1.16.25 (#123) (@dependabot[bot])
- [skip ci] dependabot ignore typos patches (#124) (@ArnoStrouwen)
- Bump crate-ci/typos from 1.16.25 to 1.17.0 (#125) (@dependabot[bot])
- Bump actions/cache from 3 to 4 (#126) (@dependabot[bot])
- Bump crate-ci/typos from 1.17.0 to 1.18.0 (#127) (@dependabot[bot])
- Bump codecov/codecov-action from 3 to 4 (#128) (@dependabot[bot])
- [skip ci] Update dependabot.yml (#129) (@ArnoStrouwen)
- ci: explicitly specify token for codecov (#130) (@thazhemadam)
- reapply formatter (#131) (@ArnoStrouwen)
- Bump julia-actions/setup-julia from 1 to 2 (#132) (@dependabot[bot])
- ci: standardise workflows using SciML's reusable workflows (#133) (@thazhemadam)
- ci: test with
1,ltsandpreversions of julia (#134) (@thazhemadam) - Remove outdated Julia version checks (#135) (@ChrisRackauckas)
- Add spell checking configuration (#136) (@ChrisRackauckas)
- Add downgrade CI workflow (#137) (@ChrisRackauckas)
- Apply JuliaFormatter to fix code formatting (#138) (@ChrisRackauckas)
- Bump actions/checkout from 4 to 6 (#140) (@dependabot[bot])
- Add inverse transform sampling using Chebyshev technology (#141) (@ChrisRackauckas-Claude)
- Bump version to 0.3.0 (#142) (@ChrisRackauckas-Claude)
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