Releases: DynareJulia/FastLapackInterface.jl
Releases · DynareJulia/FastLapackInterface.jl
v2.0.4
FastLapackInterface v2.0.4
RELEASE NOTES
- add preset selection functions for Schur decomposition. This avoids the cfunction closure that doesn´t work on all plateforms
v2.0.3
v2.0.2
FastLapackInterface v2.0.2
RELEASE NOTES
- allow matrix with zero column, zero row or both in QR functions
v2.0.1
FastLapackInterface v2.0.1
#Release notes
- fix resize!() for real eigenvalues
- increase size of test matrices
v2.0.0
FastLapackInterface v2.0.0
v1.2.9
FastLapackInterface v1.2.9
Closed issues:
- List of Lapack functions that could benefit (#1)
- Change name of LinSolve with original Lapack functions name (#2)
- Check tests (#5)
- Resize Workspace (#15)
- Make QRPivotedWs compatible with ormqr! (#18)
- Package broken on julia 1.9 Windows (#31)
Merged pull requests:
v1.2.8
FastLapackInterface v1.2.8
Merged pull requests:
- fix bug in general schur eigenvalues computation (#30) (@MichelJuillard)
v1.2.7
v1.2.6
FastLapackInterface v1.2.6
Merged pull requests:
- Updates and fix to geqp3! With Complex numbers (#28) (@louisponet)