diff --git a/CHANGES.txt b/CHANGES.txt index a9e207f..b502029 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,11 @@ +2015-03-16: Added support for the general Schur factorization for both real + and complex numbers: + + * gees + + Thanks to Florent Hoareau for this + contribution! + 2014-10-22: Fixed string handling for new OCaml version 4.02 (String/Bytes modules). Requires new findlib version (>= 1.5). diff --git a/_oasis b/_oasis index 5be2c9d..1f17151 100644 --- a/_oasis +++ b/_oasis @@ -1,6 +1,6 @@ OASISFormat: 0.4 Name: lacaml -Version: 7.1.5 +Version: 7.2.0 Synopsis: OCaml-bindings to BLAS and LAPACK. Description: This library interfaces the BLAS-library (Basic Linear Algebra Subroutines) and LAPACK-library (Linear Algebra routines), which are written in FORTRAN. Authors: Egbert Ammicht , @@ -17,7 +17,7 @@ Maintainers: Markus Mottl , Copyrights: (C) 2000-2012 Egbert Ammicht , (C) 2000-2012 Patrick Cousot , (C) 2000-2012 Jane Street Capital LLC , - (C) 2000-2014 Markus Mottl , + (C) 2000-2015 Markus Mottl , (C) 2000-2012 Liam Stewart , (C) 2000-2014 Christophe Troestler , (C) 2000-2012 Oleg Trott diff --git a/lib/META b/lib/META index 889de8c..c612929 100644 --- a/lib/META +++ b/lib/META @@ -1,6 +1,6 @@ # OASIS_START -# DO NOT EDIT (digest: c02a8045300c527ba1ce02020aaf0f57) -version = "7.1.5" +# DO NOT EDIT (digest: 990b162c678f78c22c87e3c196141588) +version = "7.2.0" description = "OCaml-bindings to BLAS and LAPACK." requires = "bigarray bytes" archive(byte) = "lacaml.cma" @@ -9,7 +9,7 @@ archive(native) = "lacaml.cmxa" archive(native, plugin) = "lacaml.cmxs" exists_if = "lacaml.cma" package "top" ( - version = "7.1.5" + version = "7.2.0" description = "Toplevel module for Lacaml." requires = "lacaml" archive(byte) = "lacaml_top.cma" diff --git a/lib/lacaml_version.ml b/lib/lacaml_version.ml index f684961..c0c07b7 100644 --- a/lib/lacaml_version.ml +++ b/lib/lacaml_version.ml @@ -21,4 +21,4 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *) -let version = "7.1.5" +let version = "7.2.0" diff --git a/setup.ml b/setup.ml index 0d9a360..7b2f51d 100644 --- a/setup.ml +++ b/setup.ml @@ -1,7 +1,7 @@ (* setup.ml generated for the first time by OASIS v0.2.0 *) (* OASIS_START *) -(* DO NOT EDIT (digest: 9e811d9813fbfaedaaea2b08590ae447) *) +(* DO NOT EDIT (digest: 7767072133ac6dbc936ad563d1235b10) *) (* Regenerated by OASIS v0.4.5 Visit http://oasis.forge.ocamlcore.org for more information and @@ -6683,7 +6683,7 @@ let setup_t = alpha_features = []; beta_features = []; name = "lacaml"; - version = "7.1.5"; + version = "7.2.0"; license = OASISLicense.DEP5License (OASISLicense.DEP5Unit @@ -6698,7 +6698,7 @@ let setup_t = "(C) 2000-2012 Egbert Ammicht "; "(C) 2000-2012 Patrick Cousot "; "(C) 2000-2012 Jane Street Capital LLC "; - "(C) 2000-2014 Markus Mottl "; + "(C) 2000-2015 Markus Mottl "; "(C) 2000-2012 Liam Stewart "; "(C) 2000-2014 Christophe Troestler "; "(C) 2000-2012 Oleg Trott " @@ -7886,7 +7886,7 @@ let setup_t = }; oasis_fn = Some "_oasis"; oasis_version = "0.4.5"; - oasis_digest = Some "\209od[o\003$ \014\142P>\219\007\021B"; + oasis_digest = Some "éSÏ\156T\017Z¿,Æ\021U)f \007"; oasis_exec = None; oasis_setup_args = []; setup_update = false