Releases: JuliaSmoothOptimizers/QRMumps.jl
Releases · JuliaSmoothOptimizers/QRMumps.jl
v0.2.6
QRMumps v0.2.6
Merged pull requests:
- Update QRMumps.jl for the release 3.1.0 (#94) (@amontoison)
- Update qr_mumps_common.jl (#96) (@amontoison)
- Add COO format constructor (#98) (@MaxenceGollier)
Closed issues:
v0.2.4
QRMumps v0.2.4
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)
v0.2.3
QRMumps v0.2.3
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)
v0.2.2
QRMumps v0.2.2
Closed issues:
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)
v0.2.1
QRMumps v0.2.1
Merged pull requests:
- Update README.md (#58) (@amontoison)
- fixes spmat_mv 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 push_preview = true in deploydocs (#63) (@dpo)
- Add QRMUMPS_INSTALLATION constant (#65) (@amontoison)
- Release 0.2.1 (#66) (@amontoison)
v0.2.0
QRMumps v0.2.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 qrm_spmat (#53) (@amontoison)
- Add init() function (#55) (@amontoison)
- Release 0.2 (#57) (@amontoison)
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 qr_mumps 3.0.1 (#4) (@amontoison)
- Remove qrm_readmat and qrm_readmat! functions (#5) (@amontoison)
- Add support for Adjoint and Transpose of qrm_spfct (#6) (@amontoison)
- Add support for Adjoint and Transpose of qrm_spmat (#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 qrm_set and qrm_get functions (#11) (@amontoison)
- Fix qrm_spmat_nrm, qrm_vecnrm, qrm_residual_norm and qrm_residual_orth functions (#12) (@amontoison)
- Return nothing for in place methods (#13) (@amontoison)
- Fix a typo in the docstring of qrm_factorize! (#14) (@amontoison)
- Update qrm_init, qrm_set and qrm_get functions (#15) (@amontoison)
- Update qr_mumps_api.jl (#17) (@amontoison)
- Added more details tot he spfct type and spfct_backslash method (#19) (@abuttari)
- Update qrm_set and qrm_get (#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 c_spmat and c_spfct 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 qrm_set 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)