Skip to content

Commit

Permalink
Merge pull request #21 from matsui528/bug/verbose
Browse files Browse the repository at this point in the history
Trigger a verbose flag of codec when that of a rii instance is changed
  • Loading branch information
matsui528 committed Sep 7, 2018
2 parents f9daf9e + 14e5d85 commit 6094c89
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=============

v0.2.3 (September XX, 2018)
----------------------------
- `#21 <https://github.com/matsui528/rii/pull/21>`_ Bug fix


v0.2.2 (August 31, 2018)
----------------------------
- `#14 <https://github.com/matsui528/rii/pull/14>`_ Build on Mac with clang (without OpenMP)
Expand Down Expand Up @@ -40,4 +45,4 @@ v0.2.0 (August 21, 2018)
v0.1.0 (August 12, 2018)
----------------------------

- Initial release
- Initial release
1 change: 1 addition & 0 deletions rii/rii.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ def verbose(self):

@verbose.setter
def verbose(self, v):
self.fine_quantizer.verbose = v
self.impl_cpp.verbose = v

@property
Expand Down

0 comments on commit 6094c89

Please sign in to comment.