Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zoujh committed Jun 1, 2021
1 parent 39df714 commit a95739f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/ReleaseNotes_v02.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@

This is the release notes for the SNiPER project.

## v2.0 (to be released)
## v2.0

- Changes
- Move to CMake completely. If you still have to build a SNiPER-based project with CMT, please refer to [cmt4sniper](https://github.com/SNiPER-Framework/cmt4sniper).
- API changes (details can be found in the README of [cmt4sniper](https://github.com/SNiPER-Framework/cmt4sniper)):
- Move "DataBuffer/DataBuffer.h" to "SniperKernel/DataBuffer.h".
- The property machanism is enhanced. However, we have to provide the `operator<<` and `operator>>` to a property variable if the operators are unavailable by default.
- The return type of `DLElement::getParent()` and `DLElement::getRoot()` is changed from `Task*` to `IExecUnit*`.
- The return type of `DLElement::getParent()` and `DLElement::getRoot()` is changed from `Task*` to `ExecUnit*`.

- New features
- SniperKernel can be used without boost and python now
- Add an executable sniper.exe
- Configure a job from a json file
- SniperTimer and SniperProfiling for performance testing

0 comments on commit a95739f

Please sign in to comment.