Skip to content

Commit

Permalink
cut 1.0.0a2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
richardsheridan committed Oct 8, 2021
1 parent 21ae1fd commit acdd599
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
15 changes: 15 additions & 0 deletions docs/source/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ Release history

.. towncrier release notes start
trio-parallel 1.0.0a2 (2021-10-08)
----------------------------------

Features
~~~~~~~~

- Opportunistically use ``cloudpickle`` to serialize jobs and results. (`#115 <https://github.com/richardsheridan/trio-parallel/issues/115>`__)
- Timeout arguments of :func:`open_worker_context`, ``idle_timeout`` and ``grace_period``,
now work like trio timeouts, accepting any non-negative `~float` value. (`#116 <https://github.com/richardsheridan/trio-parallel/issues/116>`__)
- Worker process startup is now faster, by importing trio lazily (`#117 <https://github.com/richardsheridan/trio-parallel/issues/117>`__)
- :func:`open_worker_context` now returns a context object that can be used to run
functions explicitly in a certain context (:meth:`WorkerContext.run_sync`) rather
than implicitly altering the behavior of :func:`trio_parallel.run_sync`. (`#127 <https://github.com/richardsheridan/trio-parallel/issues/127>`__)


trio-parallel 1.0.0a1 (2021-09-05)
----------------------------------

Expand Down
1 change: 0 additions & 1 deletion newsfragments/115.feature.rst

This file was deleted.

2 changes: 0 additions & 2 deletions newsfragments/116.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/117.feature.rst

This file was deleted.

3 changes: 0 additions & 3 deletions newsfragments/127.feature.rst

This file was deleted.

0 comments on commit acdd599

Please sign in to comment.