Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.25 KB

CHANGELOG.rst

File metadata and controls

36 lines (30 loc) · 1.25 KB

Trep Changelog

v1.0.2 (2015-09-25)

  • Renamed src/ folder to trep/ following convention [#33](MurpheyLab#33)
  • Updated documentation theme to RTD template

v1.0.1 (2015-05-04)

v1.0.0 (2015-04-06)

  • New public methods exposed in C-API version 3
  • Linear damper added [#22](MurpheyLab#22)
  • PointToPoint constraint type added
  • Named tuples added to DOptimizer returns [#3](MurpheyLab#3)
  • Bugfixes and updates to URDF parser

v0.93.1 (2014-11-24)

  • Fixed a major bug with fixed RZ frame transformations
  • Allow URDF tool to be imported without ROS installed
  • Added examples for upcoming CISM paper

v0.93.0 (2014-11-13)

  • Added ROS URDF import tool and documentation
  • Fixed a caching bug with structure updates [#19](MurpheyLab#19)

v0.92.1 (2014-07-16)

  • Fixed a number of small bugs - see github commits for details
  • Modified setup.py to be compatible for release through pip
  • First release using semantic versioning