You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A lot of features in the core_paper branch (which is the version used in the paper) have to be incrementally integrated in the main branch. This issue keeps track of that.
making a CI pipeline producing an artifact to monitor the numerical precision of the main implementation (and speed)
using the multi-precision $A_1$ matrix in starry light curve
using the symmetry of the solution vector integrand for n>2 in order to speed up numerical integration (at least 30% speedup) (feat: precision helper functions #217)
Update: We are trying to merge #212 and #217 but encounter issues with tests on macOs (only). We think it's related to the use of s2fft I'm currently trying to pin down the issue.
lgrcia
changed the title
Moving core_paper features to main
Moving new release features to mainOct 8, 2024
A lot of features in the
core_paper
branch (which is the version used in the paper) have to be incrementally integrated in themain
branch. This issue keeps track of that.mpmath
(feat: add a multi-precision module for testing #210)making a CI pipeline producing an artifact to monitor the numerical precision of themain
implementation (and speed)using the multi-precision$A_1$ matrix in starry light curven>2
in order to speed up numerical integration (at least 30% speedup) (feat: precision helper functions #217)s2fft
(for now only a single edge-case grad test remains to be solved) (feat: rotation matrices using s2fft #212)The text was updated successfully, but these errors were encountered: