Skip to content

Releases: ECP-VeloC/redset

v0.4.0

27 Jun 19:06
bdf77a1

Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

04 Apr 21:42
d9760b2

Choose a tag to compare

New Features:

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

Bug Fixes:

  • added targets that dist builds may use

v0.2.0

15 Feb 03:26

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

v0.1.0

06 Oct 21:34

Choose a tag to compare

Release Notes

Release to support SCR v3.0rc2

  • Static build
  • Optionally build tests
  • Clean up compiler warnings
  • Update unit tests
    • test: abort with non-zero exit code
    • test: check permission bits and mtime
  • Update CI testing
    • serial and parallel job launch cmake functions
    • buildme_deps script

Config Option Changes

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

Bug fixes

  • fix: memory leaks when closing logical file

v0.0.5

12 Apr 22:40
4cb394d

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-copy and XOR encoding schemes
  • Improved config interface

0.0.2

20 Jun 23:04

Choose a tag to compare

0.0.2 Pre-release
Pre-release

Alpha release for Spack package and VELOC version 1.0