Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
robbert-harms committed Dec 6, 2019
1 parent c8bf2f7 commit dd1a03c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
Changelog
*********

v0.9.4 (2019-12-06)
===================

Added
-----
- Added the method 'get_subset' to allow getting kernel data for a subset of the instances.

Changed
-------
- Changed the Array kernel data type by removing the offset_str in favor of a simple boolean switch.

Other
-----
- Bugfix in convert_data_to_dtype, in the case a vector type was already in the correct dtype.
- Improved error reporting in the function evaluator.


v0.9.3 (2019-06-04)
===================

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.9.3'
VERSION = '0.9.4'

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

0 comments on commit dd1a03c

Please sign in to comment.