feat: added inverse distance weighting (IDW) extrapolation (#577)
refactor: move ellipsoid and love number parameters to earth module (#577)
refactor: use scipy.spatial.KDTree as cKDTree is now an alias (#577)
feat: add exists to URL class (#577)
refactor: improve body_tide computational times (#578)
test: add unit tests for body tides using HW1995 and W1990 (#578)
test: update random integers for new numpy syntax (#578)
fix: aberration in solar longitude had radians conversion twice (#578)
fix: solar_distance needed ephemerides keyword argument (#578)
docs: update references to IERS chapter 5 tables (#578)
chore: update pixi.lock to version 7 (#578)
docs: add more information to getting started section (#579)
feat: updated constituent parameters function to use dictionaries (#580)
feat: add Kronecker delta function (#580)
docs: add zenith angle function and term to glossary (#580)
docs: use lower case terms where applicable (#580)
docs: expand spherical harmonics page (#580)
docs: use LaTeX math in docstrings (#580)
test: update constituent and math tests (#580)
chore: bump pixi ci versions (#580)
ci: add sphinx build check (#580)
test: add ValueError to NOAA tests (#580)
docs: add to Astronomy (#581)
docs: define n in the legendre polynomial calculation (#581)
docs: bold font in some lists (#581)
ci: archive sphinx warnings to artifact (#582)
docs: add numfig_format filter (#583)
ci: add --fail-on-warning and --keep-going to SPHINXOPTS (#583)
docs: expand ephemerides section (#584)
docs: eq-eq had duplicate info from sidereal time (#584)
docs: add approximate method table (#584)
docs: add tide correction table (#584)
docs: add to glossary (#585)
docs: add extrapolation notebook (#585)
feat: add is_geographic to inpaint (#585)
refactor: use _build_tree in inpaint (#585)
fix: lint issues by breaking up imports (#586)
fix: lint apply E401 fixes (break up imports) (#586)
fix: ruff check --select SIM118,UP034,F541,UP004 --fix . (#586)
docs: add steps for calculating solid earth tides (#587)
docs: add initial gravity tide section (#587)
docs: renumber all equations after gravity tides addition (#587)
docs: convert Install page to myst-nb (#588)
feat: allow for encrypted ftp connections (#589)
feat: can get github url of an item in the project repo (#589)
docs: update resources list (#589)
docs: add some notes to background (#589)
docs: add Lambeck (1980) to citations (#589)