forked from Exopy/exopy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES
39 lines (26 loc) · 798 Bytes
/
CHANGES
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
30
31
32
33
34
35
36
37
38
39
Ecpy Changelog
==============
0.1.0.b2
--------
- always clean measure dependencies after enqueuing
- add some safeties around pickling
0.1.0.b1
--------
- fix in LoopTask interface selection
- add a rule to TextMonitor to reject instrument entries
- fix a number of glitches (completion)
0.1.0.a3
--------
- add plugin app.icon to handle the use of icons
- turn instruments starters into a standard class to be able to serialize them
- add a global sys.excepthook to get nicer messages
- keep threads alive for task in parallel to get more reproducible timing
- add the possibility to profile the execution of a root task
- lots of bugfixes
0.1.0.a2
--------
- fix a number of bugs in profile selection
- add measure entries to the RootTask
0.1.0.a1
--------
- First numbered version