Unverified Commit 077d0bc4 authored by Alvarez, Gonzalo's avatar Alvarez, Gonzalo
Browse files

version updated

parent 56279c6d
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
2021-04-22 Version 3.00

* SizeType defaults to long int unsigned

* stringToReal supports E uppercase, so that 1E-1 is a
valid number

* IoNg: overwrite allows unlink to fail

* Lanczos and Chebyshev Vectors: swap don't copy

* Matrix::swap now with correct semantics

* IoNg: various additions to the API

2020-12-02 Version 2.76

* Boost serialization headers deleted
+1 −1
Original line number Diff line number Diff line
#ifndef PSIMAGLITE_VERSION
#define PSIMAGLITE_VERSION "2.76"
#define PSIMAGLITE_VERSION "3.00"
#endif