Skip to content

Commit

Permalink
Update release notes for GravityEffector refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
juan-g-bonilla committed Oct 25, 2023
1 parent 222c1ed commit bd4dc15
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/source/Support/bskReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@ Version |release|
prior versions of Xcode.
- Fixed a bug in the conanfile where the ``stderr`` output from a ``subprocess.Popen`` call was being interpreted as an
error. Rather, the process return code (0 for success, and anything else for failure) indicates the success.

- Refactored ``GravityEffector``. Adding custom gravity models can now be done by subclassing ``GravityModel``. The
utility method ``useSphericalHarmonicsGravityModel`` has been added to planetary body objects, which makes the body
use spherical harmonics and loads them from a file with a single command. Similarly, the methods ``usePolyhedralGravityModel``
and ``usePointMassGravityModel`` have been added.

Version 2.2.0 (June 28, 2023)
-----------------------------
Expand Down

0 comments on commit bd4dc15

Please sign in to comment.