Recent Releases of QRMumps

QRMumps - v0.3.1

QRMumps v0.3.1

Diff since v0.3.0

- Julia
Published by github-actions[bot] 10 months ago

QRMumps - v0.3.0

QRMumps v0.3.0

Diff since v0.2.7

Breaking changes

  • No breaking changes

New functionality

Add Golub-Riley iteration to solve rank-deficient linear least-squares and least-norm problems.

Merged pull requests: - Add Q-less tutorial (#105) (@MaxenceGollier) - Add semi-normal solvers (#111) (@MaxenceGollier) - Update cihomebrew.yml (#118) (@dpo) - Update cihomebrew.yml (#119) (@amontoison) - Add unit tests for each ordering (#120) (@amontoison) - Add a tutorial about the column ordering (#122) (@amontoison) - Add Golub Riley iteration method (#123) (@MaxenceGollier) - Update .cirrus.yml (#124) (@amontoison)

Closed issues: - Add an example to perform a QR factorization without storing Q (#88) - Compile qrmumps 3.1.0 with Homebrew and Yggdrasil (#90) - Add functions to solve semi-normal equations (#109) - CIHomebrew doesn’t work with Julia version “lts” (#117)

- Julia
Published by github-actions[bot] about 1 year ago

QRMumps - v0.2.7

QRMumps v0.2.7

Diff since v0.2.6

Merged pull requests: - Update with JSOBestieTemplate for QRMumps (#107) (@tmigot) - Add iterative refinement function (#108) (@MaxenceGollier) - Update with JSOBestieTemplate for QRMumps (#112) (@tmigot) - Preallocate references to pointers in qrmspfct (#113) (@amontoison) - [documentation] Add a tutorial about rank deficiency (#114) (@amontoison) - Preallocate references to values for qrmget in qrmspfct (#115) (@MaxenceGollier) - Use qrmumps_jll v3.1.1 (#116) (@amontoison)

Closed issues: - Corrupted unsorted chunks on sparse array (#101) - Understanding the permutation in QRMumps (#106)

- Julia
Published by github-actions[bot] about 1 year ago

QRMumps - v0.2.6

QRMumps v0.2.6

Diff since v0.2.4

Merged pull requests: - Update QRMumps.jl for the release 3.1.0 (#94) (@amontoison) - Update qrmumpscommon.jl (#96) (@amontoison) - Add COO format constructor (#98) (@MaxenceGollier)

Closed issues: - Recompile QRMumps with LBT (#64) - SparseMatrixCOO type initialization method (#95)

- Julia
Published by github-actions[bot] almost 2 years ago

QRMumps - v0.2.4

QRMumps v0.2.4

Diff since v0.2.3

Merged pull requests: - add COO constructor and update method (#91) (@dpo) - Add additional assert for input arrays (#92) (@amontoison) - Use Clang.jl to generate the Julia wrappers (#93) (@amontoison)

Closed issues: - New initialization methods (#89)

- Julia
Published by github-actions[bot] almost 2 years ago

QRMumps - v0.2.3

QRMumps v0.2.3

Diff since v0.2.2

Merged pull requests: - Use Cirrus to test QRMumps on Apple M1 (#80) (@amontoison) - Updated web page URL for qr_mumps and MUMPS (#81) (@abuttari) - [documentation] Update Documenter.jl (#83) (@amontoison) - Remove build with linux ARMv8 (#84) (@amontoison) - Release 0.2.3 (#87) (@amontoison)

Closed issues: - Can't add package on Julia 1.10 (#86)

- Julia
Published by github-actions[bot] almost 2 years ago

QRMumps - v0.2.2

QRMumps v0.2.2

Diff since v0.2.1

Closed issues: - Test QRMumps with Homebrew (#67) - Retrieve the factors? (#72)

Merged pull requests: - test external build with Homebrew (#68) (@dpo) - Add CI_M1.yml (#69) (@amontoison) - Fix the random seed (#70) (@amontoison) - More instructions for Homebrew users (#71) (@amontoison) - Escape _ in citation title (#73) (@tmigot) - Add discussion in readme (#75) (@tmigot) - Add reference (#76) (@tmigot) - Interface new routines (#77) (@amontoison) - Add Aqua workflow (#78) (@amontoison) - Release 0.2.2 (#79) (@amontoison)

- Julia
Published by github-actions[bot] about 3 years ago

QRMumps - v0.2.1

QRMumps v0.2.1

Diff since v0.2.0

Merged pull requests: - Update README.md (#58) (@amontoison) - fixes spmatmv if transp='c' on real matrices (#59) (@amontoison) - Add mul! function (#60) (@amontoison) - [AUTO] Change master to main (#61) (@abelsiqueira) - [AUTO] Fix docs to use main (#62) (@abelsiqueira) - use pushpreview = true in deploydocs (#63) (@dpo) - Add QRMUMPS_INSTALLATION constant (#65) (@amontoison) - Release 0.2.1 (#66) (@amontoison)

- Julia
Published by github-actions[bot] over 3 years ago

QRMumps - v0.2.0

QRMumps v0.2.0

Diff since v0.1.0

Merged pull requests: - Update CI, TagBot and documentation workflows (#46) (@JSOBot) - Revert "Update CI, TagBot and documentation workflows" (#49) (@amontoison) - Remove docs/Manifest.toml (#50) (@amontoison) - Add DOI and CITATION.bib (#51) (@amontoison) - Improve code coverage (#52) (@amontoison) - Update the docstring of qrmspmat (#53) (@amontoison) - Add _init__() function (#55) (@amontoison) - Release 0.2 (#57) (@amontoison)

- Julia
Published by github-actions[bot] almost 5 years ago

QRMumps - v0.1.0

QRMumps v0.1.0

Closed issues: - Symmetric and positive definite linear systems (#31)

Merged pull requests: - Update CI (#3) (@amontoison) - Julia interface to qrmumps 3.0.1 (#4) (@amontoison) - Remove qrmreadmat and qrmreadmat! functions (#5) (@amontoison) - Add support for Adjoint and Transpose of qrmspfct (#6) (@amontoison) - Add support for Adjoint and Transpose of qrmspmat (#7) (@amontoison) - CompatHelper: add new compat entry for "CEnum" at version "0.4" (#8) (@github-actions[bot]) - Improve error handling (#9) (@amontoison) - Update the documentation (#10) (@amontoison) - Add qrmset and qrmget functions (#11) (@amontoison) - Fix qrmspmatnrm, qrmvecnrm, qrmresidualnorm and qrmresidualorth functions (#12) (@amontoison) - Return nothing for in place methods (#13) (@amontoison) - Fix a typo in the docstring of qrmfactorize! (#14) (@amontoison) - Update qrminit, qrmset and qrmget functions (#15) (@amontoison) - Update qrmumpsapi.jl (#17) (@amontoison) - Added more details tot he spfct type and spfctbackslash method (#19) (@abuttari) - Update qrmset and qrmget (#20) (@amontoison) - Add compat entry for Documenter (#21) (@amontoison) - Workaround to protect irn, jcn and val (#22) (@amontoison) - Create GICNTL, PICNTL, RCNTL and STATS (#23) (@amontoison) - Wrap cspmat and cspfct structures (#24) (@amontoison) - Improve code coverage (#25) (@amontoison) - Code coverage (#26) (@amontoison) - Tutorials (#27) (@amontoison) - Update tutorials (#28) (@amontoison) - Update tests and tutorials (#29) (@amontoison) - Fix tests for symmetric and positive definite linear systems (#32) (@amontoison) - Fix qrmset functions (#33) (@amontoison) - Spd tests (#34) (@abuttari) - Add new tutorials (#35) (@amontoison) - Update TagBot.yml (#36) (@amontoison) - Add qrm_update! (#37) (@amontoison) - Build documentation for tagged versions (#38) (@amontoison) - Better handling of transpose (#39) (@amontoison) - Update features.md (#40) (@amontoison) - Add documentation about optional features (#41) (@amontoison) - Rename the package to make the Julia lords happy (#42) (@amontoison) - Update docs/Project.toml and tutorials (#44) (@amontoison)

- Julia
Published by github-actions[bot] almost 5 years ago