Skip to content

Releases: ECP-VeloC/er

v0.5.0

27 Jun 19:08
b7d3dca
Compare
Choose a tag to compare

What's Changed

  • restore shuffile file on rebuild by @adammoody in #40
  • define REDSET_ENABLE_MPI to pick up redset function declarations by @adammoody in #41
  • Incremental release v0.5.0 by @CamStan in #43

Full Changelog: v0.4.0...v0.5.0

v0.4.0

04 Apr 21:43
9e88b5b
Compare
Choose a tag to compare

New Features:

  • added cmake config support
    • new minimum cmake version: v2.8 v3.14
  • added gitignore
  • update GitHub Actions
    • add static and shared build tests
    • split build into configure/build/test steps

v0.3.0

16 Mar 19:10
Compare
Choose a tag to compare

New features:

  • update MPI buffer size from 128KB to 1MB

v0.2.0

15 Feb 03:27
Compare
Choose a tag to compare

New features:

  • switch build tests from travis to github actions

Bug fixes:

  • cmake: remove generated false for config.h.in
  • require MPI when -DMPI=ON
  • drop libz as a direct dependency

v0.1.0

06 Oct 22:04
a01b0c3
Compare
Choose a tag to compare

Release Notes

Release to support SCR v3.0rc2

  • Static build
  • Optionally build tests
  • Clean up compiler warnings

Config Option Changes

  • New BUILD_SHARED_LIBS cmake option to build shared libraries or use static linking
  • New ENABLE_TESTS cmake option
  • Drop MPI cmake option (always required)

v0.0.4

15 Apr 20:29
e25a985
Compare
Choose a tag to compare

Release to support SCR v3.0rc1.

This release includes:

  • Improvements to automated testing
  • First implementation of Reed-Solomon encoding scheme
  • Improvements to partner encoding schemes
  • Improved config interface

0.0.2

20 Jun 23:13
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release

Alpha release for Spack package and VELOC version 1.0