Skip to content

Commit

Permalink
add NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelJuillard committed Dec 4, 2022
1 parent 8f4c10f commit 63b7301
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
1.2.8
=====
- fix generalized Schur ws.eigen_values

1.2.7
=====
- lse implementation

1.2.6
=====
- implement getrs!
- fix complex numbers QRPivotedWs

1.2.5
=====
- fix resizing
- don't return views

1.2.4
=====
- fix resizing

1.2.3
=====
- adding support for orgqr! and orgql!

1.2.2
=====
- fix method redefinition

1.2.1
=====
- fix method defintions

1.2.0
=====
- add resizing of workspace

1.1.0
=====
- fix eigenvalues

1.0.0
=====
- total refactoring

0.1.3
=====
- fix pivoted QR

0.1.1
=====
- adding pivoted QR
- several fixes

0.1.0
=====
- initial files

0 comments on commit 63b7301

Please sign in to comment.