|
1 | 1 | # Change Log
|
2 | 2 |
|
3 |
| -## [3.2](https://github.com/Spirals-Team/powerapi/tree/3.2) (2015-06-02) |
| 3 | +## [3.3](https://github.com/Spirals-Team/powerapi/tree/3.3) (2015-11-03) |
| 4 | +[Full Changelog](https://github.com/Spirals-Team/powerapi/compare/3.2...3.3) |
| 5 | + |
| 6 | +**Implemented enhancements:** |
| 7 | + |
| 8 | +- Refactors the PowerSpy module [\#53](https://github.com/Spirals-Team/powerapi/issues/53) |
| 9 | +- Implement the filesystem interface [\#16](https://github.com/Spirals-Team/powerapi/issues/16) |
| 10 | +- Implement the daemon mode [\#15](https://github.com/Spirals-Team/powerapi/issues/15) |
| 11 | +- Implement the Web interface [\#14](https://github.com/Spirals-Team/powerapi/issues/14) |
| 12 | + |
| 13 | +**Merged pull requests:** |
| 14 | + |
| 15 | +- feature\(docker\): implement energy monitoring of a container [\#74](https://github.com/Spirals-Team/powerapi/pull/74) ([huertas](https://github.com/huertas)) |
| 16 | +- feature\(g5k-sensor\): implement the external powermeter OmegaWatt \(fro… [\#73](https://github.com/Spirals-Team/powerapi/pull/73) ([huertas](https://github.com/huertas)) |
| 17 | +- feature\(rest\): implement the REST reporter [\#72](https://github.com/Spirals-Team/powerapi/pull/72) ([huertas](https://github.com/huertas)) |
| 18 | +- feature\(fuse\): implement the FUSE reporter [\#71](https://github.com/Spirals-Team/powerapi/pull/71) ([huertas](https://github.com/huertas)) |
| 19 | +- feature\(daemon\): implement the PowerAPI daemon [\#70](https://github.com/Spirals-Team/powerapi/pull/70) ([huertas](https://github.com/huertas)) |
4 | 20 |
|
| 21 | +## [3.2](https://github.com/Spirals-Team/powerapi/tree/3.2) (2015-06-02) |
5 | 22 | [Full Changelog](https://github.com/Spirals-Team/powerapi/compare/3.1...3.2)
|
6 | 23 |
|
7 | 24 | **Implemented enhancements:**
|
8 | 25 |
|
9 | 26 | - Give the possibility to give directly the parameters to the PowerModule [\#60](https://github.com/Spirals-Team/powerapi/issues/60)
|
10 |
| - |
11 | 27 | - Increase the actors timeout [\#59](https://github.com/Spirals-Team/powerapi/issues/59)
|
12 |
| - |
13 | 28 | - Add prefix for each parameter written in configuration files [\#58](https://github.com/Spirals-Team/powerapi/issues/58)
|
14 |
| - |
15 | 29 | - Adds the MUID as an argument in the PowerDisplay trait [\#56](https://github.com/Spirals-Team/powerapi/issues/56)
|
16 |
| - |
17 | 30 | - Stops actors created for each PowerDisplay when a Monitor is canceled [\#55](https://github.com/Spirals-Team/powerapi/issues/55)
|
18 |
| - |
19 | 31 | - Refactors the LibpfmChildSensor [\#54](https://github.com/Spirals-Team/powerapi/issues/54)
|
20 |
| - |
21 | 32 | - Fix estimations returned by Sigar module under Windows [\#61](https://github.com/Spirals-Team/powerapi/issues/61)
|
22 |
| - |
23 | 33 | - Implement the SIGAR module [\#17](https://github.com/Spirals-Team/powerapi/issues/17)
|
| 34 | +- Merge branch "develop" into "master" [\#69](https://github.com/Spirals-Team/powerapi/pull/69) ([mcolmant](https://github.com/mcolmant)) |
| 35 | +- fix\(\#58\): Refactors the Configuration trait [\#67](https://github.com/Spirals-Team/powerapi/pull/67) ([mcolmant](https://github.com/mcolmant)) |
| 36 | +- fix\(\#54\): Refactors the LibpfmChildSensor [\#66](https://github.com/Spirals-Team/powerapi/pull/66) ([mcolmant](https://github.com/mcolmant)) |
| 37 | +- refactor\(sampling\): adds the possibility to collect different counters and to use different type of regression [\#62](https://github.com/Spirals-Team/powerapi/pull/62) ([mcolmant](https://github.com/mcolmant)) |
24 | 38 |
|
25 | 39 | **Fixed bugs:**
|
26 | 40 |
|
27 | 41 | - Increase the actors timeout [\#59](https://github.com/Spirals-Team/powerapi/issues/59)
|
28 |
| - |
29 | 42 | - Stops actors created for each PowerDisplay when a Monitor is canceled [\#55](https://github.com/Spirals-Team/powerapi/issues/55)
|
30 |
| - |
31 | 43 | - Fix estimations returned by Sigar module under Windows [\#61](https://github.com/Spirals-Team/powerapi/issues/61)
|
32 |
| - |
33 |
| -**Merged pull requests:** |
34 |
| - |
35 | 44 | - Merge branch "develop" into "master" [\#69](https://github.com/Spirals-Team/powerapi/pull/69) ([mcolmant](https://github.com/mcolmant))
|
36 |
| - |
37 | 45 | - fix\(\#59\): Increases the actor timeouts [\#68](https://github.com/Spirals-Team/powerapi/pull/68) ([mcolmant](https://github.com/mcolmant))
|
38 |
| - |
39 |
| -- fix\(\#58\): Refactors the Configuration trait [\#67](https://github.com/Spirals-Team/powerapi/pull/67) ([mcolmant](https://github.com/mcolmant)) |
40 |
| - |
41 |
| -- fix\(\#54\): Refactors the LibpfmChildSensor [\#66](https://github.com/Spirals-Team/powerapi/pull/66) ([mcolmant](https://github.com/mcolmant)) |
42 |
| - |
43 | 46 | - fix\(\#61\): closes \#61 [\#65](https://github.com/Spirals-Team/powerapi/pull/65) ([huertas](https://github.com/huertas))
|
44 |
| - |
45 | 47 | - fix\(\#55\): fix the corresponding issue [\#63](https://github.com/Spirals-Team/powerapi/pull/63) ([mcolmant](https://github.com/mcolmant))
|
46 | 48 |
|
47 |
| -- refactor\(sampling\): adds the possibility to collect different counters and to use different type of regression [\#62](https://github.com/Spirals-Team/powerapi/pull/62) ([mcolmant](https://github.com/mcolmant)) |
48 |
| - |
49 | 49 | ## [3.1](https://github.com/Spirals-Team/powerapi/tree/3.1) (2015-04-28)
|
50 |
| - |
51 | 50 | **Implemented enhancements:**
|
52 | 51 |
|
53 | 52 | - Implement the sampling project [\#44](https://github.com/Spirals-Team/powerapi/issues/44)
|
54 |
| - |
55 | 53 | - Implement the Reporter actor [\#33](https://github.com/Spirals-Team/powerapi/issues/33)
|
56 |
| - |
57 | 54 | - Implement the configuration interface. [\#24](https://github.com/Spirals-Team/powerapi/issues/24)
|
58 |
| - |
59 | 55 | - Implement the CLI [\#13](https://github.com/Spirals-Team/powerapi/issues/13)
|
60 |
| - |
61 | 56 | - Implement the Libpfm module [\#12](https://github.com/Spirals-Team/powerapi/issues/12)
|
62 |
| - |
63 | 57 | - Implement the RAPL module [\#11](https://github.com/Spirals-Team/powerapi/issues/11)
|
64 |
| - |
65 | 58 | - Implement the PowerSpy module [\#10](https://github.com/Spirals-Team/powerapi/issues/10)
|
66 |
| - |
67 | 59 | - Implement the ProcFS module [\#9](https://github.com/Spirals-Team/powerapi/issues/9)
|
68 |
| - |
69 | 60 | - Implement the PowerMeter API [\#8](https://github.com/Spirals-Team/powerapi/issues/8)
|
70 |
| - |
71 | 61 | - Implement the subscription actor [\#7](https://github.com/Spirals-Team/powerapi/issues/7)
|
72 |
| - |
73 | 62 | - Install and deploy the Jenkins infrastructure [\#6](https://github.com/Spirals-Team/powerapi/issues/6)
|
74 |
| - |
75 | 63 | - Implement the new version of the Clock actor [\#5](https://github.com/Spirals-Team/powerapi/issues/5)
|
76 |
| - |
77 | 64 | - Import the Topic Bus [\#4](https://github.com/Spirals-Team/powerapi/issues/4)
|
78 |
| - |
79 | 65 | - Bootstrap the project structure [\#3](https://github.com/Spirals-Team/powerapi/issues/3)
|
80 |
| - |
81 |
| -**Fixed bugs:** |
82 |
| - |
83 |
| -- \[develop\] Problem with a test in the OSHelperSuite [\#52](https://github.com/Spirals-Team/powerapi/issues/52) |
84 |
| - |
85 |
| -- \[develop\] Problem with the Sensor in module/powerspy [\#43](https://github.com/Spirals-Team/powerapi/issues/43) |
86 |
| - |
87 |
| -- \[develop\] Problem with the Sensor in module/cpu/simple [\#42](https://github.com/Spirals-Team/powerapi/issues/42) |
88 |
| - |
89 |
| -- \[develop\] Problem with the LibpfmCoreConfiguration [\#41](https://github.com/Spirals-Team/powerapi/issues/41) |
90 |
| - |
91 |
| -- \[develop\] Problem with the cache updating in the simple CpuSensor [\#40](https://github.com/Spirals-Team/powerapi/issues/40) |
92 |
| - |
93 |
| -- Add a newline in each file for scanning tool [\#27](https://github.com/Spirals-Team/powerapi/issues/27) |
94 |
| - |
95 |
| -- Problem with the clock suite test with limited resources [\#22](https://github.com/Spirals-Team/powerapi/issues/22) |
96 |
| - |
97 |
| -- Bus is a singleton object [\#19](https://github.com/Spirals-Team/powerapi/issues/19) |
98 |
| - |
99 |
| -- Error in ClockSuite when the EventFilter is used for listening log messages [\#18](https://github.com/Spirals-Team/powerapi/issues/18) |
100 |
| - |
101 |
| -**Merged pull requests:** |
102 |
| - |
103 |
| -- fix\(\#56\): fix an issue [\#64](https://github.com/Spirals-Team/powerapi/pull/64) ([mcolmant](https://github.com/mcolmant)) |
104 |
| - |
105 | 66 | - Add a Gitter chat badge to README.md [\#57](https://github.com/Spirals-Team/powerapi/pull/57) ([gitter-badger](https://github.com/gitter-badger))
|
106 |
| - |
107 | 67 | - refactor\(sampling\): Improves the sampling project [\#51](https://github.com/Spirals-Team/powerapi/pull/51) ([mcolmant](https://github.com/mcolmant))
|
108 |
| - |
109 | 68 | - feature\(sigar\): implement the sigar module [\#50](https://github.com/Spirals-Team/powerapi/pull/50) ([huertas](https://github.com/huertas))
|
110 |
| - |
111 | 69 | - feat: version 3.0 of PowerAPI [\#49](https://github.com/Spirals-Team/powerapi/pull/49) ([rouvoy](https://github.com/rouvoy))
|
112 |
| - |
113 | 70 | - Implement the CLI [\#48](https://github.com/Spirals-Team/powerapi/pull/48) ([huertas](https://github.com/huertas))
|
114 |
| - |
115 | 71 | - Implement RAPL module [\#47](https://github.com/Spirals-Team/powerapi/pull/47) ([huertas](https://github.com/huertas))
|
116 |
| - |
117 | 72 | - feature\(sampling\): Implement the sampling project [\#45](https://github.com/Spirals-Team/powerapi/pull/45) ([mcolmant](https://github.com/mcolmant))
|
118 |
| - |
119 | 73 | - feature\(libpfm\): Sensors and Formula implementations [\#39](https://github.com/Spirals-Team/powerapi/pull/39) ([mcolmant](https://github.com/mcolmant))
|
120 |
| - |
121 | 74 | - feature\(api\): Draft of the new power meter API. [\#38](https://github.com/Spirals-Team/powerapi/pull/38) ([rouvoy](https://github.com/rouvoy))
|
122 |
| - |
123 | 75 | - Feature/reporter [\#36](https://github.com/Spirals-Team/powerapi/pull/36) ([huertas](https://github.com/huertas))
|
124 |
| - |
125 | 76 | - Feature/powerspy [\#32](https://github.com/Spirals-Team/powerapi/pull/32) ([mcolmant](https://github.com/mcolmant))
|
126 |
| - |
127 | 77 | - Feature/procfs module [\#31](https://github.com/Spirals-Team/powerapi/pull/31) ([mcolmant](https://github.com/mcolmant))
|
128 |
| - |
129 | 78 | - hotfix/cleaning-imports [\#30](https://github.com/Spirals-Team/powerapi/pull/30) ([mcolmant](https://github.com/mcolmant))
|
130 |
| - |
131 |
| -- hotfix/newline\#27 [\#28](https://github.com/Spirals-Team/powerapi/pull/28) ([mcolmant](https://github.com/mcolmant)) |
132 |
| - |
133 |
| -- hotfix/clocksuite\#22 [\#26](https://github.com/Spirals-Team/powerapi/pull/26) ([mcolmant](https://github.com/mcolmant)) |
134 |
| - |
135 | 79 | - feature/configuration [\#23](https://github.com/Spirals-Team/powerapi/pull/23) ([mcolmant](https://github.com/mcolmant))
|
136 |
| - |
137 | 80 | - feature/subscription [\#21](https://github.com/Spirals-Team/powerapi/pull/21) ([mcolmant](https://github.com/mcolmant))
|
| 81 | +- Design of base components + Clock [\#2](https://github.com/Spirals-Team/powerapi/pull/2) ([mcolmant](https://github.com/mcolmant)) |
138 | 82 |
|
139 |
| -- Bug \#19 [\#20](https://github.com/Spirals-Team/powerapi/pull/20) ([mcolmant](https://github.com/mcolmant)) |
| 83 | +**Fixed bugs:** |
140 | 84 |
|
141 |
| -- Design of base components + Clock [\#2](https://github.com/Spirals-Team/powerapi/pull/2) ([mcolmant](https://github.com/mcolmant)) |
| 85 | +- \[develop\] Problem with a test in the OSHelperSuite [\#52](https://github.com/Spirals-Team/powerapi/issues/52) |
| 86 | +- \[develop\] Problem with the Sensor in module/powerspy [\#43](https://github.com/Spirals-Team/powerapi/issues/43) |
| 87 | +- \[develop\] Problem with the Sensor in module/cpu/simple [\#42](https://github.com/Spirals-Team/powerapi/issues/42) |
| 88 | +- \[develop\] Problem with the LibpfmCoreConfiguration [\#41](https://github.com/Spirals-Team/powerapi/issues/41) |
| 89 | +- \[develop\] Problem with the cache updating in the simple CpuSensor [\#40](https://github.com/Spirals-Team/powerapi/issues/40) |
| 90 | +- Add a newline in each file for scanning tool [\#27](https://github.com/Spirals-Team/powerapi/issues/27) |
| 91 | +- Problem with the clock suite test with limited resources [\#22](https://github.com/Spirals-Team/powerapi/issues/22) |
| 92 | +- Bus is a singleton object [\#19](https://github.com/Spirals-Team/powerapi/issues/19) |
| 93 | +- Error in ClockSuite when the EventFilter is used for listening log messages [\#18](https://github.com/Spirals-Team/powerapi/issues/18) |
| 94 | +- fix\(\#56\): fix an issue [\#64](https://github.com/Spirals-Team/powerapi/pull/64) ([mcolmant](https://github.com/mcolmant)) |
| 95 | +- refactor\\(sampling\\): Improves the sampling project [\#51](https://github.com/Spirals-Team/powerapi/pull/51) ([mcolmant](https://github.com/mcolmant)) |
| 96 | +- hotfix/newline\#27 [\#28](https://github.com/Spirals-Team/powerapi/pull/28) ([mcolmant](https://github.com/mcolmant)) |
| 97 | +- hotfix/clocksuite\#22 [\#26](https://github.com/Spirals-Team/powerapi/pull/26) ([mcolmant](https://github.com/mcolmant)) |
| 98 | +- Bug \#19 [\#20](https://github.com/Spirals-Team/powerapi/pull/20) ([mcolmant](https://github.com/mcolmant)) |
142 | 99 |
|
143 | 100 |
|
144 | 101 |
|
|
0 commit comments