Bump version / release notes#415
Open
chrisbrahms wants to merge 4 commits into
Open
Conversation
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.Other changes