1.11.8
ASL version 1.11.8
Fixes and little improvements.
- Fixed
TabularDataFileCSV parsing quoted values with embedded quotes or commas - Fixed
IniFileparsing duplicate section names (kept only the last) - Fixed
Dateparsing and writing (now basic ISO8601, before only extended and "HTTP"-style, and it could crash with malformed strings). - Fixed
ASL_DEPRECATED()macro on gcc (to mark functions as deprecated and trigger warnings on use). - Improved
solve(A, b)so that it solves least-squares if A is not square (more equations than unknowns), likeA.pseudoinverse()*bbut more efficient. - Improved
solveZero()with optional parameters, earlier iteration stop, and an overload to solve a single variable equation.