Loading ChangeLog.txt +35 −0 Original line number Diff line number Diff line 2019-03-07 Version 5.52 Compilation: * DMRG++ compiles on MacOS Refactoring: * Target selection now in TargetSelector * procOmegas: no longer writes .space and .sq files Performance: * WftAccelBlocks improved by Ed * BlockDiagWf improved by Ed New Features: * pgfplot.pl and TeX templates added * procOmegas: cheby support * Multi-site Expressions In-Situ: work started * Intent input line: work started TestSuite: * ci: prefer Ainur inputs * inp2ain to help convert to Ainur inputs 2019-01-31 Version 5.50 Bug fixes: Loading src/Engine/Provenance.h +2 −2 Original line number Diff line number Diff line Loading @@ -25,8 +25,8 @@ public: static PsimagLite::String logo(PsimagLite::String appName) { PsimagLite::OstringStream msg; msg<<appName<<"\x1b[38;5;124m"; msg<<" [features "<<DMRGPP_VERSION<<"] "<<PsimagLite::AnsiColor::reset; msg<<appName<<"\x1b[38;5;240m"; msg<<" [master "<<DMRGPP_VERSION<<"] "<<PsimagLite::AnsiColor::reset; PsimagLite::String ctOpts(""); #ifdef USE_LONG ctOpts += "LONG "; Loading src/Version.h +1 −1 Original line number Diff line number Diff line #ifndef DMRGPP_VERSION #define DMRGPP_VERSION "5.51" #define DMRGPP_VERSION "5.52" #endif Loading
ChangeLog.txt +35 −0 Original line number Diff line number Diff line 2019-03-07 Version 5.52 Compilation: * DMRG++ compiles on MacOS Refactoring: * Target selection now in TargetSelector * procOmegas: no longer writes .space and .sq files Performance: * WftAccelBlocks improved by Ed * BlockDiagWf improved by Ed New Features: * pgfplot.pl and TeX templates added * procOmegas: cheby support * Multi-site Expressions In-Situ: work started * Intent input line: work started TestSuite: * ci: prefer Ainur inputs * inp2ain to help convert to Ainur inputs 2019-01-31 Version 5.50 Bug fixes: Loading
src/Engine/Provenance.h +2 −2 Original line number Diff line number Diff line Loading @@ -25,8 +25,8 @@ public: static PsimagLite::String logo(PsimagLite::String appName) { PsimagLite::OstringStream msg; msg<<appName<<"\x1b[38;5;124m"; msg<<" [features "<<DMRGPP_VERSION<<"] "<<PsimagLite::AnsiColor::reset; msg<<appName<<"\x1b[38;5;240m"; msg<<" [master "<<DMRGPP_VERSION<<"] "<<PsimagLite::AnsiColor::reset; PsimagLite::String ctOpts(""); #ifdef USE_LONG ctOpts += "LONG "; Loading
src/Version.h +1 −1 Original line number Diff line number Diff line #ifndef DMRGPP_VERSION #define DMRGPP_VERSION "5.51" #define DMRGPP_VERSION "5.52" #endif