Skip to content

Commit

Permalink
Add AUTHORS and RELEASES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
connorimes committed Oct 3, 2017
1 parent 3000486 commit f06cb8f
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
6 changes: 6 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Connor Imes
<[email protected]>
<[email protected]>

Henry Hoffmann
<[email protected]>
26 changes: 26 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Release Notes

## v2.0.0 - 2017-10-02

* Removed dependency on Heartbeats 2.0
* Added optional dependencies on heartbeats-simple and energymon in tests
* Changed build system from Makefile to CMake
* Reduced logging in poet_config_linux.c:apply_cpu_config_taskset
* Changed log_buffer struct to poet_record struct which uses fewer memory allocations
* Changed some label names in log files
* Removed Android CMake toolchain file: cmake-toolchain/android.toolchain.cmake
* Removed deprecated Python test wrapper
* Changed README to use Markdown
* Added Travis CI build configuration for testing
* Bug fixes and optimizations

## v1.0.1 - 2016-12-12

* Fixed #2: Removed poet_math.h dependency in poet.h
* Fixed #4: Free log buffer in poet_destroy
* Added configuration examples for Intel Xeon E5-2690 processors
* Added RTAS 2015 and MCSoC 2016 publication details

## v1.0.0 - 2015-05-29

* Initial public release

0 comments on commit f06cb8f

Please sign in to comment.