-
Notifications
You must be signed in to change notification settings - Fork 2
/
CHANGES.txt
29 lines (22 loc) · 850 Bytes
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Revision history
----------------
v0.2.6, 2017-01-20
* Fixes process.Producer behavior to be the same with different chunk sizes.
v0.2.5, 2017-01-18
* Adds chunksize to process.Producer to improve performance.
* Declares support for Python 3.6.
* Removes Pypy3 from tox as it fails.
v0.2.4, 2015-06-29
* Adds maxsize to dummy.Producer to make implementations easily swappable.
v0.2.3, 2015-06-29
* Propagates exceptions to the main thread/process. Thanks Dmitry Odzerikho!
* Properly terminate the Producer after an exception.
v0.2.2, 2015-05-18
* Adds MultiProducer to the thead implementation.
v0.2.1, 2015-05-15
* Calls close on the coroutine when the IConsumer is closed.
v0.2.0, 2015-03-13
* Renames ISpawnedIterator hierarchy to IProducer.
* Creates the IConsumer hierarchy.
v0.1.0, 2015-03-13
* Initial release.