Skip to content

v3.6.4

Choose a tag to compare

@dsavransky dsavransky released this 25 Jun 16:36
· 203 commits to master since this release
87436d7

v3.6.4

Bugfix rollup. This release includes:

  • Caching updates:
    • cache_dir will now always include a subdirectory labeled with current EXOSIMS version. No script updates are needed - the version string will automatically be appended to any user-set cache path and the subdirectory will be created as needed
    • Updates to all cache filenames in TargetList - everything based on StarCatalog will now include a hash of the full original catalog contents (stored in new TargetList attribute StarCatalogHex)
    • intCutoff and sat value filenames will now be based on all of ppFact, ppFact_char and stabilityFact.
  • Deprecating keepStarCatalog keyword - the StarCatalog object will always be retained as an attribute of TargetList
  • Fixing deprecated import in IPClusterEnsemble for Python 3.12+ compatibility

What's Changed

Full Changelog: v3.6.3...v3.6.4