Changes in version 1.0.1 (2025-02-06) o fixed issue where in some cases rule-violating imputations were done (GH issue #5) o fixed Rd bug (thanks to Kurt Hornik for pointing out the changes) o impute_lr now passes 'eps' argument to lintools::subst_value. This resolves creation of numerically infeasible systems of linear equations in certain cases where a small substitution value (e.g. 1E-12) is multiplied with a large coefficient (e.g. 1E5). Changes in version 1.0.0 (2021-03-29) o In 'impute_lr' there is now an option to choose which sub-methods to use. o Internal: 'impute_implied' now uses lintools::compact to detect inequality pairs that together yield an equality. o If Fourier-Motzkin imputation fails (usually because of a lack of memory), a message is emitted. o Imputation by pseudoinverse is more robust against edge cases where there are no equalities. Changes in version 0.1.4 o package now uses 'tinytest' for testing o Registered native routines as required by CRAN Changes in version 0.1.3 (2019-04-10) o fix: 'correct_typos' crashed in presence of certain inequality rules o fix: 'impute_lr' gave faulty results when using 'var_group' validation rules (thanks to GH user smartie5) o fix: 'impute_lr' gave faulty results in cases where data contradicts rules (issue #2). Thanks to GH user smartie5 Changes in version 0.1.2 (2017-06-02) o bugfix in range-imputation (crashed when both upper and lower limit are -Inf) o updated a test, and switched off for now to accomodate for updating 'lintools' o registered native routines as now required by CRAN Changes in version 0.1.1 (2016-10-09) o bugfix in zero-imputation Changes in version 0.1.0 (2016-03-12) o initial release