Skip to content

Latest commit

 

History

History
139 lines (94 loc) · 2.26 KB

Changelog.rst

File metadata and controls

139 lines (94 loc) · 2.26 KB

Changelog

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog.

Added

Changed

Fixed

  • Inclusion of ncmpp for testing purposes

Removed

  • Conditional build of library and executable with Python bindings

1.7 2022-06-03

Added

  • Regression tests

Changed

  • Refactored the base field generation into a subprogram
  • Forced the order of random number selection

Fixed

  • Correctly set RPATH for Python installation
  • Set the minimum version of netCDF
  • Use the correct name to install FindFFTW.cmake

Removed

1.6 2022-05-16

Added

  • Install the samples, scripts, and example outputs
  • Python bindings to input and output files
  • CPack packaging

Changed

Fixed

  • Installed with RPATH set properly

Removed

  • Unused internal functions

1.5 2021-11-18

Added

  • Tests for parsing
  • A change log

Changed

  • Parse input file using Bison and Flex
  • Expose rc_find as a public method
  • Build as a library with an executable
  • Install versioned library

Fixed

  • Add necessary headers to the sources
  • Use explicit print format for error reporting
  • Install CMake files to correct locations

Removed

1.4 2020-09-01

Added

Changed

  • Explicitly set the C standard to C11

Fixed

  • Use the explicit C complex type

1.3 2019-10-24

Changed

  • Create a github repository for the source