Skip to content

Commit

Permalink
Merge pull request #250 from ska-sa/user/amakhaba/prepare-v0.8.0
Browse files Browse the repository at this point in the history
Prepare for release v0.8.0
  • Loading branch information
amakhaba authored Oct 30, 2020
2 parents 5fa8a6a + a92891e commit 310dd59
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
29 October 2020 (0.8.0)
* Add bulk sensor sampling feature (PR [#197](https://github.com/ska-sa/katcp-python/pull/197))

3 September 2020 (0.7.2)
* Support for handling generator expressions in Discrete type (PR [#237](https://github.com/ska-sa/katcp-python/pull/237))
* Fix handling of strings and bytes in `get_sensor` in testutils ([#240](https://github.com/ska-sa/katcp-python/pull/240))
* Allow strings or bytes for assert_request_fails and `test_assert_request_succeeds` function arguments. (PR([#242](https://github.com/ska-sa/katcp-python/pull/242))
* Handle str type correctly('easier') in `testutils.get_sensor` for python 2 and python 3 ([#243](https://github.com/ska-sa/katcp-python/pull/243))
* Allow bytes and strings in `test_sensor_list` comparison of sensors ([#244](https://github.com/ska-sa/katcp-python/pull/244))
* Correct handling of floats `test_sensor_list` ([#245](https://github.com/ska-sa/katcp-python/pull/245))
* black formatting on certain test files.
* black formatting on certain test files. (PR [#246](https://github.com/ska-sa/katcp-python/pull/246))

12 May 2020 (0.7.1)
* All params in `future_get_sensor` are now cast to byte strings (PR [#235](https://github.com/ska-sa/katcp-python/pull/235)).
* All params in `future_get_sensor` are now cast to byte strings (PR [#235](https://github.com/ska-sa/katcp-python/pull/235)).
* Added tests to`test_fake_clients.py` and `test_inspecting_client.py` (PR [#235](https://github.com/ska-sa/katcp-python/pull/235)).
* Ensure testutils method casts expected requests to byte strings (PR [#233](https://github.com/ska-sa/katcp-python/pull/233)).

Expand Down
4 changes: 2 additions & 2 deletions doc/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
*************
Release Notes
*************
0.7.0
0.8.0
=====
* Added Python 3 compatibility.
* Added bulk sensor sampling feature.

See also :download:`CHANGELOG.md` for more details on changes.

Expand Down

0 comments on commit 310dd59

Please sign in to comment.