Skip to content

Commit

Permalink
Merge pull request #2343 from opensim-org/XMLDocument_40000
Browse files Browse the repository at this point in the history
Prepare for releasing 4.0
  • Loading branch information
chrisdembia committed Nov 12, 2018
2 parents 1f67e1d + dcea621 commit 5bd0f43
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
18 changes: 6 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ request related to the change, then we may provide the commit.

This is not a comprehensive list of changes but rather a hand-curated collection of the more notable ones. For a comprehensive history, see the [OpenSim Core GitHub repo](https://github.com/opensim-org/opensim-core).

**Note**: This document is currently under construction.

v4.0 (in development)
=====================
v4.0
====

Converting from v3.x to v4.0
-----------------------------
Expand Down Expand Up @@ -243,17 +241,13 @@ programmatically in MATLAB or python.
- The source code for the "From the Ground Up: Building a Passive Dynamic
Walker Example" was added to this repository.
- OpenSim no longer looks for the simbody-visualizer using the environment
variable `OPENSIM_HOME`.
variable `OPENSIM_HOME`. OpenSim uses `PATH` instead.
- The Thelen2003Muscle now depend on separate components for modeling pennation,
and activation dynamics.

Documentation
--------------
-------------
- Improved Doxygen layout and fixed several bugs and warnings (various)
- All mentions of SimTK/Simbody classes in OpenSim's Doxygen now provide links directly to SimTK/Simbody's doxygen.
- Added a detailed README.md wtith build instructions, as well as guides to contributing and developing (CONTRIBUTING.md).
- Included GIFs in Doxygen for several commonly used Joint types

STILL NEED TO ADD:
- Additional changes to Model Component Interface, Iterator (any PRs labeled "New MCI")
- PR #364
- PR #370
- PR #378
3 changes: 2 additions & 1 deletion OpenSim/Common/XMLDocument.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ using namespace std;
// 30515 for WrapObject color, display_preference, VisibleObject -> Appearance
// 30516 for GeometryPath default_color -> Appearance
// 30517 for removal of _connectee_name suffix to shorten XML for socket, input
const int XMLDocument::LatestVersion = 30517;
// 40000 for OpenSim 4.0 release
const int XMLDocument::LatestVersion = 40000;
//=============================================================================
// DESTRUCTOR AND CONSTRUCTOR(S)
//=============================================================================
Expand Down

0 comments on commit 5bd0f43

Please sign in to comment.