Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
robbert-harms committed Oct 4, 2018
1 parent 40ba2aa commit 1c57404
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
Changelog
*********

v0.6.11 (2018-10-04)
====================

Changed
-------
- Updates to the SCAM MCMC routines default settings.

Other
-----
- Removed CL extra from the CL functions and added support for CLCodeObjects for injecting simple CL code as a dependency.
- Small local memory optimization to the LM optimization routine.


v0.6.10 (2018-09-18)
====================

Expand Down
2 changes: 1 addition & 1 deletion mot/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = '0.6.10'
VERSION = '0.6.11'

_items = VERSION.split('-')
VERSION_NUMBER_PARTS = tuple(int(i) for i in _items[0].split('.'))
Expand Down

0 comments on commit 1c57404

Please sign in to comment.