v0.2.0
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.pyc
script 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 file
when 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_dv
and related unit tests which depended upon poliastroutils.solve_lambert
and related unit tests which depended upon poliastroutils.propagate_orbit_tof
and related unit tests which depended upon poliastro
Full Changelog: v0.1.0...v0.2.0