Skip to content

Commit

Permalink
Merge pull request #85 from chrisdembia/releasenotes-v1.1
Browse files Browse the repository at this point in the history
Update release notes for v1.1.
  • Loading branch information
chrisdembia committed Jan 6, 2014
2 parents 3214aea + 4c7ecbd commit 64dc5aa
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions doc/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,28 @@ Future releases
---------------
See issues on github at `<https://github.com/chrisdembia/yeadon/issues>`_

v1.0.3
------
v1.1
----

- Fixed somersault mispelling, issue #67.
- Fixed somersault mispelling, issue #67.
- Now, configuration variables indicate proper sense. For example, flexion
means flexion; not extension.
- Fixed serious bug in the computation of inertia tensors in different
reference frames. The calculation of all solids' and segments' inertia
tensors in the global frame was incorrect, PRs #79, #80.
- Now, use a consistent definition for rotation matrices: now, all rotation
matrices ``R`` are of the form ``v_a = R * v_b``, PR #88.
- Added a center of mass sphere to the GUI visualization, PR #95.
- Made mass center sphere and inertia ellipsoid off by default in the GUI, PR
#93.
- Fixed default orientation of human in GUI visualization, PR #93.
- Improved the printing of human, segement, and solid properties, PR #81.
- Renamed ``rotate3_inertia`` to ``rotate_inertia`` and changed its definition
to match the rotation matrix definitions in the rest of the software, PR
#79.
- Setuptools now recommended, PR #72.
- ``yeadon.__version__`` now works, PR #69.
- Fixed Sphinx warnings in the docs.

v1.0
----
Expand Down

0 comments on commit 64dc5aa

Please sign in to comment.