Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/Support/bskKnownIssues.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Basilisk Known Issues

The use of ``cMsgCInterfacePy`` is depreciated. Use ``messaging`` instead.

Version |release|
-----------------
Version 2.8.0
-------------
- pip-based installation in editable mode using ``pip install -e .`` is not currently supported.
Developers and users alike should continue to use ``python conanfile.py`` installation.
- The ``Reset()`` function in :ref:`forceTorqueThrForceMapping` was not working properly. This has been addressed in the current release.
Expand Down
4 changes: 2 additions & 2 deletions docs/source/Support/bskReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Basilisk Release Notes
- integrating the `MuJoCo <https://mujoco.org>`_ library as an alternate dynamics engine


Version |release|
-----------------
Version 2.78.0 (August 30, 2025)
--------------------------------
- Marked the use of python 3.8 as deprecated
- Support for ``opNavMode`` flag within vizSupport was removed, as its deprecation period ended
- Demo video was added to :ref:`scenarioQuadMaps` documentation
Expand Down
2 changes: 1 addition & 1 deletion docs/source/bskVersion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.35
2.8.0
Loading