@@ -4,22 +4,34 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
5
5
Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
6
6
7
+ #### [ Unreleased] ( https://github.com/minrk/wurlitzer/compare/2.0.1...HEAD )
8
+
9
+ #### [ 2.0.1] ( https://github.com/minrk/wurlitzer/compare/2.0.0...2.0.1 )
10
+
11
+ > 6 July 2020
12
+
13
+ - Merge pull request #38 from minrk/flush-on-exit [ ` d24f50c ` ] ( https://github.com/minrk/wurlitzer/commit/d24f50c611164a3468622ca2ed80efc3abec8641 )
14
+ - flush sys streams on enter/exit [ ` 6d9b49d ` ] ( https://github.com/minrk/wurlitzer/commit/6d9b49dac73e59d5d10a6588ae02ed585779d042 )
15
+ - flush sys streams in flush thread as well [ ` 2682eb4 ` ] ( https://github.com/minrk/wurlitzer/commit/2682eb4ef34c4268d21ebf75a5f146770a676cbc )
16
+
7
17
### [ 2.0.0] ( https://github.com/minrk/wurlitzer/compare/1.0.3...2.0.0 )
8
18
9
19
> 25 October 2019
10
20
11
- - use selectors instead of select.poll [ ` #34 ` ] ( https://github.com/minrk/wurlitzer/pull/34 ) . Requires ` selectors2 ` package on Python < 3.4.
21
+ - use selectors instead of select.poll [ ` #34 ` ] ( https://github.com/minrk/wurlitzer/pull/34 )
12
22
13
23
#### [ 1.0.3] ( https://github.com/minrk/wurlitzer/compare/1.0.2...1.0.3 )
14
24
15
25
> 13 June 2019
16
26
17
- - Add thread lock [ ` #30 ` ] ( https://github.com/minrk/wurlitzer/pull/30 )
27
+ - PR: Add thread lock [ ` #30 ` ] ( https://github.com/minrk/wurlitzer/pull/30 )
28
+ - update packages on travis [ ` #31 ` ] ( https://github.com/minrk/wurlitzer/pull/31 )
29
+ - test on mac [ ` #25 ` ] ( https://github.com/minrk/wurlitzer/pull/25 )
30
+ - select.poll timeout is in milliseconds [ ` #26 ` ] ( https://github.com/minrk/wurlitzer/pull/26 )
18
31
- using poll instead of select in forwarder [ ` #24 ` ] ( https://github.com/minrk/wurlitzer/pull/24 )
19
32
- setup.py improvements [ ` #19 ` ] ( https://github.com/minrk/wurlitzer/pull/19 )
20
33
- Link blogpost about redirecting stdout/stderr [ ` #18 ` ] ( https://github.com/minrk/wurlitzer/pull/18 )
21
- - Prevent wurlitzer from entering multiple times [ ` #27 ` ] ( https://github.com/minrk/wurlitzer/pull/28 )
22
- - fix threading issues [ ` 1c59bb4 ` ] ( https://github.com/minrk/wurlitzer/commit/1c59bb435da05fe2e48915aa5c9f485575a7ad1b )
34
+ - fixes #27 ? [ ` #27 ` ] ( https://github.com/minrk/wurlitzer/issues/27 )
23
35
24
36
#### [ 1.0.2] ( https://github.com/minrk/wurlitzer/compare/1.0.1...1.0.2 )
25
37
@@ -31,16 +43,16 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
31
43
32
44
> 22 January 2018
33
45
46
+ - Test more Pythons [ ` #13 ` ] ( https://github.com/minrk/wurlitzer/pull/13 )
34
47
- avoid unnecessary close of original FDs [ ` #11 ` ] ( https://github.com/minrk/wurlitzer/pull/11 )
35
48
36
49
### [ 1.0.0] ( https://github.com/minrk/wurlitzer/compare/0.2.0...1.0.0 )
37
50
38
51
> 22 June 2017
39
52
40
53
- use control pipe to signal closure [ ` #8 ` ] ( https://github.com/minrk/wurlitzer/pull/8 )
41
-
54
+ - import warnings [ ` #3 ` ] ( https://github.com/minrk/wurlitzer/pull/3 )
42
55
- Do nothing if loaded in terminal IPython [ ` #2 ` ] ( https://github.com/minrk/wurlitzer/pull/2 )
43
- - retry dup2 on EBUSY [ ` 6e2e906 ` ] ( https://github.com/minrk/wurlitzer/commit/6e2e906a8f2ffbd5b27d92a147cd59b0d5008041 )
44
56
45
57
#### [ 0.2.0] ( https://github.com/minrk/wurlitzer/compare/0.1.2...0.2.0 )
46
58
@@ -52,7 +64,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
52
64
53
65
> 13 March 2016
54
66
67
+ - readme more [ ` e905543 ` ] ( https://github.com/minrk/wurlitzer/commit/e9055432933b29a70246299f2534e44af01c7edb )
55
68
- flush before entering wurlitzer [ ` a8b3a85 ` ] ( https://github.com/minrk/wurlitzer/commit/a8b3a856a576fe50e8771fddad7fcf3b21ae3285 )
69
+ - bump patch on release [ ` 841cf92 ` ] ( https://github.com/minrk/wurlitzer/commit/841cf922a77fd1a954ff968530d096ecfc1879aa )
56
70
57
71
#### [ 0.1.1] ( https://github.com/minrk/wurlitzer/compare/0.1.0...0.1.1 )
58
72
@@ -64,4 +78,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
64
78
65
79
> 9 March 2016
66
80
67
- Initial release
81
+ - init package [ ` 88e28b7 ` ] ( https://github.com/minrk/wurlitzer/commit/88e28b7685806006fdd3c9a2021705be1b9fbbed )
82
+ - Add demo notebook [ ` ea70e0e ` ] ( https://github.com/minrk/wurlitzer/commit/ea70e0e1f82ccb2e3283b6baf2c1d91c0b05ac8a )
83
+ - Initial commit [ ` 9646cf2 ` ] ( https://github.com/minrk/wurlitzer/commit/9646cf2417cc46c61d1f6437f8f76efa56ccf2d8 )
0 commit comments