deleted some unnecessary print statements and added exceptions to replace naive print statements for errors.
1.1.1
Fixed a bug in buildSnapshotMatrix() where the files may not be sorted alphanumerically as they should because os.listdir() depends on how the user's directory is set be indexed.
1.1.0
This minor release includes automatic algorithm switching based on memory when calculating the reduced basis. SVD is more accurate and slightly faster, but has a higher memory footprint. When the snapshot matrix is very large, this is a problem, and so a typical eigenvalue decomposition is used.