Thanks to visit codestin.com
Credit goes to github.com

Skip to content

1.11.8

Choose a tag to compare

@aslze aslze released this 25 May 21:19
· 139 commits to master since this release

ASL version 1.11.8

Fixes and little improvements.

  • Fixed TabularDataFile CSV parsing quoted values with embedded quotes or commas
  • Fixed IniFile parsing duplicate section names (kept only the last)
  • Fixed Date parsing 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), like A.pseudoinverse()*b but more efficient.
  • Improved solveZero() with optional parameters, earlier iteration stop, and an overload to solve a single variable equation.