Skip to content
This repository was archived by the owner on Mar 11, 2019. It is now read-only.

Commit 51fe5d6

Browse files
committed
chore(change log): Adds the change log
Uses `github-changelog-generator` to generate the change log for PowerAPI.
1 parent 1b9e8f6 commit 51fe5d6

File tree

1 file changed

+145
-0
lines changed

1 file changed

+145
-0
lines changed

CHANGELOG.md

Lines changed: 145 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,145 @@
1+
# Change Log
2+
3+
## [3.2](https://github.com/Spirals-Team/powerapi/tree/3.2) (2015-06-02)
4+
5+
[Full Changelog](https://github.com/Spirals-Team/powerapi/compare/3.1...3.2)
6+
7+
**Implemented enhancements:**
8+
9+
- Give the possibility to give directly the parameters to the PowerModule [\#60](https://github.com/Spirals-Team/powerapi/issues/60)
10+
11+
- Increase the actors timeout [\#59](https://github.com/Spirals-Team/powerapi/issues/59)
12+
13+
- Add prefix for each parameter written in configuration files [\#58](https://github.com/Spirals-Team/powerapi/issues/58)
14+
15+
- Adds the MUID as an argument in the PowerDisplay trait [\#56](https://github.com/Spirals-Team/powerapi/issues/56)
16+
17+
- Stops actors created for each PowerDisplay when a Monitor is canceled [\#55](https://github.com/Spirals-Team/powerapi/issues/55)
18+
19+
- Refactors the LibpfmChildSensor [\#54](https://github.com/Spirals-Team/powerapi/issues/54)
20+
21+
- Fix estimations returned by Sigar module under Windows [\#61](https://github.com/Spirals-Team/powerapi/issues/61)
22+
23+
- Implement the SIGAR module [\#17](https://github.com/Spirals-Team/powerapi/issues/17)
24+
25+
**Fixed bugs:**
26+
27+
- Increase the actors timeout [\#59](https://github.com/Spirals-Team/powerapi/issues/59)
28+
29+
- Stops actors created for each PowerDisplay when a Monitor is canceled [\#55](https://github.com/Spirals-Team/powerapi/issues/55)
30+
31+
- Fix estimations returned by Sigar module under Windows [\#61](https://github.com/Spirals-Team/powerapi/issues/61)
32+
33+
**Merged pull requests:**
34+
35+
- Merge branch "develop" into "master" [\#69](https://github.com/Spirals-Team/powerapi/pull/69) ([mcolmant](https://github.com/mcolmant))
36+
37+
- 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+
- fix\(\#61\): closes \#61 [\#65](https://github.com/Spirals-Team/powerapi/pull/65) ([huertas](https://github.com/huertas))
44+
45+
- fix\(\#55\): fix the corresponding issue [\#63](https://github.com/Spirals-Team/powerapi/pull/63) ([mcolmant](https://github.com/mcolmant))
46+
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+
## [3.1](https://github.com/Spirals-Team/powerapi/tree/3.1) (2015-04-28)
50+
51+
**Implemented enhancements:**
52+
53+
- Implement the sampling project [\#44](https://github.com/Spirals-Team/powerapi/issues/44)
54+
55+
- Implement the Reporter actor [\#33](https://github.com/Spirals-Team/powerapi/issues/33)
56+
57+
- Implement the configuration interface. [\#24](https://github.com/Spirals-Team/powerapi/issues/24)
58+
59+
- Implement the CLI [\#13](https://github.com/Spirals-Team/powerapi/issues/13)
60+
61+
- Implement the Libpfm module [\#12](https://github.com/Spirals-Team/powerapi/issues/12)
62+
63+
- Implement the RAPL module [\#11](https://github.com/Spirals-Team/powerapi/issues/11)
64+
65+
- Implement the PowerSpy module [\#10](https://github.com/Spirals-Team/powerapi/issues/10)
66+
67+
- Implement the ProcFS module [\#9](https://github.com/Spirals-Team/powerapi/issues/9)
68+
69+
- Implement the PowerMeter API [\#8](https://github.com/Spirals-Team/powerapi/issues/8)
70+
71+
- Implement the subscription actor [\#7](https://github.com/Spirals-Team/powerapi/issues/7)
72+
73+
- Install and deploy the Jenkins infrastructure [\#6](https://github.com/Spirals-Team/powerapi/issues/6)
74+
75+
- Implement the new version of the Clock actor [\#5](https://github.com/Spirals-Team/powerapi/issues/5)
76+
77+
- Import the Topic Bus [\#4](https://github.com/Spirals-Team/powerapi/issues/4)
78+
79+
- 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+
- 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+
- refactor\(sampling\): Improves the sampling project [\#51](https://github.com/Spirals-Team/powerapi/pull/51) ([mcolmant](https://github.com/mcolmant))
108+
109+
- feature\(sigar\): implement the sigar module [\#50](https://github.com/Spirals-Team/powerapi/pull/50) ([huertas](https://github.com/huertas))
110+
111+
- feat: version 3.0 of PowerAPI [\#49](https://github.com/Spirals-Team/powerapi/pull/49) ([rouvoy](https://github.com/rouvoy))
112+
113+
- Implement the CLI [\#48](https://github.com/Spirals-Team/powerapi/pull/48) ([huertas](https://github.com/huertas))
114+
115+
- Implement RAPL module [\#47](https://github.com/Spirals-Team/powerapi/pull/47) ([huertas](https://github.com/huertas))
116+
117+
- feature\(sampling\): Implement the sampling project [\#45](https://github.com/Spirals-Team/powerapi/pull/45) ([mcolmant](https://github.com/mcolmant))
118+
119+
- feature\(libpfm\): Sensors and Formula implementations [\#39](https://github.com/Spirals-Team/powerapi/pull/39) ([mcolmant](https://github.com/mcolmant))
120+
121+
- 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+
- Feature/reporter [\#36](https://github.com/Spirals-Team/powerapi/pull/36) ([huertas](https://github.com/huertas))
124+
125+
- Feature/powerspy [\#32](https://github.com/Spirals-Team/powerapi/pull/32) ([mcolmant](https://github.com/mcolmant))
126+
127+
- Feature/procfs module [\#31](https://github.com/Spirals-Team/powerapi/pull/31) ([mcolmant](https://github.com/mcolmant))
128+
129+
- 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+
- feature/configuration [\#23](https://github.com/Spirals-Team/powerapi/pull/23) ([mcolmant](https://github.com/mcolmant))
136+
137+
- feature/subscription [\#21](https://github.com/Spirals-Team/powerapi/pull/21) ([mcolmant](https://github.com/mcolmant))
138+
139+
- Bug \#19 [\#20](https://github.com/Spirals-Team/powerapi/pull/20) ([mcolmant](https://github.com/mcolmant))
140+
141+
- Design of base components + Clock [\#2](https://github.com/Spirals-Team/powerapi/pull/2) ([mcolmant](https://github.com/mcolmant))
142+
143+
144+
145+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

0 commit comments

Comments
 (0)