Bump version / release notes - #415
Open
chrisbrahms wants to merge 4 commits into
Open
Conversation
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I'll use this PR to collect release notes for Luna v0.7. I'll wait for a few more current PRs to be merged before tagging a new release.
Release notes:
Breaking changes
Ionisationmodule has been refactored to replace closures with functors (callableStructs) (Refactor Ionisation module #410). This simplifies the interface significantly, but the names for several important functions have changed:ionrate_fun!_PPTcached,ionrate_fun!_ADK, etc. have been replaced with constructors,IonRatePPTCached,IonRateADKetc. The function signatures are unchanged, so a simple find & replace should suffice (ionrate_fun!*->IonRate*)ionrate_PPTandionrate_ADK, which calculate the ionisation rate directly, have not changed--they simply create the respectiveIonRateinstead.prop_capillaryhas changed from the "one-photon-per-mode" noise to noise only being added to the nonlinear response as per arXiv:2410.20567. Re-running previous noise-sensitive simulations with the same RNG or seed will produce different results on Luna v0.7. For more details see New noise model #414.rtol=1e-6, for the same number of steps. Note that in our testing this has little practical effect on simulations. But it is good to fix this.zgrid rather than at step endpoints, this affected essentially every saved field, while leaving the propagation itself untouched: interpolated saves are now as accurate as the stepped endpoints they sit between, and the endpoint values are bit-identical to v0.6.dopri.jl, solocextrap=true(the default, and the only setting Luna uses) propagated the embedded 4th-order solution instead of the 5th-order one. The solver is now 5th order as intended, which also makes the FSAL reuse exact. This one does change the step sequence, and hence every result.Other changes
Polarisationmodule which caused the polarisation ellipse angle calculated from a Stokes vector to always be zero (correct calculation of ellipse angle #428)SSHExec. A new keyword argumentfilescan contain a list of files to be transferred to the remote host along with the scan script (Ssh scan files #427)