Merged
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.
[v2.1.6]
Added
integrator has only been added to the rust backend at this point, until more
testing can be done and it be made available on the frontend.
SimultaneousStatesto parquet files can now optionally include a columncontaining the TDB JD of when the state information was last updated. This allows
users to selectively update state vectors only when necessary.
kete_statsas a new rust crate, moving some of the fitting and statisticstools that have been in kete into their own crate. This is in support for some
upcoming changes, and is being used as a test case for breaking up kete into smaller
crates for easier consumption in the rust ecosystem.
Changed
to thermal and optical models.
Timeis being enforced as inputs for functions insteadof accepting
f64in a large number of places.Fixed
value for converting from diameter to beta values was missing a 1e-3. This only
impacted when dust models were constructed using the diameter input.