Skip to content

Releases: RaftLib/RaftLib

v0.18.1

02 Jan 19:32
Compare
Choose a tag to compare

Bug Fixes

  • fix build break when path has whitespaces (04c72e0), closes #167

v0.18.0

14 Aug 11:48
6e87537
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17.3...v0.18.0

v0.17.3

14 Aug 11:49
41cefc9
Compare
Choose a tag to compare

What's Changed

  • Fix: prevent meaningless scheduling iterations of simpleschedule with penalty. by @jheo4 in #164

New Contributors

Full Changelog: v0.17.2...v0.17.3

Bug fix release

13 Jul 16:04
d6d6eb5
Compare
Choose a tag to compare

What's new

  • Fix for GSL random number generator install, removed support in favor of the CPP random number generator
  • Fix for guards around unit types (will double check guards for all structures for next release).
  • First release following new naming scheme

Release 1

08 Jul 20:31
0e7bb41
Compare
Choose a tag to compare

First release that is non-alpha/beta and first one that is on the new name scheme, ..

alpha 9 release

11 Jan 19:22
b86502f
Compare
Choose a tag to compare
alpha 9 release Pre-release
Pre-release

Fully functional alpha release from the latest master...this will be the last alpha before merging in the "parser_improvement" branch to the master (once all regression tests are passed).

alpha 8 release

08 Apr 14:49
Compare
Choose a tag to compare
alpha 8 release Pre-release
Pre-release
updates to submodule, adding prefetch benchmark, thinking about remov…

…ing prefetch, not much of a benefit on most platforms

alpha 7 release

31 Dec 15:56
Compare
Choose a tag to compare
alpha 7 release Pre-release
Pre-release

Snapshot of release before the new syntax is integrated. Also last release before we do away with the global raft::map object. The old link syntax will still be supported, we're just adding the more concise syntax mentioned in the Issues discussion.

alpha 6 release

22 Sep 18:07
Compare
Choose a tag to compare
alpha 6 release Pre-release
Pre-release

This is the last release before we move to beta. It's also the last one before we dump the dev branch into master and eliminate the dev one. That worked well for research code changes, but not so well for facilitating multiple pull requests from devs.

alpha 5 release

04 Aug 14:11
Compare
Choose a tag to compare
alpha 5 release Pre-release
Pre-release

Bug fix for the last release on linux platforms, a few new packages added, etc.