Skip to content

Basilisk v2.9.1

Choose a tag to compare

@schaubh schaubh released this 21 Feb 03:37
· 565 commits to develop since this release
  • Removed the default --clean flag from setup.py to allow for incremental pip wheel builds.
  • TLE parsing fixed to be robust to file ending issues between LF and CRLF.
  • Updated conanfile.py to pass compiler.cstd=gnu17 during Conan build step to avoid cspice/0067
    build failures on newer GCC 15 based Linux toolchains.
  • Local data fetches fall back to using the pooch fetch if local files are not found.
  • No longer prefetch ephemeris data kernels on initial local builds. The data fetcher will handle it.
  • Updated documentation on how to use bskExamples to download a copy of the tutorial examples
  • Added bskPrinciples-6a to explain how to import Basilisk provided data
  • Fixed range of grammatical typos in the Basilisk documentation
  • Ensure the HTML documentation figures from the example scenario look more consistent
  • Avoid a memory leak when saving off figures in the CI Unit tests to build the online documentation
  • Updated the World Magnetic Model (WMM) Coefficients file to the 2025 version.

Full Changelog: v2.9.0...v2.9.1