File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1717 id-token : write
1818 steps :
1919 # yamllint disable-line rule:line-length
20- - uses : paddyroddy/.github/actions/python/deployment@3135c318562994eafc62974821c6f80aa64b35da # v0
20+ - uses : paddyroddy/.github/actions/python/deployment@18d8678a5aea33da18556ae7823433325631dadd # v0
2121 with :
2222 pyproject-toml : ./pyproject.toml
2323 python-version : " 3.12"
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 # yamllint disable-line rule:line-length
16- - uses : paddyroddy/.github/actions/python/pdoc@04bb8bb45214731576194b75005b94911a7116be # v0
16+ - uses : paddyroddy/.github/actions/python/pdoc@18d8678a5aea33da18556ae7823433325631dadd # v0
1717 with :
1818 docs-dependency-section : .[docs]
1919 gh-pages-publish-directory : ./html/sleplet
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 # yamllint disable-line rule:line-length
13- - uses : paddyroddy/.github/actions/licence@e59369bbd745ef1eae9b8327fba32a4f87ff13ca # v0
13+ - uses : paddyroddy/.github/actions/licence@18d8678a5aea33da18556ae7823433325631dadd # v0
1414 with :
1515 github-token : ${{ secrets.GITHUB_TOKEN }}
1616 licence-file : ./LICENCE.txt
Original file line number Diff line number Diff line change 1414 timeout-minutes : 2
1515 steps :
1616 # yamllint disable-line rule:line-length
17- - uses : paddyroddy/.github/actions/links@e59369bbd745ef1eae9b8327fba32a4f87ff13ca # v0
17+ - uses : paddyroddy/.github/actions/links@18d8678a5aea33da18556ae7823433325631dadd # v0
1818 with :
1919 github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 # yamllint disable-line rule:line-length
16- - uses : paddyroddy/.github/actions/linting@e59369bbd745ef1eae9b8327fba32a4f87ff13ca # v0
16+ - uses : paddyroddy/.github/actions/linting@18d8678a5aea33da18556ae7823433325631dadd # v0
1717 with :
1818 pre-commit-config : ./.pre-commit-config.yaml
Original file line number Diff line number Diff line change 2424 - " 3.12"
2525 steps :
2626 # yamllint disable-line rule:line-length
27- - uses : paddyroddy/.github/actions/python/tox@e59369bbd745ef1eae9b8327fba32a4f87ff13ca # v0
27+ - uses : paddyroddy/.github/actions/python/tox@18d8678a5aea33da18556ae7823433325631dadd # v0
2828 with :
2929 cache-path : |-
3030 .tox
Original file line number Diff line number Diff line change 11---
22repos :
33 - repo : https://github.com/paddyroddy/.github
4- rev : v0.179 .0
4+ rev : v0.195 .0
55 hooks :
66 - id : general-hooks
77 - id : python-hooks
Original file line number Diff line number Diff line change @@ -48,9 +48,9 @@ wavelets are built upon the eigenfunctions of the Slepian concentration problem
4848of the manifold [ @Slepian1961 ; @Landau1961 ; @Landau1962 ] : a set of bandlimited
4949functions that are maximally concentrated within a given region. Wavelets are
5050constructed through a tiling of the Slepian harmonic line by leveraging the
51- existing scale-discretised framework [ @Wiaux2008 ; @Leistedt2013 ] . Whilst these
52- wavelets were inspired by spherical datasets, like in cosmology, the wavelet
53- construction may be utilised for manifold or graph data.
51+ existing scale-discretised framework [ @Wiaux2008 ; @Leistedt2013 ] . Whilst these wavelets
52+ were inspired by spherical datasets, like in cosmology, the wavelet construction
53+ may be utilised for manifold or graph data.
5454
5555To the author's knowledge, there is no public software that allows one to
5656compute Slepian wavelets (or a similar approach) on the sphere or general
You can’t perform that action at this time.
0 commit comments