Skip to content

Commit

Permalink
Update Changelog for latest merged PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
patricksnape committed Aug 19, 2019
1 parent 130e24d commit c7473f6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
Changelog
#########

0.9.2 (2019/08/19)
------------------

Remove more Cython code, in this case the gradient computation as the per Python
code gives identical results. Fix the `Trimesh.boundary_tri_index()` method
and add a unit test checking it's behaviour. Fix was required for correct
non-rigid ICP computation.

Github Pull Requests
....................

- `#821`_ remove cython gradient implementation (@jabooth)
- `#832`_ Fix boundary_tri_index (@patricksnape)

.. _#821: https://github.com/menpo/menpo/pull/821
.. _#832: https://github.com/menpo/menpo/pull/832

0.9.1 (2019/07/12)
------------------

Expand Down

0 comments on commit c7473f6

Please sign in to comment.