Skip to content

v3.1.3

Choose a tag to compare

@dsavransky dsavransky released this 21 Apr 01:40
· 614 commits to master since this release
229d9d8

EXOSIMS v3.1.3

Bugfix rollup:

  • BrownCompleteness cache name hash previously included both cachedir and outspec in the argument string, which would cause a new cachename to be generated if using a different cache directory. These have now been removed from the hash generation, making completeness cache products more portable.
  • Updated PlanetPopulation prototype to automatically add only input arguments to the outspec. This requires all inputs from all implementations to be added as attributes. All relevant implementations have been updated accordingly.
  • SurveySimulation prototype observation_characterization had an intermittent failure mode where startTime would be beyond the end of mission, causing an indexing error in the koMap. An explicit check for out of bounds times has been added.