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

sort by:
Revision Author Date Message Commit Date
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
8428fda CompatHelper: bump compat for "LazyArrays" to "0.18" (#34) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 07 September 2020, 19:42:32 UTC
801a2b0 CompatHelper: bump compat for "ApproxFun" to "0.12" (#33) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 21 August 2020, 09:01:30 UTC
1f1ee76 CompatHelper: bump compat for "ArrayLayouts" to "0.4" (#28) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 10 August 2020, 20:31:59 UTC
2bccbfb CompatHelper: bump compat for "FillArrays" to "0.9" (#27) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 07 August 2020, 14:57:45 UTC
5836d4a CompatHelper: bump compat for "Makie" to "0.11" (#26) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 31 May 2020, 18:15:53 UTC
664f9b8 Merge branch 'master' of https://github.com/JuliaApproximation/MultivariateOrthogonalPolynomials.jl 07 May 2020, 09:16:48 UTC
89574a5 Update Project.toml 07 May 2020, 09:16:12 UTC
ed405a7 CompatHelper: bump compat for "BlockArrays" to "0.12" (#13) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sheehan Olver <solver@mac.com> 07 May 2020, 09:13:29 UTC
7fcd988 CompatHelper: bump compat for "BlockBandedMatrices" to "0.8" (#12) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 07 May 2020, 09:12:40 UTC
2f82172 CompatHelper: bump compat for "BandedMatrices" to "0.15" (#11) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 07 May 2020, 09:12:25 UTC
825f57f Create .travis.yml 07 May 2020, 09:10:07 UTC
f79fd2f Create CompatHelper.yml 07 May 2020, 08:46:17 UTC
476e68c update for new BlockArrays (#9) * updates * updates for ApproxFunBase v0.3 * Update Project.toml 07 May 2020, 08:03:22 UTC
96b08b5 Install TagBot as a GitHub Action (#10) 08 February 2020, 21:36:49 UTC
7c3d32d merge 13 January 2020, 14:26:20 UTC
83e54da add makie plot 13 January 2020, 14:25:28 UTC
2b4244f Dl/newfasttransforms (#8) * Fixes for new FastTransforms * Update test_dirichlettriangle.jl 02 December 2019, 23:24:16 UTC
ea84cf3 v0.0.1 20 August 2019, 15:51:26 UTC
6c6ffd3 LazyArrays v0.10 support 19 August 2019, 12:39:23 UTC
d61c6ca Update Project.toml 27 July 2019, 08:21:54 UTC
8c98abd fix cone transform 15 July 2019, 15:48:27 UTC
57624fc Use matrix of points for Disk 24 June 2019, 10:11:29 UTC
01473be Update Cone.jl 18 June 2019, 06:01:34 UTC
430ed4d cleanup disk/cone 17 June 2019, 13:33:31 UTC
7da2cc0 Create helmholtz.jl 07 June 2019, 07:57:44 UTC
016f4ef Update Cone.jl 06 June 2019, 15:39:32 UTC
22d2395 Cleanup disk and cone 05 June 2019, 05:27:42 UTC
f12f4b1 bounds 03 June 2019, 07:23:51 UTC
0884eb0 Cone transform works 06 May 2019, 21:04:54 UTC
ee3b13c DuffyCone works 01 May 2019, 21:13:59 UTC
1f4d91c points and transform for DuffyCone 01 May 2019, 08:25:04 UTC
e81ad6c work on cone 30 April 2019, 21:21:29 UTC
36eb1f8 Work on Cone transform 30 April 2019, 06:11:42 UTC
9750e75 Work on 3DCone 29 April 2019, 07:43:54 UTC
c9882d0 Merge branch 'master' of https://github.com/JuliaApproximation/MultivariateOrthogonalPolynomials.jl 28 April 2019, 08:06:16 UTC
09d78a1 Cone -> Conic 28 April 2019, 08:04:43 UTC
491e4a4 work on cone 25 April 2019, 12:42:04 UTC
aee1d90 Update test_cone.jl 24 April 2019, 07:06:25 UTC
e82cb05 Merge pull request #5 from JuliaApproximation/dl/approxfunbase WIP Disk Transform / ApproxFunBase support 23 April 2019, 20:24:11 UTC
35b773b Project.toml 23 April 2019, 20:23:38 UTC
53107c7 Add Cone 19 April 2019, 20:40:00 UTC
back to top