Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Mar 19:03
· 199 commits to main since this release

MultiPrecisionArrays v0.1.0

Diff since v0.0.9

This update to version 0.1.0 has better docs with several changes.

  • I no longer export the constructors and the MPArray factorizations. You should only be using mplu, mplu!, mpglu, mpglu!, ...

  • Notation and variable name change to conform with standard practice (TH --> TW for working precision, TL --> TF for factorization precision etc). If you just use the multiprecision factorizations with no options, you will not notice this.

  • Explanation for why I am not excited about evaluating the residual in extended precision + a bit of support for that anyhow

  • Replacing Polyester in the Float16 LU with OhMyThreads v0.5 or later.

Merged pull requests:

  • CompatHelper: add new compat entry for OhMyThreads at version 0.4, (keep existing compat) (#9) (@github-actions[bot])
  • CompatHelper: add new compat entry for FLoops at version 0.2, (keep existing compat) (#10) (@github-actions[bot])