Skip to content

Commit

Permalink
Prepare for 1.13.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bmerry committed May 13, 2019
1 parent 0833d9f commit 4da002d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
Changelog
=========

.. rubric:: 1.13.0

- Significant performance improvements to send code (in some cases an order of
magnitude improvement).
- Add :option:`--max-heap` option to :program:`spead2_send` and
:program:`spead2_send.py` to control the depth of the send queue.
- Change the meaning of the :option:`--heaps` option in :program:`spead2_bench`
and :program:`spead2_bench.py`: it now also controls the depth of the sending
queue.
- Fix a bug in send rate limiting that could allow the target rate to be
exceeded under some conditions.
- Remove :option:`--threads` option from C++ :program:`spead2_send`, as the new
optimised implementation isn't thread-safe.
- Disable the ``test_numpy_large`` test on macOS, which was causing frequent
failures on TravisCI due to dropped packets.

.. rubric:: 1.12.0

- Provide manylinux2010 wheels.
Expand Down
2 changes: 1 addition & 1 deletion spead2/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.12.0"
__version__ = "1.13.0"

0 comments on commit 4da002d

Please sign in to comment.