Published November 5, 2023
| Version v0.2.0
Software
Open
mit-ll/spacegym-kspdg: v0.2.0
Authors/Creators
Description
From CHANGELOG.md:
Fixed
- Resolve iss7 by switching print statements to logger statements in lbg1_base.py
Changed
- Conda environment is no longer pinned to python 3.9 due to removal of poliastro dependency. This will cause the most recent python version (currently 3.12) to be used when creating the environment
evaluate.pycscript has been replaced by python-version-specific binariesevaluate.cpython-39.pyc(for python 3.9) andevaluate.cpython-312.pyc(for python 3.12). This is to avoid aRuntimeError: Bad magic number in .pyc filewhen trying to run evaluate.pyc from the wrong python version
Removed
- poliastro dependency and related functions in
utils.py. This removes functions for propagating orbits which were used for non-essential metric evals. For further justification, see this issue utils.estimate_capture_dvand related unit tests which depended upon poliastroutils.solve_lambertand related unit tests which depended upon poliastroutils.propagate_orbit_tofand related unit tests which depended upon poliastro
Full Changelog: https://github.com/mit-ll/spacegym-kspdg/compare/v0.1.0...v0.2.0
Files
mit-ll/spacegym-kspdg-v0.2.0.zip
Files
(38.0 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:e50ff81a3a3fe0c0c5766967524a1668
|
38.0 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/mit-ll/spacegym-kspdg/tree/v0.2.0 (URL)