https://github.com/JuliaApproximation/MultivariateOrthogonalPolynomials.jl

sort by:
Revision Author Date Message Commit Date
81008b0 ContinuumArrays v0.16 (#164) * ContinuumArrays v0.16 * add tests 10 September 2023, 19:28:23 UTC
fb2482b Grammatrix fore Triangles, Makie experiments (#160) * Update Makie code * Update MultivariateOrthogonalPolynomialsMakieExt.jl * tricontourf * Add Triangle * plotvalues no grid * Update Project.toml * Add grammatrix and Conjugate matrix * Update Project.toml * Update Project.toml * B -> Q in Conjugate * Update test_triangle.jl * Update Project.toml * Update Project.toml * Increase coverage * increase coverage * Update test_triangle.jl 23 August 2023, 19:08:40 UTC
260b154 DiagTrav coefficients should be treated as an ExpansionLayout (#158) 02 August 2023, 13:37:24 UTC
1ebc7f1 CompatHelper: bump compat for InfiniteArrays to 0.13, (keep existing compat) (#157) Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> 30 July 2023, 07:24:59 UTC
006aa88 QuasiArrays v0.11 (#156) 14 July 2023, 08:51:23 UTC
db0d21b CompatHelper: bump compat for QuasiArrays to 0.10, (keep existing compat) (#152) * CompatHelper: bump compat for QuasiArrays to 0.10, (keep existing compat) * Update Project.toml * Update ci.yml * Update Project.toml * Require ArrayLayout v1.0.9 so multiplication doesn't take forever * Drop old Julia versoins * Update Project.toml * add coverage * Update test_rect.jl * Update Project.toml * Update Project.toml --------- Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> Co-authored-by: Sheehan Olver <solver@mac.com> 08 July 2023, 07:47:04 UTC
02b1216 CompatHelper: bump compat for ClassicalOrthogonalPolynomials to 0.8, (keep existing compat) (#148) * CompatHelper: bump compat for ClassicalOrthogonalPolynomials to 0.8, (keep existing compat) * v0.4.3 * Update rect.jl --------- Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> Co-authored-by: Sheehan Olver <solver@mac.com> 27 April 2023, 13:14:16 UTC
91f1352 CompatHelper: bump compat for FillArrays to 1, (keep existing compat) (#144) Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> 04 April 2023, 21:43:02 UTC
4c17108 CompatHelper: bump compat for BlockBandedMatrices to 0.12, (keep existing compat) (#147) Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> 04 April 2023, 21:42:43 UTC
739440c CompatHelper: bump compat for LazyArrays to 1, (keep existing compat) (#146) Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> 01 April 2023, 07:54:03 UTC
ad1a8b6 CompatHelper: bump compat for ArrayLayouts to 1, (keep existing compat) (#145) Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> 01 April 2023, 07:49:59 UTC
c6efa38 v0.4.2 25 March 2023, 18:11:51 UTC
12907c9 2D Legendre transform (#143) 25 March 2023, 18:10:40 UTC
4593054 Julia v1.9 (#142) 18 March 2023, 20:26:09 UTC
cb0fb24 work on grid for Zernike (#135) * work on grid for Zernike * tests pass 13 December 2022, 09:56:15 UTC
308f7dd CompatHelper: bump compat for DomainSets to 0.6, (keep existing compat) (#134) Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> 10 December 2022, 22:00:19 UTC
480376f Update CompatHelper.yml 09 December 2022, 10:34:03 UTC
a0c71e1 work on Rect transform (#133) * work on Rect transform * DiagTrav pad * Make transform and evaluate Fast * add disk sum * Update Project.toml * tests pass * v0.4 21 November 2022, 21:57:25 UTC
f3abe8d v0.3 15 October 2022, 07:34:26 UTC
0ba4295 ContinuumArrays v0.11 (#132) 14 October 2022, 20:29:10 UTC
70c54d0 Start Kronecker product of OPs (#130) * Start Kronecker product of OPs * Basic tests * Rectangle PDE solve * Update rect.jl * add recttests * Update test_rect.jl 15 July 2022, 12:56:26 UTC
5b55d9d Make * and \ fast for ModalInterlace (#128) * Make * and \ fast for ModalInterlace, DiskTrav -> ModalTrav * Update ModalInterlace.jl * modaltrav broadcasting * tests pass * Add setindex! * ModalInterlace * and \ tests * increase cov * v0.3 23 May 2022, 20:08:49 UTC
7488bdb Merge pull request #129 from JuliaApproximation/compathelper/new_version/2022-05-11-02-02-19-592-2207136281 CompatHelper: bump compat for "FastTransforms" to "0.14" 12 May 2022, 21:30:36 UTC
a838bd3 Update Project.toml 12 May 2022, 09:57:16 UTC
3fa63f4 Update Project.toml 11 May 2022, 15:43:03 UTC
25841ca CompatHelper: bump compat for "FastTransforms" to "0.14" 11 May 2022, 02:02:20 UTC
63dc386 Use transform for plotting (#127) * Use transform for plotting * Separate weighted and regular Zernike plot * Update test_disk.jl * test weighted zernike plot 08 May 2022, 17:51:57 UTC
cf0d0ba Clean up disk hemholtz 04 May 2022, 19:53:30 UTC
d36576f Simplify Zernike Jacobi matrices + bugfixes (#123) * Add tests for addition and multiplication * Update disk.jl * Update Project.toml * Update test_disk.jl * Update test_disk.jl * add tests for copy * Overload copy() so that Z \ (x .* Z) works * fix minor inconsistency * fix typo * remove custom type for Zernike bands * adjust tests * up LazyBandedMatrices 04 May 2022, 09:48:38 UTC
df72310 each citation deserves its own line (#124) 03 May 2022, 13:18:33 UTC
83421e6 Minor memory optimization for Zernike jacobi matrices (#122) * Remove unnecessary stored 0s due to symmetry * adapt size test for smaller data * increase coverage 26 April 2022, 19:06:20 UTC
e065da9 Add Zernike(0,a) Jacobi matrices (#120) * Add Jacobi matrices * Tests for Zernike jacobi matrices * export jacobimatrix * need up to date packages for symmetric matrices * increase coverage * fix broken test * using InfiniteArrays.jl in tests 25 April 2022, 19:48:31 UTC
4810e9c Update Project.toml 03 April 2022, 08:10:09 UTC
0bf83e5 v0.2.5 01 April 2022, 10:27:04 UTC
7a0e85b Merge branch 'master' of https://github.com/JuliaApproximation/MultivariateOrthogonalPolynomials.jl 31 March 2022, 09:34:29 UTC
01968aa Update diskhelmholtz.jl 31 March 2022, 09:34:27 UTC
833e558 CompatHelper: bump compat for "BandedMatrices" to "0.17" (#116) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sheehan Olver <solver@mac.com> 30 March 2022, 09:05:00 UTC
78d24bb CompatHelper: bump compat for "ClassicalOrthogonalPolynomials" to "0.6" (#119) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 30 March 2022, 07:07:52 UTC
618fe96 CompatHelper: bump compat for "FillArrays" to "0.13" (#118) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 30 March 2022, 07:07:35 UTC
b190059 CompatHelper: bump compat for "ArrayLayouts" to "0.8" (#117) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 30 March 2022, 07:07:17 UTC
dbbfa48 CompatHelper: bump compat for "SpecialFunctions" to "2" (#114) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 04 January 2022, 10:55:23 UTC
7c5a10a CompatHelper: bump compat for "QuasiArrays" to "0.9" (#109) * CompatHelper: bump compat for "QuasiArrays" to "0.9" * Tests pass * Update Project.toml * Update Project.toml * Update Project.toml * fix evaluartion Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sheehan Olver <solver@mac.com> 13 October 2021, 12:33:46 UTC
cd30d2c LazyArrays v0.22 (#108) 27 September 2021, 21:27:48 UTC
f157502 update broken ops (#106) * update broken ops * Update Project.toml 22 September 2021, 09:25:31 UTC
cc448aa v0.2.2 21 September 2021, 15:31:50 UTC
5e8437f CompatHelper: bump compat for "QuasiArrays" to "0.8" (#105) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 19 September 2021, 14:57:02 UTC
b9ce9ce CompatHelper: bump compat for "InfiniteLinearAlgebra" to "0.6" (#104) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 17 September 2021, 09:00:55 UTC
e437ae9 CompatHelper: bump compat for "LazyBandedMatrices" to "0.7" (#103) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 17 September 2021, 09:00:43 UTC
3f2ab70 CompatHelper: bump compat for "BlockBandedMatrices" to "0.11" (#102) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 14 September 2021, 15:58:47 UTC
594babc CompatHelper: bump compat for "InfiniteArrays" to "0.12" (#101) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 03 September 2021, 08:29:18 UTC
78ebc1d v0.2.1 03 August 2021, 09:22:43 UTC
baf1cb4 CompatHelper: bump compat for "ContinuumArrays" to "0.9" (#100) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 02 August 2021, 06:04:31 UTC
93f8400 Unweighted Laplacian (#99) * Update test_disk.jl * Fix JacobiTriangle evaluation * Add Rz * Update test_triangle.jl * redefine WeightedTriangle * Update triangle.jl * some support for general Weighted * add ==, etc., higher order L * increase coverage * fix tests * Update test_triangle.jl * add unweighted Laplacian * v0.2 * More Zernike conversions 14 July 2021, 12:54:20 UTC
3721d04 Support DomainSets v0.5 (#97) 06 July 2021, 12:04:38 UTC
c612297 tests pass again 28 June 2021, 21:16:12 UTC
2fac734 Update Project.toml 28 June 2021, 19:10:05 UTC
eb6e333 Update Project.toml 25 June 2021, 13:38:25 UTC
d8176fe v0.1.3 25 June 2021, 13:30:24 UTC
8c7a5aa CompatHelper: bump compat for "InfiniteArrays" to "0.11" (#94) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 22 June 2021, 10:21:54 UTC
83edbde CompatHelper: bump compat for "LazyBandedMatrices" to "0.6" (#95) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 22 June 2021, 10:21:42 UTC
ebeee80 CompatHelper: bump compat for "BlockArrays" to "0.16" (#93) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 21 June 2021, 09:19:00 UTC
74cd7ef v0.1.2 11 June 2021, 06:39:24 UTC
acc682e Merge pull request #87 from JuliaApproximation/dunkl-xu-disk 11 June 2021, 04:05:53 UTC
6145dcb import and export AngularMomentum 10 June 2021, 18:41:04 UTC
da04724 Test Angular momentum operator (#83) * Test Angular momentum operator * Update Project.toml * Update Project.toml * Update Project.toml 10 June 2021, 08:51:17 UTC
cdca3d7 few more tests 09 June 2021, 18:35:51 UTC
a406a46 add some more tests 09 June 2021, 17:51:04 UTC
db34f05 add weighted partial derivatives actually test rectdisk import AngularMomentum 09 June 2021, 17:15:20 UTC
311cb2e add bespoke angularmomentum 04 June 2021, 16:40:03 UTC
a677010 start adding Dunkl-Xu recurrences 03 June 2021, 17:34:08 UTC
04704a8 Fractional Laplacian for generalized Zernike Disk polynomials (#73) * Start work on fractional Laplacian on generalized Zernike * standard Laplacian special case test * change convention and assert basis * prep for merging of updates * prep * update files * tests * test fix imports * update to AbsLaplacianPower * tests for fractional laplacian: constant, radial and non radial * Tests for explicit solutions of Fractional Poisson Eq. * fix misleading comments * tweak for BigFloat support 24 May 2021, 20:12:38 UTC
793dd20 CompatHelper: bump compat for "DomainSets" to "0.5" (#76) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 20 May 2021, 19:05:58 UTC
c790df0 Improvements to ModalInterlace (#77) * Improvements to ModalInterlace * Update ModalInterlace.jl * fix indenting 20 May 2021, 19:05:40 UTC
097dc70 HarmonicOrthogonalPolynomials-v0.1 (#75) 11 May 2021, 22:15:00 UTC
e2f60fa Update CompatHelper.yml 11 May 2021, 22:01:55 UTC
897734c Update Project.toml 06 May 2021, 17:45:39 UTC
e8486d2 Support plotting on disks (#74) * Support plotting on disks * disk plotting works * Update Project.toml * add tests * ZernikeITransform tests 06 May 2021, 16:47:11 UTC
d1f1c63 Support finite dimensional ModalInterlace (#69) * Support finite dimensional ModalInterlace * Start itransform * Update test_disk.jl 28 April 2021, 10:59:50 UTC
9393889 CompatHelper: bump compat for "HarmonicOrthogonalPolynomials" to "0.0.5" (#72) * CompatHelper: bump compat for "HarmonicOrthogonalPolynomials" to "0.0.5" * Update Project.toml * Update disk.jl Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sheehan Olver <solver@mac.com> 25 March 2021, 20:40:10 UTC
8c22901 Lowering for Zernike polynomials (#68) * Generalize ModalInterlace * Zernike lowering * Update test_disk.jl * Update Project.toml * add tests 09 March 2021, 10:42:52 UTC
cbc1211 Update Project.toml 08 March 2021, 10:54:20 UTC
1123c96 Generalized Zernike (#65) * Start Zernike weight * fix m * test other parameters * Update disk.jl * Update disk.jl * Work on Laplacian * Start xdisk conversion * Update Project.toml * Zernike conversion works * Add Zernike \ * work on Heat equation * tests pass * increase coverage 08 March 2021, 10:13:03 UTC
efa05c9 Update Project.toml 02 March 2021, 16:46:28 UTC
be717c4 Add Zernike transform (#64) * Add Zernike transform * Update test_disk.jl 02 March 2021, 16:33:51 UTC
b963c6c Start Disk (#59) * UnitTriangle = UnitSimplex{2} * Start disk * add getindex for DISK * Update runtests.jl * Update Project.toml * add exact eval comparisons * test DiskTrav 02 March 2021, 14:03:48 UTC
94ce2a4 CompatHelper: bump compat for "LazyBandedMatrices" to "0.5" (#58) * CompatHelper: bump compat for "LazyBandedMatrices" to "0.5" * v0.0.6 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sheehan Olver <solver@mac.com> 19 February 2021, 17:04:43 UTC
07c4bae CompatHelper: bump compat for "ClassicalOrthogonalPolynomials" to "0.2" (#57) * CompatHelper: bump compat for "ClassicalOrthogonalPolynomials" to "0.2" * v0.0.0.5 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sheehan Olver <solver@mac.com> 19 February 2021, 11:14:31 UTC
8238d88 Update Project.toml 16 February 2021, 16:58:23 UTC
9ab7c3a Move out code to HarmonicOrthogonalPolynomials (#50) * Move out code to SphericalHarmonics * Update for Classical/HarmonicOrthogonalPolynomials * Update Project.toml * Tests pass * Update Project.toml * Delete old files 10 February 2021, 20:47:08 UTC
97244bd Move CI to Github Actions 09 February 2021, 15:31:04 UTC
dd5c05b Update Project.toml 19 January 2021, 17:01:07 UTC
ef98b07 Merge branch 'master' of https://github.com/JuliaApproximation/MultivariateOrthogonalPolynomials.jl 19 January 2021, 15:45:13 UTC
40d79d7 Update .gitignore 19 January 2021, 15:45:11 UTC
3166b2d Convert to ContinuumArrays (#24) * Start conversion to ContinuumArrays * Add Eye * Make PartialDerivative just first * update for OPsQuasi v0.3 * start Jacobi matrix * Implement triangle evaluation * Finite transforms * partial redesign * start generic multi-d forwardrecurrence! * recurrences * Add adjoint recurrences * Adaptive transform works! * update LazyBandedMatrices * Support InfniteArrays v0.9 * BlockH/Vcat * Update Triangle.jl * use viewblock * update * switch dimension order * Update Project.toml * Update Project.toml * Update .travis.yml * tests pass * update README 19 January 2021, 15:43:42 UTC
a4e73c0 CompatHelper: bump compat for "FastTransforms" to "0.11" (#40) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 01 December 2020, 11:50:42 UTC
8f25673 CompatHelper: bump compat for "StaticArrays" to "1.0" (#41) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 01 December 2020, 11:33:51 UTC
588bc44 CompatHelper: bump compat for "SpecialFunctions" to "1.0" (#37) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 18 November 2020, 14:02:29 UTC
14f3a4a v0.0.2 18 November 2020, 11:43:05 UTC
048d0ec CompatHelper: bump compat for "LazyArrays" to "0.19" (#36) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 25 October 2020, 21:01:39 UTC
54c8982 CompatHelper: bump compat for "FillArrays" to "0.10" (#35) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 23 October 2020, 12:14:51 UTC
back to top